Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-3497 (GCVE-0-2026-3497)
Vulnerability from cvelistv5 – Published: 2026-03-12 18:27 – Updated: 2026-04-16 18:24
VLAI
EPSS
Summary
Vulnerability in the OpenSSH GSSAPI delta included in various Linux distributions. This vulnerability affects the GSSAPI patches added by various Linux distributions and does not affect the OpenSSH upstream project itself. The usage of sshpkt_disconnect() on an error, which does not terminate the process, allows an attacker to send an unexpected GSSAPI message type during the GSSAPI key exchange to the server, which will call the underlying function and continue the execution of the program without setting the related connection variables. As the variables are not initialized to NULL the code later accesses those uninitialized variables, accessing random memory, which could lead to undefined behavior. The recommended workaround is to use ssh_packet_disconnect() instead, which does terminate the process. The impact of the vulnerability depends heavily on the compiler flag hardening configuration.
Severity
SSVC
Exploitation: none
Automatable: yes
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-908 - Use of Uninitialized Resource
Assigner
References
10 references
Impacted products
Date Public
2026-03-12 18:00
Credits
Jeremy Brown
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-3497",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-03-12T19:04:05.760026Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-03-12T19:04:27.229Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2026-04-16T18:24:30.556Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2026/03/12/3"
},
{
"url": "http://www.openwall.com/lists/oss-security/2026/03/14/3"
},
{
"url": "http://www.openwall.com/lists/oss-security/2026/03/14/4"
},
{
"url": "http://www.openwall.com/lists/oss-security/2026/03/18/2"
},
{
"url": "http://www.openwall.com/lists/oss-security/2026/03/18/4"
},
{
"url": "http://www.openwall.com/lists/oss-security/2026/03/18/5"
},
{
"url": "http://www.openwall.com/lists/oss-security/2026/03/18/7"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2026/04/msg00014.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://launchpad.net/ubuntu/",
"defaultStatus": "unaffected",
"packageName": "openssh",
"product": "openssh",
"repo": "https://launchpad.net/ubuntu/+source/openssh",
"vendor": "Ubuntu",
"versions": [
{
"lessThan": "1:10.0p1-5ubuntu5.1",
"status": "affected",
"version": "1:10.0p1-5ubuntu5",
"versionType": "dpkg"
},
{
"lessThan": "1:9.6p1-3ubuntu13.15",
"status": "affected",
"version": "1:9.6p1-3ubuntu13",
"versionType": "dpkg"
},
{
"lessThan": "1:8.9p1-3ubuntu0.14",
"status": "affected",
"version": "1:8.9p1-3",
"versionType": "dpkg"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Jeremy Brown"
}
],
"datePublic": "2026-03-12T18:00:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "Vulnerability in the OpenSSH GSSAPI delta included in various Linux distributions. This vulnerability affects the GSSAPI patches added by various Linux distributions and does not affect the OpenSSH upstream project itself. The usage of sshpkt_disconnect() on an error, which does not terminate the process, allows an attacker to send an unexpected GSSAPI message type during the GSSAPI key exchange to the server, which will call the underlying function and continue the execution of the program without setting the related connection variables. As the variables are not initialized to NULL the code later accesses those uninitialized variables, accessing random memory, which could lead to undefined behavior. The recommended workaround is to use ssh_packet_disconnect() instead, which does terminate the process. The impact of the vulnerability depends heavily on the compiler flag hardening configuration."
}
],
"metrics": [
{
"cvssV4_0": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 2.7,
"baseSeverity": "LOW",
"exploitMaturity": "UNREPORTED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "LOW",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "LOW",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-908",
"description": "CWE-908 Use of Uninitialized Resource",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-03-12T18:44:06.073Z",
"orgId": "cc1ad9ee-3454-478d-9317-d3e869d708bc",
"shortName": "canonical"
},
"references": [
{
"tags": [
"vdb-entry"
],
"url": "https://ubuntu.com/security/CVE-2026-3497"
},
{
"url": "https://www.openwall.com/lists/oss-security/2026/03/12/3"
}
],
"source": {
"discovery": "EXTERNAL"
}
}
},
"cveMetadata": {
"assignerOrgId": "cc1ad9ee-3454-478d-9317-d3e869d708bc",
"assignerShortName": "canonical",
"cveId": "CVE-2026-3497",
"datePublished": "2026-03-12T18:27:44.917Z",
"dateReserved": "2026-03-03T19:33:05.664Z",
"dateUpdated": "2026-04-16T18:24:30.556Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-3497",
"date": "2026-06-23",
"epss": "0.01962",
"percentile": "0.77748"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-3497\",\"sourceIdentifier\":\"security@ubuntu.com\",\"published\":\"2026-03-12T19:16:19.910\",\"lastModified\":\"2026-06-02T19:43:46.900\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Vulnerability in the OpenSSH GSSAPI delta included in various Linux distributions. This vulnerability affects the GSSAPI patches added by various Linux distributions and does not affect the OpenSSH upstream project itself. The usage of sshpkt_disconnect() on an error, which does not terminate the process, allows an attacker to send an unexpected GSSAPI message type during the GSSAPI key exchange to the server, which will call the underlying function and continue the execution of the program without setting the related connection variables. As the variables are not initialized to NULL the code later accesses those uninitialized variables, accessing random memory, which could lead to undefined behavior. The recommended workaround is to use ssh_packet_disconnect() instead, which does terminate the process. The impact of the vulnerability depends heavily on the compiler flag hardening configuration.\"},{\"lang\":\"es\",\"value\":\"Vulnerabilidad en el delta GSSAPI de OpenSSH incluida en varias distribuciones de Linux. Esta vulnerabilidad afecta a los parches GSSAPI a\u00f1adidos por varias distribuciones de Linux y no afecta al proyecto upstream de OpenSSH en s\u00ed. El uso de sshpkt_disconnect() en caso de error, que no termina el proceso, permite a un atacante enviar un tipo de mensaje GSSAPI inesperado durante el intercambio de claves GSSAPI al servidor, lo que llamar\u00e1 a la funci\u00f3n subyacente y continuar\u00e1 la ejecuci\u00f3n del programa sin establecer las variables de conexi\u00f3n relacionadas. Como las variables no se inicializan a NULL, el c\u00f3digo accede posteriormente a esas variables no inicializadas, accediendo a memoria aleatoria, lo que podr\u00eda llevar a un comportamiento indefinido. La soluci\u00f3n alternativa recomendada es usar ssh_packet_disconnect() en su lugar, que s\u00ed termina el proceso. El impacto de la vulnerabilidad depende en gran medida de la configuraci\u00f3n de endurecimiento de las banderas del compilador.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security@ubuntu.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":6.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"LOW\",\"vulnAvailabilityImpact\":\"LOW\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security@ubuntu.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-908\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:canonical:ubuntu_linux:25.10:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"3D57A0BE-7CC7-4986-9E91-650FE08B0D4B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openbsd:openssh:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"7BB9B2AD-A04E-4C93-9FAF-5DC02F69690B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:20.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"902B8056-9E37-443B-8905-8AA93E2447FB\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:22.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"359012F1-2C63-415A-88B8-6726A87830DE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:24.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"BF90B5A4-6E55-4369-B9D4-E7A061E797D2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FA6FEEC2-9F11-4643-8827-749718254FED\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux:8.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"F4CFF558-3C47-480D-A2F0-BABF26042943\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux:9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"7F6FB57C-2BC7-487C-96DD-132683AEB35D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D65C2163-CFC2-4ABB-8F4E-CB09CEBD006C\"}]}]}],\"references\":[{\"url\":\"https://ubuntu.com/security/CVE-2026-3497\",\"source\":\"security@ubuntu.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.openwall.com/lists/oss-security/2026/03/12/3\",\"source\":\"security@ubuntu.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/03/12/3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/03/14/3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/03/14/4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/03/18/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/03/18/4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/03/18/5\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/03/18/7\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2026/04/msg00014.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2026/03/12/3\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2026/03/14/3\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2026/03/14/4\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2026/03/18/2\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2026/03/18/4\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2026/03/18/5\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2026/03/18/7\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2026/04/msg00014.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-04-16T18:24:30.556Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-3497\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-03-12T19:04:05.760026Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-03-12T19:04:10.900Z\"}}], \"cna\": {\"source\": {\"discovery\": \"EXTERNAL\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"Jeremy Brown\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV4_0\": {\"Safety\": \"NOT_DEFINED\", \"version\": \"4.0\", \"Recovery\": \"NOT_DEFINED\", \"baseScore\": 2.7, \"Automatable\": \"NOT_DEFINED\", \"attackVector\": \"NETWORK\", \"baseSeverity\": \"LOW\", \"valueDensity\": \"NOT_DEFINED\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N\", \"exploitMaturity\": \"UNREPORTED\", \"providerUrgency\": \"NOT_DEFINED\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"LOW\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"LOW\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"NONE\", \"vulnerabilityResponseEffort\": \"NOT_DEFINED\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"repo\": \"https://launchpad.net/ubuntu/+source/openssh\", \"vendor\": \"Ubuntu\", \"product\": \"openssh\", \"versions\": [{\"status\": \"affected\", \"version\": \"1:10.0p1-5ubuntu5\", \"lessThan\": \"1:10.0p1-5ubuntu5.1\", \"versionType\": \"dpkg\"}, {\"status\": \"affected\", \"version\": \"1:9.6p1-3ubuntu13\", \"lessThan\": \"1:9.6p1-3ubuntu13.15\", \"versionType\": \"dpkg\"}, {\"status\": \"affected\", \"version\": \"1:8.9p1-3\", \"lessThan\": \"1:8.9p1-3ubuntu0.14\", \"versionType\": \"dpkg\"}], \"packageName\": \"openssh\", \"collectionURL\": \"https://launchpad.net/ubuntu/\", \"defaultStatus\": \"unaffected\"}], \"datePublic\": \"2026-03-12T18:00:00.000Z\", \"references\": [{\"url\": \"https://ubuntu.com/security/CVE-2026-3497\", \"tags\": [\"vdb-entry\"]}, {\"url\": \"https://www.openwall.com/lists/oss-security/2026/03/12/3\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Vulnerability in the OpenSSH GSSAPI delta included in various Linux distributions. This vulnerability affects the GSSAPI patches added by various Linux distributions and does not affect the OpenSSH upstream project itself. The usage of sshpkt_disconnect() on an error, which does not terminate the process, allows an attacker to send an unexpected GSSAPI message type during the GSSAPI key exchange to the server, which will call the underlying function and continue the execution of the program without setting the related connection variables. As the variables are not initialized to NULL the code later accesses those uninitialized variables, accessing random memory, which could lead to undefined behavior. The recommended workaround is to use ssh_packet_disconnect() instead, which does terminate the process. The impact of the vulnerability depends heavily on the compiler flag hardening configuration.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-908\", \"description\": \"CWE-908 Use of Uninitialized Resource\"}]}], \"providerMetadata\": {\"orgId\": \"cc1ad9ee-3454-478d-9317-d3e869d708bc\", \"shortName\": \"canonical\", \"dateUpdated\": \"2026-03-12T18:44:06.073Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-3497\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-16T18:24:30.556Z\", \"dateReserved\": \"2026-03-03T19:33:05.664Z\", \"assignerOrgId\": \"cc1ad9ee-3454-478d-9317-d3e869d708bc\", \"datePublished\": \"2026-03-12T18:27:44.917Z\", \"assignerShortName\": \"canonical\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
SUSE-SU-2026:22067-1
Vulnerability from csaf_suse - Published: 2026-06-04 08:27 - Updated: 2026-06-04 08:27Summary
Security update for openssh
Severity
Moderate
Notes
Title of the patch: Security update for openssh
Description of the patch: This update for openssh fixes the following issues:
- CVE-2026-35388: Added missing askpass check for proxy-mode multiplexing sessions (bsc#1261441)
- CVE-2026-3497: Fixed a possible information disclosure or denial
of service due to uninitialized variables in gssapi patches
(bsc#1259642)
- Add patch to fix a potential issue when validating mac or ciphers
Patchnames: SUSE-SLE-Micro-6.1-563
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.5 (Medium)
Affected products
Recommended
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
15 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for openssh",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for openssh fixes the following issues:\n\n- CVE-2026-35388: Added missing askpass check for proxy-mode multiplexing sessions (bsc#1261441)\n- CVE-2026-3497: Fixed a possible information disclosure or denial\n of service due to uninitialized variables in gssapi patches\n (bsc#1259642)\n- Add patch to fix a potential issue when validating mac or ciphers\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-563",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_22067-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:22067-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622067-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:22067-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-June/047289.html"
},
{
"category": "self",
"summary": "SUSE Bug 1259642",
"url": "https://bugzilla.suse.com/1259642"
},
{
"category": "self",
"summary": "SUSE Bug 1261441",
"url": "https://bugzilla.suse.com/1261441"
},
{
"category": "self",
"summary": "SUSE Bug 1264568",
"url": "https://bugzilla.suse.com/1264568"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-3497 page",
"url": "https://www.suse.com/security/cve/CVE-2026-3497/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-35388 page",
"url": "https://www.suse.com/security/cve/CVE-2026-35388/"
}
],
"title": "Security update for openssh",
"tracking": {
"current_release_date": "2026-06-04T08:27:07Z",
"generator": {
"date": "2026-06-04T08:27:07Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:22067-1",
"initial_release_date": "2026-06-04T08:27:07Z",
"revision_history": [
{
"date": "2026-06-04T08:27:07Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "openssh-9.6p1-slfo.1.1_6.1.aarch64",
"product": {
"name": "openssh-9.6p1-slfo.1.1_6.1.aarch64",
"product_id": "openssh-9.6p1-slfo.1.1_6.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssh-clients-9.6p1-slfo.1.1_6.1.aarch64",
"product": {
"name": "openssh-clients-9.6p1-slfo.1.1_6.1.aarch64",
"product_id": "openssh-clients-9.6p1-slfo.1.1_6.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssh-common-9.6p1-slfo.1.1_6.1.aarch64",
"product": {
"name": "openssh-common-9.6p1-slfo.1.1_6.1.aarch64",
"product_id": "openssh-common-9.6p1-slfo.1.1_6.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssh-fips-9.6p1-slfo.1.1_6.1.aarch64",
"product": {
"name": "openssh-fips-9.6p1-slfo.1.1_6.1.aarch64",
"product_id": "openssh-fips-9.6p1-slfo.1.1_6.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssh-server-9.6p1-slfo.1.1_6.1.aarch64",
"product": {
"name": "openssh-server-9.6p1-slfo.1.1_6.1.aarch64",
"product_id": "openssh-server-9.6p1-slfo.1.1_6.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.aarch64",
"product": {
"name": "openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.aarch64",
"product_id": "openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "openssh-9.6p1-slfo.1.1_6.1.ppc64le",
"product": {
"name": "openssh-9.6p1-slfo.1.1_6.1.ppc64le",
"product_id": "openssh-9.6p1-slfo.1.1_6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssh-clients-9.6p1-slfo.1.1_6.1.ppc64le",
"product": {
"name": "openssh-clients-9.6p1-slfo.1.1_6.1.ppc64le",
"product_id": "openssh-clients-9.6p1-slfo.1.1_6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssh-common-9.6p1-slfo.1.1_6.1.ppc64le",
"product": {
"name": "openssh-common-9.6p1-slfo.1.1_6.1.ppc64le",
"product_id": "openssh-common-9.6p1-slfo.1.1_6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssh-fips-9.6p1-slfo.1.1_6.1.ppc64le",
"product": {
"name": "openssh-fips-9.6p1-slfo.1.1_6.1.ppc64le",
"product_id": "openssh-fips-9.6p1-slfo.1.1_6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssh-server-9.6p1-slfo.1.1_6.1.ppc64le",
"product": {
"name": "openssh-server-9.6p1-slfo.1.1_6.1.ppc64le",
"product_id": "openssh-server-9.6p1-slfo.1.1_6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.ppc64le",
"product": {
"name": "openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.ppc64le",
"product_id": "openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openssh-9.6p1-slfo.1.1_6.1.s390x",
"product": {
"name": "openssh-9.6p1-slfo.1.1_6.1.s390x",
"product_id": "openssh-9.6p1-slfo.1.1_6.1.s390x"
}
},
{
"category": "product_version",
"name": "openssh-clients-9.6p1-slfo.1.1_6.1.s390x",
"product": {
"name": "openssh-clients-9.6p1-slfo.1.1_6.1.s390x",
"product_id": "openssh-clients-9.6p1-slfo.1.1_6.1.s390x"
}
},
{
"category": "product_version",
"name": "openssh-common-9.6p1-slfo.1.1_6.1.s390x",
"product": {
"name": "openssh-common-9.6p1-slfo.1.1_6.1.s390x",
"product_id": "openssh-common-9.6p1-slfo.1.1_6.1.s390x"
}
},
{
"category": "product_version",
"name": "openssh-fips-9.6p1-slfo.1.1_6.1.s390x",
"product": {
"name": "openssh-fips-9.6p1-slfo.1.1_6.1.s390x",
"product_id": "openssh-fips-9.6p1-slfo.1.1_6.1.s390x"
}
},
{
"category": "product_version",
"name": "openssh-server-9.6p1-slfo.1.1_6.1.s390x",
"product": {
"name": "openssh-server-9.6p1-slfo.1.1_6.1.s390x",
"product_id": "openssh-server-9.6p1-slfo.1.1_6.1.s390x"
}
},
{
"category": "product_version",
"name": "openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.s390x",
"product": {
"name": "openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.s390x",
"product_id": "openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openssh-9.6p1-slfo.1.1_6.1.x86_64",
"product": {
"name": "openssh-9.6p1-slfo.1.1_6.1.x86_64",
"product_id": "openssh-9.6p1-slfo.1.1_6.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssh-clients-9.6p1-slfo.1.1_6.1.x86_64",
"product": {
"name": "openssh-clients-9.6p1-slfo.1.1_6.1.x86_64",
"product_id": "openssh-clients-9.6p1-slfo.1.1_6.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssh-common-9.6p1-slfo.1.1_6.1.x86_64",
"product": {
"name": "openssh-common-9.6p1-slfo.1.1_6.1.x86_64",
"product_id": "openssh-common-9.6p1-slfo.1.1_6.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssh-fips-9.6p1-slfo.1.1_6.1.x86_64",
"product": {
"name": "openssh-fips-9.6p1-slfo.1.1_6.1.x86_64",
"product_id": "openssh-fips-9.6p1-slfo.1.1_6.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssh-server-9.6p1-slfo.1.1_6.1.x86_64",
"product": {
"name": "openssh-server-9.6p1-slfo.1.1_6.1.x86_64",
"product_id": "openssh-server-9.6p1-slfo.1.1_6.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.x86_64",
"product": {
"name": "openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.x86_64",
"product_id": "openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-9.6p1-slfo.1.1_6.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.aarch64"
},
"product_reference": "openssh-9.6p1-slfo.1.1_6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-9.6p1-slfo.1.1_6.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.ppc64le"
},
"product_reference": "openssh-9.6p1-slfo.1.1_6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-9.6p1-slfo.1.1_6.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.s390x"
},
"product_reference": "openssh-9.6p1-slfo.1.1_6.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-9.6p1-slfo.1.1_6.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.x86_64"
},
"product_reference": "openssh-9.6p1-slfo.1.1_6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-clients-9.6p1-slfo.1.1_6.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.aarch64"
},
"product_reference": "openssh-clients-9.6p1-slfo.1.1_6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-clients-9.6p1-slfo.1.1_6.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.ppc64le"
},
"product_reference": "openssh-clients-9.6p1-slfo.1.1_6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-clients-9.6p1-slfo.1.1_6.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.s390x"
},
"product_reference": "openssh-clients-9.6p1-slfo.1.1_6.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-clients-9.6p1-slfo.1.1_6.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.x86_64"
},
"product_reference": "openssh-clients-9.6p1-slfo.1.1_6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-common-9.6p1-slfo.1.1_6.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.aarch64"
},
"product_reference": "openssh-common-9.6p1-slfo.1.1_6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-common-9.6p1-slfo.1.1_6.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.ppc64le"
},
"product_reference": "openssh-common-9.6p1-slfo.1.1_6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-common-9.6p1-slfo.1.1_6.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.s390x"
},
"product_reference": "openssh-common-9.6p1-slfo.1.1_6.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-common-9.6p1-slfo.1.1_6.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.x86_64"
},
"product_reference": "openssh-common-9.6p1-slfo.1.1_6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-fips-9.6p1-slfo.1.1_6.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.aarch64"
},
"product_reference": "openssh-fips-9.6p1-slfo.1.1_6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-fips-9.6p1-slfo.1.1_6.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.ppc64le"
},
"product_reference": "openssh-fips-9.6p1-slfo.1.1_6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-fips-9.6p1-slfo.1.1_6.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.s390x"
},
"product_reference": "openssh-fips-9.6p1-slfo.1.1_6.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-fips-9.6p1-slfo.1.1_6.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.x86_64"
},
"product_reference": "openssh-fips-9.6p1-slfo.1.1_6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-server-9.6p1-slfo.1.1_6.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.aarch64"
},
"product_reference": "openssh-server-9.6p1-slfo.1.1_6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-server-9.6p1-slfo.1.1_6.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.ppc64le"
},
"product_reference": "openssh-server-9.6p1-slfo.1.1_6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-server-9.6p1-slfo.1.1_6.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.s390x"
},
"product_reference": "openssh-server-9.6p1-slfo.1.1_6.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-server-9.6p1-slfo.1.1_6.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.x86_64"
},
"product_reference": "openssh-server-9.6p1-slfo.1.1_6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.aarch64"
},
"product_reference": "openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.ppc64le"
},
"product_reference": "openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.s390x"
},
"product_reference": "openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.x86_64"
},
"product_reference": "openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-3497",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-3497"
}
],
"notes": [
{
"category": "general",
"text": "Vulnerability in the OpenSSH GSSAPI delta included in various Linux distributions. This vulnerability affects the GSSAPI patches added by various Linux distributions and does not affect the OpenSSH upstream project itself. The usage of sshpkt_disconnect() on an error, which does not terminate the process, allows an attacker to send an unexpected GSSAPI message type during the GSSAPI key exchange to the server, which will call the underlying function and continue the execution of the program without setting the related connection variables. As the variables are not initialized to NULL the code later accesses those uninitialized variables, accessing random memory, which could lead to undefined behavior. The recommended workaround is to use ssh_packet_disconnect() instead, which does terminate the process. The impact of the vulnerability depends heavily on the compiler flag hardening configuration.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-3497",
"url": "https://www.suse.com/security/cve/CVE-2026-3497"
},
{
"category": "external",
"summary": "SUSE Bug 1259642 for CVE-2026-3497",
"url": "https://bugzilla.suse.com/1259642"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-04T08:27:07Z",
"details": "moderate"
}
],
"title": "CVE-2026-3497"
},
{
"cve": "CVE-2026-35388",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-35388"
}
],
"notes": [
{
"category": "general",
"text": "OpenSSH before 10.3 omits connection multiplexing confirmation for proxy-mode multiplexing sessions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-35388",
"url": "https://www.suse.com/security/cve/CVE-2026-35388"
},
{
"category": "external",
"summary": "SUSE Bug 1261441 for CVE-2026-35388",
"url": "https://bugzilla.suse.com/1261441"
},
{
"category": "external",
"summary": "SUSE Bug 1267252 for CVE-2026-35388",
"url": "https://bugzilla.suse.com/1267252"
},
{
"category": "external",
"summary": "SUSE Bug 1267253 for CVE-2026-35388",
"url": "https://bugzilla.suse.com/1267253"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.5,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-clients-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-common-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-fips-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-server-9.6p1-slfo.1.1_6.1.x86_64",
"SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.aarch64",
"SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.ppc64le",
"SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.s390x",
"SUSE Linux Micro 6.1:openssh-server-config-rootlogin-9.6p1-slfo.1.1_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-04T08:27:07Z",
"details": "low"
}
],
"title": "CVE-2026-35388"
}
]
}
SUSE-SU-2026:2395-1
Vulnerability from csaf_suse - Published: 2026-06-15 14:34 - Updated: 2026-06-15 14:34Summary
Security update for openssh
Severity
Important
Notes
Title of the patch: Security update for openssh
Description of the patch: This update for openssh fixes the following issues
- CVE-2026-3497: information disclosure or denial of service due to uninitialized variables (bsc#1259642).
- CVE-2026-35385: a file downloaded by scp may be installed setuid or setgid (bsc#1261427).
- CVE-2026-35414: mishandling of authorized_keys principals option (bsc#1261430).
- potential security issue when validating mac (bsc#1264568).
Patchnames: SUSE-2026-2395,SUSE-SLE-SERVER-12-SP5-LTSS-2026-2395,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-2395
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.5 (Medium)
Affected products
Recommended
36 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-fips-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-helpers-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
36 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-fips-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-helpers-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.2 (Medium)
Affected products
Recommended
36 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-fips-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-helpers-7.2p2-81.40.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
20 references
{
"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 openssh",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for openssh fixes the following issues\n\n- CVE-2026-3497: information disclosure or denial of service due to uninitialized variables (bsc#1259642).\n- CVE-2026-35385: a file downloaded by scp may be installed setuid or setgid (bsc#1261427).\n- CVE-2026-35414: mishandling of authorized_keys principals option (bsc#1261430).\n- potential security issue when validating mac (bsc#1264568).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2395,SUSE-SLE-SERVER-12-SP5-LTSS-2026-2395,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-2395",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_2395-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2395-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262395-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2395-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-June/047329.html"
},
{
"category": "self",
"summary": "SUSE Bug 1259642",
"url": "https://bugzilla.suse.com/1259642"
},
{
"category": "self",
"summary": "SUSE Bug 1261427",
"url": "https://bugzilla.suse.com/1261427"
},
{
"category": "self",
"summary": "SUSE Bug 1261430",
"url": "https://bugzilla.suse.com/1261430"
},
{
"category": "self",
"summary": "SUSE Bug 1264568",
"url": "https://bugzilla.suse.com/1264568"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-3497 page",
"url": "https://www.suse.com/security/cve/CVE-2026-3497/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-35385 page",
"url": "https://www.suse.com/security/cve/CVE-2026-35385/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-35414 page",
"url": "https://www.suse.com/security/cve/CVE-2026-35414/"
}
],
"title": "Security update for openssh",
"tracking": {
"current_release_date": "2026-06-15T14:34:10Z",
"generator": {
"date": "2026-06-15T14:34:10Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2395-1",
"initial_release_date": "2026-06-15T14:34:10Z",
"revision_history": [
{
"date": "2026-06-15T14:34:10Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "openssh-7.2p2-81.40.1.aarch64",
"product": {
"name": "openssh-7.2p2-81.40.1.aarch64",
"product_id": "openssh-7.2p2-81.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssh-askpass-gnome-7.2p2-81.40.1.aarch64",
"product": {
"name": "openssh-askpass-gnome-7.2p2-81.40.1.aarch64",
"product_id": "openssh-askpass-gnome-7.2p2-81.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssh-cavs-7.2p2-81.40.1.aarch64",
"product": {
"name": "openssh-cavs-7.2p2-81.40.1.aarch64",
"product_id": "openssh-cavs-7.2p2-81.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssh-fips-7.2p2-81.40.1.aarch64",
"product": {
"name": "openssh-fips-7.2p2-81.40.1.aarch64",
"product_id": "openssh-fips-7.2p2-81.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssh-helpers-7.2p2-81.40.1.aarch64",
"product": {
"name": "openssh-helpers-7.2p2-81.40.1.aarch64",
"product_id": "openssh-helpers-7.2p2-81.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssh-testuser-0-81.40.1.aarch64",
"product": {
"name": "openssh-testuser-0-81.40.1.aarch64",
"product_id": "openssh-testuser-0-81.40.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "openssh-7.2p2-81.40.1.i586",
"product": {
"name": "openssh-7.2p2-81.40.1.i586",
"product_id": "openssh-7.2p2-81.40.1.i586"
}
},
{
"category": "product_version",
"name": "openssh-askpass-gnome-7.2p2-81.40.1.i586",
"product": {
"name": "openssh-askpass-gnome-7.2p2-81.40.1.i586",
"product_id": "openssh-askpass-gnome-7.2p2-81.40.1.i586"
}
},
{
"category": "product_version",
"name": "openssh-cavs-7.2p2-81.40.1.i586",
"product": {
"name": "openssh-cavs-7.2p2-81.40.1.i586",
"product_id": "openssh-cavs-7.2p2-81.40.1.i586"
}
},
{
"category": "product_version",
"name": "openssh-fips-7.2p2-81.40.1.i586",
"product": {
"name": "openssh-fips-7.2p2-81.40.1.i586",
"product_id": "openssh-fips-7.2p2-81.40.1.i586"
}
},
{
"category": "product_version",
"name": "openssh-helpers-7.2p2-81.40.1.i586",
"product": {
"name": "openssh-helpers-7.2p2-81.40.1.i586",
"product_id": "openssh-helpers-7.2p2-81.40.1.i586"
}
},
{
"category": "product_version",
"name": "openssh-testuser-0-81.40.1.i586",
"product": {
"name": "openssh-testuser-0-81.40.1.i586",
"product_id": "openssh-testuser-0-81.40.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "openssh-7.2p2-81.40.1.ppc64le",
"product": {
"name": "openssh-7.2p2-81.40.1.ppc64le",
"product_id": "openssh-7.2p2-81.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssh-askpass-gnome-7.2p2-81.40.1.ppc64le",
"product": {
"name": "openssh-askpass-gnome-7.2p2-81.40.1.ppc64le",
"product_id": "openssh-askpass-gnome-7.2p2-81.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssh-cavs-7.2p2-81.40.1.ppc64le",
"product": {
"name": "openssh-cavs-7.2p2-81.40.1.ppc64le",
"product_id": "openssh-cavs-7.2p2-81.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssh-fips-7.2p2-81.40.1.ppc64le",
"product": {
"name": "openssh-fips-7.2p2-81.40.1.ppc64le",
"product_id": "openssh-fips-7.2p2-81.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssh-helpers-7.2p2-81.40.1.ppc64le",
"product": {
"name": "openssh-helpers-7.2p2-81.40.1.ppc64le",
"product_id": "openssh-helpers-7.2p2-81.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssh-testuser-0-81.40.1.ppc64le",
"product": {
"name": "openssh-testuser-0-81.40.1.ppc64le",
"product_id": "openssh-testuser-0-81.40.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openssh-7.2p2-81.40.1.s390",
"product": {
"name": "openssh-7.2p2-81.40.1.s390",
"product_id": "openssh-7.2p2-81.40.1.s390"
}
},
{
"category": "product_version",
"name": "openssh-askpass-gnome-7.2p2-81.40.1.s390",
"product": {
"name": "openssh-askpass-gnome-7.2p2-81.40.1.s390",
"product_id": "openssh-askpass-gnome-7.2p2-81.40.1.s390"
}
},
{
"category": "product_version",
"name": "openssh-cavs-7.2p2-81.40.1.s390",
"product": {
"name": "openssh-cavs-7.2p2-81.40.1.s390",
"product_id": "openssh-cavs-7.2p2-81.40.1.s390"
}
},
{
"category": "product_version",
"name": "openssh-fips-7.2p2-81.40.1.s390",
"product": {
"name": "openssh-fips-7.2p2-81.40.1.s390",
"product_id": "openssh-fips-7.2p2-81.40.1.s390"
}
},
{
"category": "product_version",
"name": "openssh-helpers-7.2p2-81.40.1.s390",
"product": {
"name": "openssh-helpers-7.2p2-81.40.1.s390",
"product_id": "openssh-helpers-7.2p2-81.40.1.s390"
}
},
{
"category": "product_version",
"name": "openssh-testuser-0-81.40.1.s390",
"product": {
"name": "openssh-testuser-0-81.40.1.s390",
"product_id": "openssh-testuser-0-81.40.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "openssh-7.2p2-81.40.1.s390x",
"product": {
"name": "openssh-7.2p2-81.40.1.s390x",
"product_id": "openssh-7.2p2-81.40.1.s390x"
}
},
{
"category": "product_version",
"name": "openssh-askpass-gnome-7.2p2-81.40.1.s390x",
"product": {
"name": "openssh-askpass-gnome-7.2p2-81.40.1.s390x",
"product_id": "openssh-askpass-gnome-7.2p2-81.40.1.s390x"
}
},
{
"category": "product_version",
"name": "openssh-cavs-7.2p2-81.40.1.s390x",
"product": {
"name": "openssh-cavs-7.2p2-81.40.1.s390x",
"product_id": "openssh-cavs-7.2p2-81.40.1.s390x"
}
},
{
"category": "product_version",
"name": "openssh-fips-7.2p2-81.40.1.s390x",
"product": {
"name": "openssh-fips-7.2p2-81.40.1.s390x",
"product_id": "openssh-fips-7.2p2-81.40.1.s390x"
}
},
{
"category": "product_version",
"name": "openssh-helpers-7.2p2-81.40.1.s390x",
"product": {
"name": "openssh-helpers-7.2p2-81.40.1.s390x",
"product_id": "openssh-helpers-7.2p2-81.40.1.s390x"
}
},
{
"category": "product_version",
"name": "openssh-testuser-0-81.40.1.s390x",
"product": {
"name": "openssh-testuser-0-81.40.1.s390x",
"product_id": "openssh-testuser-0-81.40.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openssh-7.2p2-81.40.1.x86_64",
"product": {
"name": "openssh-7.2p2-81.40.1.x86_64",
"product_id": "openssh-7.2p2-81.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"product": {
"name": "openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"product_id": "openssh-askpass-gnome-7.2p2-81.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssh-cavs-7.2p2-81.40.1.x86_64",
"product": {
"name": "openssh-cavs-7.2p2-81.40.1.x86_64",
"product_id": "openssh-cavs-7.2p2-81.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssh-fips-7.2p2-81.40.1.x86_64",
"product": {
"name": "openssh-fips-7.2p2-81.40.1.x86_64",
"product_id": "openssh-fips-7.2p2-81.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssh-helpers-7.2p2-81.40.1.x86_64",
"product": {
"name": "openssh-helpers-7.2p2-81.40.1.x86_64",
"product_id": "openssh-helpers-7.2p2-81.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssh-testuser-0-81.40.1.x86_64",
"product": {
"name": "openssh-testuser-0-81.40.1.x86_64",
"product_id": "openssh-testuser-0-81.40.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-7.2p2-81.40.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.aarch64"
},
"product_reference": "openssh-7.2p2-81.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-7.2p2-81.40.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.ppc64le"
},
"product_reference": "openssh-7.2p2-81.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-7.2p2-81.40.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.s390x"
},
"product_reference": "openssh-7.2p2-81.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-7.2p2-81.40.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.x86_64"
},
"product_reference": "openssh-7.2p2-81.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-askpass-gnome-7.2p2-81.40.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.aarch64"
},
"product_reference": "openssh-askpass-gnome-7.2p2-81.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-askpass-gnome-7.2p2-81.40.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.ppc64le"
},
"product_reference": "openssh-askpass-gnome-7.2p2-81.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-askpass-gnome-7.2p2-81.40.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.s390x"
},
"product_reference": "openssh-askpass-gnome-7.2p2-81.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-askpass-gnome-7.2p2-81.40.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.x86_64"
},
"product_reference": "openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-fips-7.2p2-81.40.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.aarch64"
},
"product_reference": "openssh-fips-7.2p2-81.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-fips-7.2p2-81.40.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.ppc64le"
},
"product_reference": "openssh-fips-7.2p2-81.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-fips-7.2p2-81.40.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.s390x"
},
"product_reference": "openssh-fips-7.2p2-81.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-fips-7.2p2-81.40.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.x86_64"
},
"product_reference": "openssh-fips-7.2p2-81.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-helpers-7.2p2-81.40.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.aarch64"
},
"product_reference": "openssh-helpers-7.2p2-81.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-helpers-7.2p2-81.40.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.ppc64le"
},
"product_reference": "openssh-helpers-7.2p2-81.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-helpers-7.2p2-81.40.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.s390x"
},
"product_reference": "openssh-helpers-7.2p2-81.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-helpers-7.2p2-81.40.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.x86_64"
},
"product_reference": "openssh-helpers-7.2p2-81.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-7.2p2-81.40.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.aarch64"
},
"product_reference": "openssh-7.2p2-81.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-7.2p2-81.40.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.ppc64le"
},
"product_reference": "openssh-7.2p2-81.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-7.2p2-81.40.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.s390x"
},
"product_reference": "openssh-7.2p2-81.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-7.2p2-81.40.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.x86_64"
},
"product_reference": "openssh-7.2p2-81.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-askpass-gnome-7.2p2-81.40.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.aarch64"
},
"product_reference": "openssh-askpass-gnome-7.2p2-81.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-askpass-gnome-7.2p2-81.40.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.ppc64le"
},
"product_reference": "openssh-askpass-gnome-7.2p2-81.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-askpass-gnome-7.2p2-81.40.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.s390x"
},
"product_reference": "openssh-askpass-gnome-7.2p2-81.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-askpass-gnome-7.2p2-81.40.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.x86_64"
},
"product_reference": "openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-fips-7.2p2-81.40.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.aarch64"
},
"product_reference": "openssh-fips-7.2p2-81.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-fips-7.2p2-81.40.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.ppc64le"
},
"product_reference": "openssh-fips-7.2p2-81.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-fips-7.2p2-81.40.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.s390x"
},
"product_reference": "openssh-fips-7.2p2-81.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-fips-7.2p2-81.40.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.x86_64"
},
"product_reference": "openssh-fips-7.2p2-81.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-helpers-7.2p2-81.40.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.aarch64"
},
"product_reference": "openssh-helpers-7.2p2-81.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-helpers-7.2p2-81.40.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.ppc64le"
},
"product_reference": "openssh-helpers-7.2p2-81.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-helpers-7.2p2-81.40.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.s390x"
},
"product_reference": "openssh-helpers-7.2p2-81.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-helpers-7.2p2-81.40.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.x86_64"
},
"product_reference": "openssh-helpers-7.2p2-81.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-7.2p2-81.40.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-7.2p2-81.40.1.x86_64"
},
"product_reference": "openssh-7.2p2-81.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-askpass-gnome-7.2p2-81.40.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.x86_64"
},
"product_reference": "openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-fips-7.2p2-81.40.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-fips-7.2p2-81.40.1.x86_64"
},
"product_reference": "openssh-fips-7.2p2-81.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh-helpers-7.2p2-81.40.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-helpers-7.2p2-81.40.1.x86_64"
},
"product_reference": "openssh-helpers-7.2p2-81.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-3497",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-3497"
}
],
"notes": [
{
"category": "general",
"text": "Vulnerability in the OpenSSH GSSAPI delta included in various Linux distributions. This vulnerability affects the GSSAPI patches added by various Linux distributions and does not affect the OpenSSH upstream project itself. The usage of sshpkt_disconnect() on an error, which does not terminate the process, allows an attacker to send an unexpected GSSAPI message type during the GSSAPI key exchange to the server, which will call the underlying function and continue the execution of the program without setting the related connection variables. As the variables are not initialized to NULL the code later accesses those uninitialized variables, accessing random memory, which could lead to undefined behavior. The recommended workaround is to use ssh_packet_disconnect() instead, which does terminate the process. The impact of the vulnerability depends heavily on the compiler flag hardening configuration.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-fips-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-helpers-7.2p2-81.40.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-3497",
"url": "https://www.suse.com/security/cve/CVE-2026-3497"
},
{
"category": "external",
"summary": "SUSE Bug 1259642 for CVE-2026-3497",
"url": "https://bugzilla.suse.com/1259642"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-fips-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-helpers-7.2p2-81.40.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-fips-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-helpers-7.2p2-81.40.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-15T14:34:10Z",
"details": "moderate"
}
],
"title": "CVE-2026-3497"
},
{
"cve": "CVE-2026-35385",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-35385"
}
],
"notes": [
{
"category": "general",
"text": "In OpenSSH before 10.3, a file downloaded by scp may be installed setuid or setgid, an outcome contrary to some users\u0027 expectations, if the download is performed as root with -O (legacy scp protocol) and without -p (preserve mode).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-fips-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-helpers-7.2p2-81.40.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-35385",
"url": "https://www.suse.com/security/cve/CVE-2026-35385"
},
{
"category": "external",
"summary": "SUSE Bug 1261427 for CVE-2026-35385",
"url": "https://bugzilla.suse.com/1261427"
},
{
"category": "external",
"summary": "SUSE Bug 1267255 for CVE-2026-35385",
"url": "https://bugzilla.suse.com/1267255"
},
{
"category": "external",
"summary": "SUSE Bug 1267879 for CVE-2026-35385",
"url": "https://bugzilla.suse.com/1267879"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-fips-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-helpers-7.2p2-81.40.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-fips-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-helpers-7.2p2-81.40.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-15T14:34:10Z",
"details": "important"
}
],
"title": "CVE-2026-35385"
},
{
"cve": "CVE-2026-35414",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-35414"
}
],
"notes": [
{
"category": "general",
"text": "OpenSSH before 10.3 mishandles the authorized_keys principals option in uncommon scenarios involving a principals list in conjunction with a Certificate Authority that makes certain use of comma characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-fips-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-helpers-7.2p2-81.40.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-35414",
"url": "https://www.suse.com/security/cve/CVE-2026-35414"
},
{
"category": "external",
"summary": "SUSE Bug 1261430 for CVE-2026-35414",
"url": "https://bugzilla.suse.com/1261430"
},
{
"category": "external",
"summary": "SUSE Bug 1264198 for CVE-2026-35414",
"url": "https://bugzilla.suse.com/1264198"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-fips-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-helpers-7.2p2-81.40.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-fips-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh-helpers-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-fips-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh-helpers-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-askpass-gnome-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-fips-7.2p2-81.40.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh-helpers-7.2p2-81.40.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-15T14:34:10Z",
"details": "moderate"
}
],
"title": "CVE-2026-35414"
}
]
}
SUSE-SU-2026:2430-1
Vulnerability from csaf_suse - Published: 2026-06-17 10:51 - Updated: 2026-06-17 10:51Summary
Security update for openssh8.4
Severity
Important
Notes
Title of the patch: Security update for openssh8.4
Description of the patch: This update for openssh8.4 fixes the following issues
- CVE-2026-3497: Information disclosure or denial of service due to uninitialized variables (bsc#1259642).
- CVE-2026-35385: a file downloaded by scp may be installed setuid or setgid (bsc#1261427).
- CVE-2026-35388: omitted connection multiplexing confirmation for proxy-mode multiplexing sessions (bsc#1261441).
- CVE-2026-35414: mishandling of authorized_keys principals option (bsc#1261430).
- potential security issue in validating mac (bsc#1264568).
Patchnames: SUSE-2026-2430,SUSE-SLE-SERVER-12-SP5-LTSS-2026-2430,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-2430
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.5 (Medium)
Affected products
Recommended
54 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
54 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
54 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
4.2 (Medium)
Affected products
Recommended
54 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
26 references
{
"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 openssh8.4",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for openssh8.4 fixes the following issues\n\n- CVE-2026-3497: Information disclosure or denial of service due to uninitialized variables (bsc#1259642).\n- CVE-2026-35385: a file downloaded by scp may be installed setuid or setgid (bsc#1261427).\n- CVE-2026-35388: omitted connection multiplexing confirmation for proxy-mode multiplexing sessions (bsc#1261441).\n- CVE-2026-35414: mishandling of authorized_keys principals option (bsc#1261430).\n- potential security issue in validating mac (bsc#1264568).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2430,SUSE-SLE-SERVER-12-SP5-LTSS-2026-2430,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-2430",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_2430-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2430-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262430-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2430-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-June/047400.html"
},
{
"category": "self",
"summary": "SUSE Bug 1259642",
"url": "https://bugzilla.suse.com/1259642"
},
{
"category": "self",
"summary": "SUSE Bug 1261427",
"url": "https://bugzilla.suse.com/1261427"
},
{
"category": "self",
"summary": "SUSE Bug 1261430",
"url": "https://bugzilla.suse.com/1261430"
},
{
"category": "self",
"summary": "SUSE Bug 1261441",
"url": "https://bugzilla.suse.com/1261441"
},
{
"category": "self",
"summary": "SUSE Bug 1264568",
"url": "https://bugzilla.suse.com/1264568"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-3497 page",
"url": "https://www.suse.com/security/cve/CVE-2026-3497/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-35385 page",
"url": "https://www.suse.com/security/cve/CVE-2026-35385/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-35388 page",
"url": "https://www.suse.com/security/cve/CVE-2026-35388/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-35414 page",
"url": "https://www.suse.com/security/cve/CVE-2026-35414/"
}
],
"title": "Security update for openssh8.4",
"tracking": {
"current_release_date": "2026-06-17T10:51:11Z",
"generator": {
"date": "2026-06-17T10:51:11Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2430-1",
"initial_release_date": "2026-06-17T10:51:11Z",
"revision_history": [
{
"date": "2026-06-17T10:51:11Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "openssh8.4-8.4p1-8.24.1.aarch64",
"product": {
"name": "openssh8.4-8.4p1-8.24.1.aarch64",
"product_id": "openssh8.4-8.4p1-8.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssh8.4-cavs-8.4p1-8.24.1.aarch64",
"product": {
"name": "openssh8.4-cavs-8.4p1-8.24.1.aarch64",
"product_id": "openssh8.4-cavs-8.4p1-8.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssh8.4-clients-8.4p1-8.24.1.aarch64",
"product": {
"name": "openssh8.4-clients-8.4p1-8.24.1.aarch64",
"product_id": "openssh8.4-clients-8.4p1-8.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssh8.4-common-8.4p1-8.24.1.aarch64",
"product": {
"name": "openssh8.4-common-8.4p1-8.24.1.aarch64",
"product_id": "openssh8.4-common-8.4p1-8.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssh8.4-fips-8.4p1-8.24.1.aarch64",
"product": {
"name": "openssh8.4-fips-8.4p1-8.24.1.aarch64",
"product_id": "openssh8.4-fips-8.4p1-8.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssh8.4-helpers-8.4p1-8.24.1.aarch64",
"product": {
"name": "openssh8.4-helpers-8.4p1-8.24.1.aarch64",
"product_id": "openssh8.4-helpers-8.4p1-8.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssh8.4-server-8.4p1-8.24.1.aarch64",
"product": {
"name": "openssh8.4-server-8.4p1-8.24.1.aarch64",
"product_id": "openssh8.4-server-8.4p1-8.24.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "openssh8.4-8.4p1-8.24.1.i586",
"product": {
"name": "openssh8.4-8.4p1-8.24.1.i586",
"product_id": "openssh8.4-8.4p1-8.24.1.i586"
}
},
{
"category": "product_version",
"name": "openssh8.4-cavs-8.4p1-8.24.1.i586",
"product": {
"name": "openssh8.4-cavs-8.4p1-8.24.1.i586",
"product_id": "openssh8.4-cavs-8.4p1-8.24.1.i586"
}
},
{
"category": "product_version",
"name": "openssh8.4-clients-8.4p1-8.24.1.i586",
"product": {
"name": "openssh8.4-clients-8.4p1-8.24.1.i586",
"product_id": "openssh8.4-clients-8.4p1-8.24.1.i586"
}
},
{
"category": "product_version",
"name": "openssh8.4-common-8.4p1-8.24.1.i586",
"product": {
"name": "openssh8.4-common-8.4p1-8.24.1.i586",
"product_id": "openssh8.4-common-8.4p1-8.24.1.i586"
}
},
{
"category": "product_version",
"name": "openssh8.4-fips-8.4p1-8.24.1.i586",
"product": {
"name": "openssh8.4-fips-8.4p1-8.24.1.i586",
"product_id": "openssh8.4-fips-8.4p1-8.24.1.i586"
}
},
{
"category": "product_version",
"name": "openssh8.4-helpers-8.4p1-8.24.1.i586",
"product": {
"name": "openssh8.4-helpers-8.4p1-8.24.1.i586",
"product_id": "openssh8.4-helpers-8.4p1-8.24.1.i586"
}
},
{
"category": "product_version",
"name": "openssh8.4-server-8.4p1-8.24.1.i586",
"product": {
"name": "openssh8.4-server-8.4p1-8.24.1.i586",
"product_id": "openssh8.4-server-8.4p1-8.24.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "openssh8.4-8.4p1-8.24.1.ppc64le",
"product": {
"name": "openssh8.4-8.4p1-8.24.1.ppc64le",
"product_id": "openssh8.4-8.4p1-8.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssh8.4-cavs-8.4p1-8.24.1.ppc64le",
"product": {
"name": "openssh8.4-cavs-8.4p1-8.24.1.ppc64le",
"product_id": "openssh8.4-cavs-8.4p1-8.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssh8.4-clients-8.4p1-8.24.1.ppc64le",
"product": {
"name": "openssh8.4-clients-8.4p1-8.24.1.ppc64le",
"product_id": "openssh8.4-clients-8.4p1-8.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssh8.4-common-8.4p1-8.24.1.ppc64le",
"product": {
"name": "openssh8.4-common-8.4p1-8.24.1.ppc64le",
"product_id": "openssh8.4-common-8.4p1-8.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssh8.4-fips-8.4p1-8.24.1.ppc64le",
"product": {
"name": "openssh8.4-fips-8.4p1-8.24.1.ppc64le",
"product_id": "openssh8.4-fips-8.4p1-8.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssh8.4-helpers-8.4p1-8.24.1.ppc64le",
"product": {
"name": "openssh8.4-helpers-8.4p1-8.24.1.ppc64le",
"product_id": "openssh8.4-helpers-8.4p1-8.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssh8.4-server-8.4p1-8.24.1.ppc64le",
"product": {
"name": "openssh8.4-server-8.4p1-8.24.1.ppc64le",
"product_id": "openssh8.4-server-8.4p1-8.24.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openssh8.4-8.4p1-8.24.1.s390",
"product": {
"name": "openssh8.4-8.4p1-8.24.1.s390",
"product_id": "openssh8.4-8.4p1-8.24.1.s390"
}
},
{
"category": "product_version",
"name": "openssh8.4-cavs-8.4p1-8.24.1.s390",
"product": {
"name": "openssh8.4-cavs-8.4p1-8.24.1.s390",
"product_id": "openssh8.4-cavs-8.4p1-8.24.1.s390"
}
},
{
"category": "product_version",
"name": "openssh8.4-clients-8.4p1-8.24.1.s390",
"product": {
"name": "openssh8.4-clients-8.4p1-8.24.1.s390",
"product_id": "openssh8.4-clients-8.4p1-8.24.1.s390"
}
},
{
"category": "product_version",
"name": "openssh8.4-common-8.4p1-8.24.1.s390",
"product": {
"name": "openssh8.4-common-8.4p1-8.24.1.s390",
"product_id": "openssh8.4-common-8.4p1-8.24.1.s390"
}
},
{
"category": "product_version",
"name": "openssh8.4-fips-8.4p1-8.24.1.s390",
"product": {
"name": "openssh8.4-fips-8.4p1-8.24.1.s390",
"product_id": "openssh8.4-fips-8.4p1-8.24.1.s390"
}
},
{
"category": "product_version",
"name": "openssh8.4-helpers-8.4p1-8.24.1.s390",
"product": {
"name": "openssh8.4-helpers-8.4p1-8.24.1.s390",
"product_id": "openssh8.4-helpers-8.4p1-8.24.1.s390"
}
},
{
"category": "product_version",
"name": "openssh8.4-server-8.4p1-8.24.1.s390",
"product": {
"name": "openssh8.4-server-8.4p1-8.24.1.s390",
"product_id": "openssh8.4-server-8.4p1-8.24.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "openssh8.4-8.4p1-8.24.1.s390x",
"product": {
"name": "openssh8.4-8.4p1-8.24.1.s390x",
"product_id": "openssh8.4-8.4p1-8.24.1.s390x"
}
},
{
"category": "product_version",
"name": "openssh8.4-cavs-8.4p1-8.24.1.s390x",
"product": {
"name": "openssh8.4-cavs-8.4p1-8.24.1.s390x",
"product_id": "openssh8.4-cavs-8.4p1-8.24.1.s390x"
}
},
{
"category": "product_version",
"name": "openssh8.4-clients-8.4p1-8.24.1.s390x",
"product": {
"name": "openssh8.4-clients-8.4p1-8.24.1.s390x",
"product_id": "openssh8.4-clients-8.4p1-8.24.1.s390x"
}
},
{
"category": "product_version",
"name": "openssh8.4-common-8.4p1-8.24.1.s390x",
"product": {
"name": "openssh8.4-common-8.4p1-8.24.1.s390x",
"product_id": "openssh8.4-common-8.4p1-8.24.1.s390x"
}
},
{
"category": "product_version",
"name": "openssh8.4-fips-8.4p1-8.24.1.s390x",
"product": {
"name": "openssh8.4-fips-8.4p1-8.24.1.s390x",
"product_id": "openssh8.4-fips-8.4p1-8.24.1.s390x"
}
},
{
"category": "product_version",
"name": "openssh8.4-helpers-8.4p1-8.24.1.s390x",
"product": {
"name": "openssh8.4-helpers-8.4p1-8.24.1.s390x",
"product_id": "openssh8.4-helpers-8.4p1-8.24.1.s390x"
}
},
{
"category": "product_version",
"name": "openssh8.4-server-8.4p1-8.24.1.s390x",
"product": {
"name": "openssh8.4-server-8.4p1-8.24.1.s390x",
"product_id": "openssh8.4-server-8.4p1-8.24.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openssh8.4-8.4p1-8.24.1.x86_64",
"product": {
"name": "openssh8.4-8.4p1-8.24.1.x86_64",
"product_id": "openssh8.4-8.4p1-8.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssh8.4-cavs-8.4p1-8.24.1.x86_64",
"product": {
"name": "openssh8.4-cavs-8.4p1-8.24.1.x86_64",
"product_id": "openssh8.4-cavs-8.4p1-8.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssh8.4-clients-8.4p1-8.24.1.x86_64",
"product": {
"name": "openssh8.4-clients-8.4p1-8.24.1.x86_64",
"product_id": "openssh8.4-clients-8.4p1-8.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssh8.4-common-8.4p1-8.24.1.x86_64",
"product": {
"name": "openssh8.4-common-8.4p1-8.24.1.x86_64",
"product_id": "openssh8.4-common-8.4p1-8.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssh8.4-fips-8.4p1-8.24.1.x86_64",
"product": {
"name": "openssh8.4-fips-8.4p1-8.24.1.x86_64",
"product_id": "openssh8.4-fips-8.4p1-8.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"product": {
"name": "openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"product_id": "openssh8.4-helpers-8.4p1-8.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssh8.4-server-8.4p1-8.24.1.x86_64",
"product": {
"name": "openssh8.4-server-8.4p1-8.24.1.x86_64",
"product_id": "openssh8.4-server-8.4p1-8.24.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-8.4p1-8.24.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.aarch64"
},
"product_reference": "openssh8.4-8.4p1-8.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-8.4p1-8.24.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.ppc64le"
},
"product_reference": "openssh8.4-8.4p1-8.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-8.4p1-8.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.s390x"
},
"product_reference": "openssh8.4-8.4p1-8.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-8.4p1-8.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.x86_64"
},
"product_reference": "openssh8.4-8.4p1-8.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-clients-8.4p1-8.24.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.aarch64"
},
"product_reference": "openssh8.4-clients-8.4p1-8.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-clients-8.4p1-8.24.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.ppc64le"
},
"product_reference": "openssh8.4-clients-8.4p1-8.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-clients-8.4p1-8.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.s390x"
},
"product_reference": "openssh8.4-clients-8.4p1-8.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-clients-8.4p1-8.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.x86_64"
},
"product_reference": "openssh8.4-clients-8.4p1-8.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-common-8.4p1-8.24.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.aarch64"
},
"product_reference": "openssh8.4-common-8.4p1-8.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-common-8.4p1-8.24.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.ppc64le"
},
"product_reference": "openssh8.4-common-8.4p1-8.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-common-8.4p1-8.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.s390x"
},
"product_reference": "openssh8.4-common-8.4p1-8.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-common-8.4p1-8.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.x86_64"
},
"product_reference": "openssh8.4-common-8.4p1-8.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-fips-8.4p1-8.24.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.aarch64"
},
"product_reference": "openssh8.4-fips-8.4p1-8.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-fips-8.4p1-8.24.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.ppc64le"
},
"product_reference": "openssh8.4-fips-8.4p1-8.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-fips-8.4p1-8.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.s390x"
},
"product_reference": "openssh8.4-fips-8.4p1-8.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-fips-8.4p1-8.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.x86_64"
},
"product_reference": "openssh8.4-fips-8.4p1-8.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-helpers-8.4p1-8.24.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.aarch64"
},
"product_reference": "openssh8.4-helpers-8.4p1-8.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-helpers-8.4p1-8.24.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.ppc64le"
},
"product_reference": "openssh8.4-helpers-8.4p1-8.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-helpers-8.4p1-8.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.s390x"
},
"product_reference": "openssh8.4-helpers-8.4p1-8.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-helpers-8.4p1-8.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.x86_64"
},
"product_reference": "openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-server-8.4p1-8.24.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.aarch64"
},
"product_reference": "openssh8.4-server-8.4p1-8.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-server-8.4p1-8.24.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.ppc64le"
},
"product_reference": "openssh8.4-server-8.4p1-8.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-server-8.4p1-8.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.s390x"
},
"product_reference": "openssh8.4-server-8.4p1-8.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-server-8.4p1-8.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.x86_64"
},
"product_reference": "openssh8.4-server-8.4p1-8.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-8.4p1-8.24.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.aarch64"
},
"product_reference": "openssh8.4-8.4p1-8.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-8.4p1-8.24.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.ppc64le"
},
"product_reference": "openssh8.4-8.4p1-8.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-8.4p1-8.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.s390x"
},
"product_reference": "openssh8.4-8.4p1-8.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-8.4p1-8.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64"
},
"product_reference": "openssh8.4-8.4p1-8.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-clients-8.4p1-8.24.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.aarch64"
},
"product_reference": "openssh8.4-clients-8.4p1-8.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-clients-8.4p1-8.24.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.ppc64le"
},
"product_reference": "openssh8.4-clients-8.4p1-8.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-clients-8.4p1-8.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.s390x"
},
"product_reference": "openssh8.4-clients-8.4p1-8.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-clients-8.4p1-8.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64"
},
"product_reference": "openssh8.4-clients-8.4p1-8.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-common-8.4p1-8.24.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.aarch64"
},
"product_reference": "openssh8.4-common-8.4p1-8.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-common-8.4p1-8.24.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.ppc64le"
},
"product_reference": "openssh8.4-common-8.4p1-8.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-common-8.4p1-8.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.s390x"
},
"product_reference": "openssh8.4-common-8.4p1-8.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-common-8.4p1-8.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64"
},
"product_reference": "openssh8.4-common-8.4p1-8.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-fips-8.4p1-8.24.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.aarch64"
},
"product_reference": "openssh8.4-fips-8.4p1-8.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-fips-8.4p1-8.24.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.ppc64le"
},
"product_reference": "openssh8.4-fips-8.4p1-8.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-fips-8.4p1-8.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.s390x"
},
"product_reference": "openssh8.4-fips-8.4p1-8.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-fips-8.4p1-8.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64"
},
"product_reference": "openssh8.4-fips-8.4p1-8.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-helpers-8.4p1-8.24.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.aarch64"
},
"product_reference": "openssh8.4-helpers-8.4p1-8.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-helpers-8.4p1-8.24.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.ppc64le"
},
"product_reference": "openssh8.4-helpers-8.4p1-8.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-helpers-8.4p1-8.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.s390x"
},
"product_reference": "openssh8.4-helpers-8.4p1-8.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-helpers-8.4p1-8.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64"
},
"product_reference": "openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-server-8.4p1-8.24.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.aarch64"
},
"product_reference": "openssh8.4-server-8.4p1-8.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-server-8.4p1-8.24.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.ppc64le"
},
"product_reference": "openssh8.4-server-8.4p1-8.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-server-8.4p1-8.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.s390x"
},
"product_reference": "openssh8.4-server-8.4p1-8.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-server-8.4p1-8.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64"
},
"product_reference": "openssh8.4-server-8.4p1-8.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-8.4p1-8.24.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64"
},
"product_reference": "openssh8.4-8.4p1-8.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-clients-8.4p1-8.24.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64"
},
"product_reference": "openssh8.4-clients-8.4p1-8.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-common-8.4p1-8.24.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64"
},
"product_reference": "openssh8.4-common-8.4p1-8.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-fips-8.4p1-8.24.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64"
},
"product_reference": "openssh8.4-fips-8.4p1-8.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-helpers-8.4p1-8.24.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64"
},
"product_reference": "openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssh8.4-server-8.4p1-8.24.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64"
},
"product_reference": "openssh8.4-server-8.4p1-8.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-3497",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-3497"
}
],
"notes": [
{
"category": "general",
"text": "Vulnerability in the OpenSSH GSSAPI delta included in various Linux distributions. This vulnerability affects the GSSAPI patches added by various Linux distributions and does not affect the OpenSSH upstream project itself. The usage of sshpkt_disconnect() on an error, which does not terminate the process, allows an attacker to send an unexpected GSSAPI message type during the GSSAPI key exchange to the server, which will call the underlying function and continue the execution of the program without setting the related connection variables. As the variables are not initialized to NULL the code later accesses those uninitialized variables, accessing random memory, which could lead to undefined behavior. The recommended workaround is to use ssh_packet_disconnect() instead, which does terminate the process. The impact of the vulnerability depends heavily on the compiler flag hardening configuration.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-3497",
"url": "https://www.suse.com/security/cve/CVE-2026-3497"
},
{
"category": "external",
"summary": "SUSE Bug 1259642 for CVE-2026-3497",
"url": "https://bugzilla.suse.com/1259642"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-17T10:51:11Z",
"details": "moderate"
}
],
"title": "CVE-2026-3497"
},
{
"cve": "CVE-2026-35385",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-35385"
}
],
"notes": [
{
"category": "general",
"text": "In OpenSSH before 10.3, a file downloaded by scp may be installed setuid or setgid, an outcome contrary to some users\u0027 expectations, if the download is performed as root with -O (legacy scp protocol) and without -p (preserve mode).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-35385",
"url": "https://www.suse.com/security/cve/CVE-2026-35385"
},
{
"category": "external",
"summary": "SUSE Bug 1261427 for CVE-2026-35385",
"url": "https://bugzilla.suse.com/1261427"
},
{
"category": "external",
"summary": "SUSE Bug 1267255 for CVE-2026-35385",
"url": "https://bugzilla.suse.com/1267255"
},
{
"category": "external",
"summary": "SUSE Bug 1267879 for CVE-2026-35385",
"url": "https://bugzilla.suse.com/1267879"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-17T10:51:11Z",
"details": "important"
}
],
"title": "CVE-2026-35385"
},
{
"cve": "CVE-2026-35388",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-35388"
}
],
"notes": [
{
"category": "general",
"text": "OpenSSH before 10.3 omits connection multiplexing confirmation for proxy-mode multiplexing sessions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-35388",
"url": "https://www.suse.com/security/cve/CVE-2026-35388"
},
{
"category": "external",
"summary": "SUSE Bug 1261441 for CVE-2026-35388",
"url": "https://bugzilla.suse.com/1261441"
},
{
"category": "external",
"summary": "SUSE Bug 1267252 for CVE-2026-35388",
"url": "https://bugzilla.suse.com/1267252"
},
{
"category": "external",
"summary": "SUSE Bug 1267253 for CVE-2026-35388",
"url": "https://bugzilla.suse.com/1267253"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.5,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-17T10:51:11Z",
"details": "low"
}
],
"title": "CVE-2026-35388"
},
{
"cve": "CVE-2026-35414",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-35414"
}
],
"notes": [
{
"category": "general",
"text": "OpenSSH before 10.3 mishandles the authorized_keys principals option in uncommon scenarios involving a principals list in conjunction with a Certificate Authority that makes certain use of comma characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-35414",
"url": "https://www.suse.com/security/cve/CVE-2026-35414"
},
{
"category": "external",
"summary": "SUSE Bug 1261430 for CVE-2026-35414",
"url": "https://bugzilla.suse.com/1261430"
},
{
"category": "external",
"summary": "SUSE Bug 1264198 for CVE-2026-35414",
"url": "https://bugzilla.suse.com/1264198"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssh8.4-server-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-clients-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-common-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-fips-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-helpers-8.4p1-8.24.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssh8.4-server-8.4p1-8.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-17T10:51:11Z",
"details": "moderate"
}
],
"title": "CVE-2026-35414"
}
]
}
WID-SEC-W-2026-0716
Vulnerability from csaf_certbund - Published: 2026-03-12 23:00 - Updated: 2026-06-17 22:00Summary
OpenSSH GSSAPI delta: Schwachstelle ermöglicht nicht spezifizierten Angriff
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: OpenSSH ist eine Open Source Implementierung des Secure Shell Protokolls.
Ubuntu Linux ist die Linux Distribution des Herstellers Canonical.
Angriff: Ein entfernter, anonymer Angreifer kann eine Schwachstelle in OpenSSH GSSAPI und Ubuntu Linux ausnutzen, um ein undefiniertes Fehlverhalten oder einen potenziellen Denial-of-Service-Angriff auszulösen.
Betroffene Betriebssysteme: - Linux
Affected products
Known affected
15 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Container Platform <4.12.91
Red Hat / OpenShift
|
Container Platform <4.12.91 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP15 IF02
IBM / QRadar SIEM
|
<7.5.0 UP15 IF02 | ||
|
Red Hat OpenShift Container Platform <4.13.67
Red Hat / OpenShift
|
Container Platform <4.13.67 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source OpenSSH GSSAPI delta Linux distributions
Open Source / OpenSSH
|
cpe:/a:openbsd:openssh:gssapi_delta_linux_distributions
|
GSSAPI delta Linux distributions | |
|
Red Hat OpenShift Container Platform <4.17.54
Red Hat / OpenShift
|
Container Platform <4.17.54 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.15.64
Red Hat / OpenShift
|
Container Platform <4.15.64 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.19.32
Red Hat / OpenShift
|
Container Platform <4.19.32 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— |
References
46 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"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": "OpenSSH ist eine Open Source Implementierung des Secure Shell Protokolls.\r\nUbuntu Linux ist die Linux Distribution des Herstellers Canonical.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in OpenSSH GSSAPI und Ubuntu Linux ausnutzen, um ein undefiniertes Fehlverhalten oder einen potenziellen Denial-of-Service-Angriff auszul\u00f6sen.",
"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-2026-0716 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0716.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0716 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0716"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-WCPP-3X59-H8VP vom 2026-03-12",
"url": "https://github.com/advisories/GHSA-WCPP-3X59-H8VP"
},
{
"category": "external",
"summary": "Mailing List OSS-Security vom 2026-03-12",
"url": "https://seclists.org/oss-sec/2026/q1/299"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8090-1 vom 2026-03-12",
"url": "https://ubuntu.com/security/notices/USN-8090-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8090-2 vom 2026-03-12",
"url": "https://ubuntu.com/security/notices/USN-8090-2"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-BAB4AA5DA7 vom 2026-03-18",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-bab4aa5da7"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-39819A3D62 vom 2026-03-18",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-39819a3d62"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-62FB46CAAC vom 2026-03-18",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-62fb46caac"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-6462 vom 2026-04-03",
"url": "https://linux.oracle.com/errata/ELSA-2026-6462.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-6461 vom 2026-04-03",
"url": "https://linux.oracle.com/errata/ELSA-2026-6461.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-6463 vom 2026-04-02",
"url": "https://linux.oracle.com/errata/ELSA-2026-6463.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6463 vom 2026-04-02",
"url": "https://access.redhat.com/errata/RHSA-2026:6463"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6462 vom 2026-04-02",
"url": "https://access.redhat.com/errata/RHSA-2026:6462"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6461 vom 2026-04-02",
"url": "https://access.redhat.com/errata/RHSA-2026:6461"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:6461 vom 2026-04-09",
"url": "https://errata.build.resf.org/RLSA-2026:6461"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:7107 vom 2026-04-08",
"url": "https://access.redhat.com/errata/RHSA-2026:7107"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6204 vom 2026-04-09",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00114.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4535 vom 2026-04-16",
"url": "https://lists.debian.org/debian-lts-announce/2026/04/msg00014.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:9415 vom 2026-04-21",
"url": "https://access.redhat.com/errata/RHSA-2026:9415"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:10065 vom 2026-04-23",
"url": "https://access.redhat.com/errata/RHSA-2026:10065"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:9732 vom 2026-04-22",
"url": "https://access.redhat.com/errata/RHSA-2026:9732"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7270594 vom 2026-04-23",
"url": "https://www.ibm.com/support/pages/node/7270594"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:10714 vom 2026-04-27",
"url": "https://access.redhat.com/errata/RHSA-2026:10714"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:13812 vom 2026-05-05",
"url": "https://access.redhat.com/errata/RHSA-2026:13812"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:13750 vom 2026-05-05",
"url": "https://access.redhat.com/errata/RHSA-2026:13750"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:14924 vom 2026-05-07",
"url": "https://access.redhat.com/errata/RHSA-2026:14924"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:15893 vom 2026-05-11",
"url": "https://access.redhat.com/errata/RHSA-2026:15893"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:15891 vom 2026-05-11",
"url": "https://access.redhat.com/errata/RHSA-2026:15891"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:12071 vom 2026-05-11",
"url": "https://access.redhat.com/errata/RHSA-2026:12071"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2026-05-13",
"url": "https://access.redhat.com/errata/RHSA-2026:14773"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:15087 vom 2026-05-13",
"url": "https://access.redhat.com/errata/RHSA-2026:15087"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:17596 vom 2026-05-20",
"url": "https://access.redhat.com/errata/RHSA-2026:17596"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19724 vom 2026-05-21",
"url": "https://access.redhat.com/errata/RHSA-2026:19724"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:6463 vom 2026-05-21",
"url": "https://errata.build.resf.org/RLSA-2026:6463"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:20040 vom 2026-05-27",
"url": "https://access.redhat.com/errata/RHSA-2026:20040"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:20087 vom 2026-05-29",
"url": "https://access.redhat.com/errata/RHSA-2026:20087"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:21695 vom 2026-06-04",
"url": "https://access.redhat.com/errata/RHSA-2026:21695"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:21690 vom 2026-06-04",
"url": "https://access.redhat.com/errata/RHSA-2026:21690"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:10937-1 vom 2026-06-06",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/L4XM6QRYTN62Q5SELPL3UBLMCBFIWVNG/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:25096 vom 2026-06-10",
"url": "https://access.redhat.com/errata/RHSA-2026:25096"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2371-1 vom 2026-06-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026711.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2375-1 vom 2026-06-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026708.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22067-1 vom 2026-06-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026731.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2395-1 vom 2026-06-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026762.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2430-1 vom 2026-06-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026814.html"
}
],
"source_lang": "en-US",
"title": "OpenSSH GSSAPI delta: Schwachstelle erm\u00f6glicht nicht spezifizierten Angriff",
"tracking": {
"current_release_date": "2026-06-17T22:00:00.000+00:00",
"generator": {
"date": "2026-06-18T08:30:31.301+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-0716",
"initial_release_date": "2026-03-12T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-03-12T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-03-17T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2026-04-06T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Oracle Linux und Red Hat aufgenommen"
},
{
"date": "2026-04-08T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Rocky Enterprise Software Foundation und Red Hat aufgenommen"
},
{
"date": "2026-04-09T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2026-04-16T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2026-04-21T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-04-22T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-04-23T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-04-26T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-05T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-07T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-10T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-14T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-20T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-21T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-05-27T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-31T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-06-04T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-06-07T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2026-06-10T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-06-11T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-06-14T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-06-15T22:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-06-17T22:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von SUSE aufgenommen"
}
],
"status": "final",
"version": "25"
}
},
"product_tree": {
"branches": [
{
"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": [
{
"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": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.5.0 UP15 IF02",
"product": {
"name": "IBM QRadar SIEM \u003c7.5.0 UP15 IF02",
"product_id": "T053291"
}
},
{
"category": "product_version",
"name": "7.5.0 UP15 IF02",
"product": {
"name": "IBM QRadar SIEM 7.5.0 UP15 IF02",
"product_id": "T053291-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up15_if02"
}
}
}
],
"category": "product_name",
"name": "QRadar SIEM"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "GSSAPI delta Linux distributions",
"product": {
"name": "Open Source OpenSSH GSSAPI delta Linux distributions",
"product_id": "T051698",
"product_identification_helper": {
"cpe": "cpe:/a:openbsd:openssh:gssapi_delta_linux_distributions"
}
}
}
],
"category": "product_name",
"name": "OpenSSH"
}
],
"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": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"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:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "Container Platform \u003c4.15.64",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.15.64",
"product_id": "T054017"
}
},
{
"category": "product_version",
"name": "Container Platform 4.15.64",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15.64",
"product_id": "T054017-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.15.64"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.17.54",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.17.54",
"product_id": "T054403"
}
},
{
"category": "product_version",
"name": "Container Platform 4.17.54",
"product": {
"name": "Red Hat OpenShift Container Platform 4.17.54",
"product_id": "T054403-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.17.54"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.19.32",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.19.32",
"product_id": "T054748"
}
},
{
"category": "product_version",
"name": "Container Platform 4.19.32",
"product": {
"name": "Red Hat OpenShift Container Platform 4.19.32",
"product_id": "T054748-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.19.32"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.13.67",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.13.67",
"product_id": "T054989"
}
},
{
"category": "product_version",
"name": "Container Platform 4.13.67",
"product": {
"name": "Red Hat OpenShift Container Platform 4.13.67",
"product_id": "T054989-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.13.67"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.12.91",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.12.91",
"product_id": "T054990"
}
},
{
"category": "product_version",
"name": "Container Platform 4.12.91",
"product": {
"name": "Red Hat OpenShift Container Platform 4.12.91",
"product_id": "T054990-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.12.91"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
}
],
"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": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T051700",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-3497",
"product_status": {
"known_affected": [
"T054990",
"67646",
"T053291",
"T054989",
"T051700",
"T051698",
"T054403",
"T004914",
"T054017",
"T032255",
"74185",
"2951",
"T002207",
"T054748",
"T027843"
]
},
"release_date": "2026-03-12T23:00:00.000+00:00",
"title": "CVE-2026-3497"
}
]
}
WID-SEC-W-2026-1730
Vulnerability from csaf_certbund - Published: 2026-05-28 22:00 - Updated: 2026-05-28 22:00Summary
Xerox FreeFlow Print Server: Mehrere Schwachstellen ermöglichen nicht spezifizierten Angriff
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: FreeFlow-Druckserver ist eine Druckserveranwendung für Xerox-Produktionsdrucker, die Flexibilität, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.
Angriff: Ein Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um einen nicht näher spezifizierten Angriff durchzuführen.
Betroffene Betriebssysteme: - Linux
- UNIX
- Windows
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
References
4 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"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 einen nicht n\u00e4her spezifizierten Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\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-2026-1730 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1730.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1730 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1730"
},
{
"category": "external",
"summary": "Xerox Security Bulletin XRX26-010 - FreeFlow Print Server v7 vom 2026-05-28",
"url": "https://securitydocs.business.xerox.com/wp-content/uploads/2026/05/Xerox-Security-Bulletin-XRX26-010-for-Xerox-FreeFlow-Print-Server-v7.pdf"
},
{
"category": "external",
"summary": "Xerox Security Bulletin XRX26-011 - FreeFlow Print Server v2 / Windows 10 vom 2026-05-28",
"url": "https://securitydocs.business.xerox.com/wp-content/uploads/2026/05/Xerox-Security-Bulletin-XRX26-011-for-Xerox-FreeFlow-Print-Server-v2_Windows-10.pdf"
}
],
"source_lang": "en-US",
"title": "Xerox FreeFlow Print Server: Mehrere Schwachstellen erm\u00f6glichen nicht spezifizierten Angriff",
"tracking": {
"current_release_date": "2026-05-28T22:00:00.000+00:00",
"generator": {
"date": "2026-05-29T09:45:36.596+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1730",
"initial_release_date": "2026-05-28T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-05-28T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "v2",
"product": {
"name": "Xerox FreeFlow Print Server v2",
"product_id": "T014888",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v2"
}
}
},
{
"category": "product_version",
"name": "v7",
"product": {
"name": "Xerox FreeFlow Print Server v7",
"product_id": "T015631",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v7"
}
}
}
],
"category": "product_name",
"name": "FreeFlow Print Server"
}
],
"category": "vendor",
"name": "Xerox"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-15853",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2018-15853"
},
{
"cve": "CVE-2018-15859",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2018-15859"
},
{
"cve": "CVE-2018-15861",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2018-15861"
},
{
"cve": "CVE-2018-15863",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2018-15863"
},
{
"cve": "CVE-2024-13978",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2024-13978"
},
{
"cve": "CVE-2024-26458",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2024-26458"
},
{
"cve": "CVE-2024-26461",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2024-26461"
},
{
"cve": "CVE-2024-26462",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2024-26462"
},
{
"cve": "CVE-2024-47176",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2024-47176"
},
{
"cve": "CVE-2024-53589",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2024-53589"
},
{
"cve": "CVE-2024-57360",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2024-57360"
},
{
"cve": "CVE-2025-0840",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-0840"
},
{
"cve": "CVE-2025-10148",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-10148"
},
{
"cve": "CVE-2025-10158",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-10158"
},
{
"cve": "CVE-2025-11187",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-11187"
},
{
"cve": "CVE-2025-1147",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-1147"
},
{
"cve": "CVE-2025-1148",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-1148"
},
{
"cve": "CVE-2025-1149",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-1149"
},
{
"cve": "CVE-2025-1150",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-1150"
},
{
"cve": "CVE-2025-1151",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-1151"
},
{
"cve": "CVE-2025-1152",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-1152"
},
{
"cve": "CVE-2025-1153",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-1153"
},
{
"cve": "CVE-2025-11563",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-11563"
},
{
"cve": "CVE-2025-1176",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-1176"
},
{
"cve": "CVE-2025-1178",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-1178"
},
{
"cve": "CVE-2025-1179",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-1179"
},
{
"cve": "CVE-2025-1180",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-1180"
},
{
"cve": "CVE-2025-1181",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-1181"
},
{
"cve": "CVE-2025-1182",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-1182"
},
{
"cve": "CVE-2025-12642",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-12642"
},
{
"cve": "CVE-2025-13473",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-13473"
},
{
"cve": "CVE-2025-13601",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-13601"
},
{
"cve": "CVE-2025-14087",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-14087"
},
{
"cve": "CVE-2025-14177",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-14177"
},
{
"cve": "CVE-2025-14178",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-14178"
},
{
"cve": "CVE-2025-14180",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-14180"
},
{
"cve": "CVE-2025-14327",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-14327"
},
{
"cve": "CVE-2025-14512",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-14512"
},
{
"cve": "CVE-2025-14523",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-14523"
},
{
"cve": "CVE-2025-14550",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-14550"
},
{
"cve": "CVE-2025-15467",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-15467"
},
{
"cve": "CVE-2025-15468",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-15468"
},
{
"cve": "CVE-2025-15469",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-15469"
},
{
"cve": "CVE-2025-24528",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-24528"
},
{
"cve": "CVE-2025-30219",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-30219"
},
{
"cve": "CVE-2025-3576",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-3576"
},
{
"cve": "CVE-2025-45582",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-45582"
},
{
"cve": "CVE-2025-5244",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-5244"
},
{
"cve": "CVE-2025-5245",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-5245"
},
{
"cve": "CVE-2025-52885",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-52885"
},
{
"cve": "CVE-2025-54314",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-54314"
},
{
"cve": "CVE-2025-55197",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-55197"
},
{
"cve": "CVE-2025-55753",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-55753"
},
{
"cve": "CVE-2025-56005",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-56005"
},
{
"cve": "CVE-2025-57807",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-57807"
},
{
"cve": "CVE-2025-57812",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-57812"
},
{
"cve": "CVE-2025-58098",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-58098"
},
{
"cve": "CVE-2025-58364",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-58364"
},
{
"cve": "CVE-2025-58436",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-58436"
},
{
"cve": "CVE-2025-59147",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-59147"
},
{
"cve": "CVE-2025-59375",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-59375"
},
{
"cve": "CVE-2025-59775",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-59775"
},
{
"cve": "CVE-2025-6075",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-6075"
},
{
"cve": "CVE-2025-61726",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-61726"
},
{
"cve": "CVE-2025-61727",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-61727"
},
{
"cve": "CVE-2025-61728",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-61728"
},
{
"cve": "CVE-2025-61729",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-61729"
},
{
"cve": "CVE-2025-61730",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-61730"
},
{
"cve": "CVE-2025-61731",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-61731"
},
{
"cve": "CVE-2025-61732",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-61732"
},
{
"cve": "CVE-2025-61911",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-61911"
},
{
"cve": "CVE-2025-61912",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-61912"
},
{
"cve": "CVE-2025-61915",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-61915"
},
{
"cve": "CVE-2025-61962",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-61962"
},
{
"cve": "CVE-2025-62229",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-62229"
},
{
"cve": "CVE-2025-62230",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-62230"
},
{
"cve": "CVE-2025-62231",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-62231"
},
{
"cve": "CVE-2025-62408",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-62408"
},
{
"cve": "CVE-2025-62594",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-62594"
},
{
"cve": "CVE-2025-62707",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-62707"
},
{
"cve": "CVE-2025-62708",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-62708"
},
{
"cve": "CVE-2025-64503",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-64503"
},
{
"cve": "CVE-2025-64505",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-64505"
},
{
"cve": "CVE-2025-64506",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-64506"
},
{
"cve": "CVE-2025-64524",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-64524"
},
{
"cve": "CVE-2025-64720",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-64720"
},
{
"cve": "CVE-2025-65018",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-65018"
},
{
"cve": "CVE-2025-65082",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-65082"
},
{
"cve": "CVE-2025-66019",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-66019"
},
{
"cve": "CVE-2025-66199",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-66199"
},
{
"cve": "CVE-2025-66200",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-66200"
},
{
"cve": "CVE-2025-66293",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-66293"
},
{
"cve": "CVE-2025-66418",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-66418"
},
{
"cve": "CVE-2025-66471",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-66471"
},
{
"cve": "CVE-2025-68119",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-68119"
},
{
"cve": "CVE-2025-68121",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-68121"
},
{
"cve": "CVE-2025-68146",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-68146"
},
{
"cve": "CVE-2025-68160",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-68160"
},
{
"cve": "CVE-2025-69418",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-69418"
},
{
"cve": "CVE-2025-69419",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-69419"
},
{
"cve": "CVE-2025-69420",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-69420"
},
{
"cve": "CVE-2025-69421",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-69421"
},
{
"cve": "CVE-2025-7709",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-7709"
},
{
"cve": "CVE-2025-8176",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-8176"
},
{
"cve": "CVE-2025-8177",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-8177"
},
{
"cve": "CVE-2025-8291",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-8291"
},
{
"cve": "CVE-2025-8534",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-8534"
},
{
"cve": "CVE-2025-8671",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-8671"
},
{
"cve": "CVE-2025-8851",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-8851"
},
{
"cve": "CVE-2025-8961",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-8961"
},
{
"cve": "CVE-2025-9086",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-9086"
},
{
"cve": "CVE-2025-9165",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-9165"
},
{
"cve": "CVE-2025-9230",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-9230"
},
{
"cve": "CVE-2025-9301",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-9301"
},
{
"cve": "CVE-2025-9403",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-9403"
},
{
"cve": "CVE-2025-9820",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-9820"
},
{
"cve": "CVE-2025-9900",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-9900"
},
{
"cve": "CVE-2026-0390",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-0390"
},
{
"cve": "CVE-2026-0716",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-0716"
},
{
"cve": "CVE-2026-0719",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-0719"
},
{
"cve": "CVE-2026-0877",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-0877"
},
{
"cve": "CVE-2026-0878",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-0878"
},
{
"cve": "CVE-2026-0879",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-0879"
},
{
"cve": "CVE-2026-0880",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-0880"
},
{
"cve": "CVE-2026-0882",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-0882"
},
{
"cve": "CVE-2026-0883",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-0883"
},
{
"cve": "CVE-2026-0884",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-0884"
},
{
"cve": "CVE-2026-0885",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-0885"
},
{
"cve": "CVE-2026-0886",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-0886"
},
{
"cve": "CVE-2026-0891",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-0891"
},
{
"cve": "CVE-2026-1207",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-1207"
},
{
"cve": "CVE-2026-1285",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-1285"
},
{
"cve": "CVE-2026-1287",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-1287"
},
{
"cve": "CVE-2026-1312",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-1312"
},
{
"cve": "CVE-2026-20928",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-20928"
},
{
"cve": "CVE-2026-21936",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-21936"
},
{
"cve": "CVE-2026-21937",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-21937"
},
{
"cve": "CVE-2026-21941",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-21941"
},
{
"cve": "CVE-2026-21948",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-21948"
},
{
"cve": "CVE-2026-21964",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-21964"
},
{
"cve": "CVE-2026-21968",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-21968"
},
{
"cve": "CVE-2026-22007",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-22007"
},
{
"cve": "CVE-2026-22013",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-22013"
},
{
"cve": "CVE-2026-22016",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-22016"
},
{
"cve": "CVE-2026-22018",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-22018"
},
{
"cve": "CVE-2026-22021",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-22021"
},
{
"cve": "CVE-2026-22690",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-22690"
},
{
"cve": "CVE-2026-22691",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-22691"
},
{
"cve": "CVE-2026-22795",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-22795"
},
{
"cve": "CVE-2026-22796",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-22796"
},
{
"cve": "CVE-2026-23490",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-23490"
},
{
"cve": "CVE-2026-23670",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-23670"
},
{
"cve": "CVE-2026-23865",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-23865"
},
{
"cve": "CVE-2026-23949",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-23949"
},
{
"cve": "CVE-2026-24049",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-24049"
},
{
"cve": "CVE-2026-2447",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2447"
},
{
"cve": "CVE-2026-24688",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-24688"
},
{
"cve": "CVE-2026-25673",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-25673"
},
{
"cve": "CVE-2026-25674",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-25674"
},
{
"cve": "CVE-2026-25679",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-25679"
},
{
"cve": "CVE-2026-25749",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-25749"
},
{
"cve": "CVE-2026-25990",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-25990"
},
{
"cve": "CVE-2026-26151",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26151"
},
{
"cve": "CVE-2026-26152",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26152"
},
{
"cve": "CVE-2026-26155",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26155"
},
{
"cve": "CVE-2026-26156",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26156"
},
{
"cve": "CVE-2026-26159",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26159"
},
{
"cve": "CVE-2026-26160",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26160"
},
{
"cve": "CVE-2026-26162",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26162"
},
{
"cve": "CVE-2026-26163",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26163"
},
{
"cve": "CVE-2026-26167",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26167"
},
{
"cve": "CVE-2026-26168",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26168"
},
{
"cve": "CVE-2026-26169",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26169"
},
{
"cve": "CVE-2026-26170",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26170"
},
{
"cve": "CVE-2026-26173",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26173"
},
{
"cve": "CVE-2026-26174",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26174"
},
{
"cve": "CVE-2026-26175",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26175"
},
{
"cve": "CVE-2026-26176",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26176"
},
{
"cve": "CVE-2026-26177",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26177"
},
{
"cve": "CVE-2026-26178",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26178"
},
{
"cve": "CVE-2026-26180",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26180"
},
{
"cve": "CVE-2026-26182",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26182"
},
{
"cve": "CVE-2026-26269",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26269"
},
{
"cve": "CVE-2026-27024",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27024"
},
{
"cve": "CVE-2026-27025",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27025"
},
{
"cve": "CVE-2026-27026",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27026"
},
{
"cve": "CVE-2026-27137",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27137"
},
{
"cve": "CVE-2026-27138",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27138"
},
{
"cve": "CVE-2026-27139",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27139"
},
{
"cve": "CVE-2026-27142",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27142"
},
{
"cve": "CVE-2026-2757",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2757"
},
{
"cve": "CVE-2026-2758",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2758"
},
{
"cve": "CVE-2026-2759",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2759"
},
{
"cve": "CVE-2026-2760",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2760"
},
{
"cve": "CVE-2026-2761",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2761"
},
{
"cve": "CVE-2026-2762",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2762"
},
{
"cve": "CVE-2026-27628",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27628"
},
{
"cve": "CVE-2026-2763",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2763"
},
{
"cve": "CVE-2026-2764",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2764"
},
{
"cve": "CVE-2026-2765",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2765"
},
{
"cve": "CVE-2026-2766",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2766"
},
{
"cve": "CVE-2026-2767",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2767"
},
{
"cve": "CVE-2026-2768",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2768"
},
{
"cve": "CVE-2026-2769",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2769"
},
{
"cve": "CVE-2026-2770",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2770"
},
{
"cve": "CVE-2026-2771",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2771"
},
{
"cve": "CVE-2026-2772",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2772"
},
{
"cve": "CVE-2026-2773",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2773"
},
{
"cve": "CVE-2026-2774",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2774"
},
{
"cve": "CVE-2026-2775",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2775"
},
{
"cve": "CVE-2026-2776",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2776"
},
{
"cve": "CVE-2026-2777",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2777"
},
{
"cve": "CVE-2026-2778",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2778"
},
{
"cve": "CVE-2026-2779",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2779"
},
{
"cve": "CVE-2026-2780",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2780"
},
{
"cve": "CVE-2026-2781",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2781"
},
{
"cve": "CVE-2026-2782",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2782"
},
{
"cve": "CVE-2026-2783",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2783"
},
{
"cve": "CVE-2026-2784",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2784"
},
{
"cve": "CVE-2026-2785",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2785"
},
{
"cve": "CVE-2026-2786",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2786"
},
{
"cve": "CVE-2026-2787",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2787"
},
{
"cve": "CVE-2026-2788",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2788"
},
{
"cve": "CVE-2026-27888",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27888"
},
{
"cve": "CVE-2026-2789",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2789"
},
{
"cve": "CVE-2026-2790",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2790"
},
{
"cve": "CVE-2026-27908",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27908"
},
{
"cve": "CVE-2026-27909",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27909"
},
{
"cve": "CVE-2026-2791",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2791"
},
{
"cve": "CVE-2026-27910",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27910"
},
{
"cve": "CVE-2026-27911",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27911"
},
{
"cve": "CVE-2026-27914",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27914"
},
{
"cve": "CVE-2026-27915",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27915"
},
{
"cve": "CVE-2026-27916",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27916"
},
{
"cve": "CVE-2026-27917",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27917"
},
{
"cve": "CVE-2026-27919",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27919"
},
{
"cve": "CVE-2026-2792",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2792"
},
{
"cve": "CVE-2026-27920",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27920"
},
{
"cve": "CVE-2026-27921",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27921"
},
{
"cve": "CVE-2026-27922",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27922"
},
{
"cve": "CVE-2026-27923",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27923"
},
{
"cve": "CVE-2026-27925",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27925"
},
{
"cve": "CVE-2026-27929",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27929"
},
{
"cve": "CVE-2026-2793",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2793"
},
{
"cve": "CVE-2026-27930",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27930"
},
{
"cve": "CVE-2026-2794",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2794"
},
{
"cve": "CVE-2026-2795",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2795"
},
{
"cve": "CVE-2026-2796",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2796"
},
{
"cve": "CVE-2026-2797",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2797"
},
{
"cve": "CVE-2026-2798",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2798"
},
{
"cve": "CVE-2026-2799",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2799"
},
{
"cve": "CVE-2026-2800",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2800"
},
{
"cve": "CVE-2026-2801",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2801"
},
{
"cve": "CVE-2026-2802",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2802"
},
{
"cve": "CVE-2026-2803",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2803"
},
{
"cve": "CVE-2026-2804",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2804"
},
{
"cve": "CVE-2026-2805",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2805"
},
{
"cve": "CVE-2026-2806",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2806"
},
{
"cve": "CVE-2026-2807",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2807"
},
{
"cve": "CVE-2026-28351",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-28351"
},
{
"cve": "CVE-2026-28804",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-28804"
},
{
"cve": "CVE-2026-31826",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-31826"
},
{
"cve": "CVE-2026-32068",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32068"
},
{
"cve": "CVE-2026-32070",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32070"
},
{
"cve": "CVE-2026-32071",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32071"
},
{
"cve": "CVE-2026-32072",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32072"
},
{
"cve": "CVE-2026-32073",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32073"
},
{
"cve": "CVE-2026-32075",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32075"
},
{
"cve": "CVE-2026-32077",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32077"
},
{
"cve": "CVE-2026-32079",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32079"
},
{
"cve": "CVE-2026-32081",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32081"
},
{
"cve": "CVE-2026-32082",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32082"
},
{
"cve": "CVE-2026-32083",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32083"
},
{
"cve": "CVE-2026-32084",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32084"
},
{
"cve": "CVE-2026-32085",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32085"
},
{
"cve": "CVE-2026-32086",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32086"
},
{
"cve": "CVE-2026-32087",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32087"
},
{
"cve": "CVE-2026-32089",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32089"
},
{
"cve": "CVE-2026-32090",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32090"
},
{
"cve": "CVE-2026-32091",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32091"
},
{
"cve": "CVE-2026-32093",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32093"
},
{
"cve": "CVE-2026-32149",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32149"
},
{
"cve": "CVE-2026-32150",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32150"
},
{
"cve": "CVE-2026-32151",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32151"
},
{
"cve": "CVE-2026-32154",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32154"
},
{
"cve": "CVE-2026-32156",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32156"
},
{
"cve": "CVE-2026-32157",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32157"
},
{
"cve": "CVE-2026-32164",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32164"
},
{
"cve": "CVE-2026-32183",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32183"
},
{
"cve": "CVE-2026-32202",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32202"
},
{
"cve": "CVE-2026-32212",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32212"
},
{
"cve": "CVE-2026-32214",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32214"
},
{
"cve": "CVE-2026-32217",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32217"
},
{
"cve": "CVE-2026-32225",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32225"
},
{
"cve": "CVE-2026-33098",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-33098"
},
{
"cve": "CVE-2026-33099",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-33099"
},
{
"cve": "CVE-2026-33100",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-33100"
},
{
"cve": "CVE-2026-33104",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-33104"
},
{
"cve": "CVE-2026-33824",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-33824"
},
{
"cve": "CVE-2026-33827",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-33827"
},
{
"cve": "CVE-2026-33829",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-33829"
},
{
"cve": "CVE-2026-34268",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-34268"
},
{
"cve": "CVE-2026-34281",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-34281"
},
{
"cve": "CVE-2026-3497",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-3497"
},
{
"cve": "CVE-2026-3845",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-3845"
},
{
"cve": "CVE-2026-3846",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-3846"
},
{
"cve": "CVE-2026-3847",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-3847"
},
{
"cve": "CVE-2026-4684",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4684"
},
{
"cve": "CVE-2026-4685",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4685"
},
{
"cve": "CVE-2026-4686",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4686"
},
{
"cve": "CVE-2026-4687",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4687"
},
{
"cve": "CVE-2026-4688",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4688"
},
{
"cve": "CVE-2026-4689",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4689"
},
{
"cve": "CVE-2026-4690",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4690"
},
{
"cve": "CVE-2026-4691",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4691"
},
{
"cve": "CVE-2026-4692",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4692"
},
{
"cve": "CVE-2026-4693",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4693"
},
{
"cve": "CVE-2026-4694",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4694"
},
{
"cve": "CVE-2026-4695",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4695"
},
{
"cve": "CVE-2026-4696",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4696"
},
{
"cve": "CVE-2026-4697",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4697"
},
{
"cve": "CVE-2026-4698",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4698"
},
{
"cve": "CVE-2026-4699",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4699"
},
{
"cve": "CVE-2026-4700",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4700"
},
{
"cve": "CVE-2026-4701",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4701"
},
{
"cve": "CVE-2026-4702",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4702"
},
{
"cve": "CVE-2026-4704",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4704"
},
{
"cve": "CVE-2026-4705",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4705"
},
{
"cve": "CVE-2026-4706",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4706"
},
{
"cve": "CVE-2026-4707",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4707"
},
{
"cve": "CVE-2026-4708",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4708"
},
{
"cve": "CVE-2026-4709",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4709"
},
{
"cve": "CVE-2026-4710",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4710"
},
{
"cve": "CVE-2026-4711",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4711"
},
{
"cve": "CVE-2026-4712",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4712"
},
{
"cve": "CVE-2026-4713",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4713"
},
{
"cve": "CVE-2026-4714",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4714"
},
{
"cve": "CVE-2026-4715",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4715"
},
{
"cve": "CVE-2026-4716",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4716"
},
{
"cve": "CVE-2026-4717",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4717"
},
{
"cve": "CVE-2026-4718",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4718"
},
{
"cve": "CVE-2026-4719",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4719"
},
{
"cve": "CVE-2026-4720",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4720"
},
{
"cve": "CVE-2026-4721",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4721"
},
{
"cve": "CVE-2026-4722",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4722"
},
{
"cve": "CVE-2026-4723",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4723"
},
{
"cve": "CVE-2026-4724",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4724"
},
{
"cve": "CVE-2026-4725",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4725"
},
{
"cve": "CVE-2026-4726",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4726"
},
{
"cve": "CVE-2026-4727",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4727"
},
{
"cve": "CVE-2026-4728",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4728"
},
{
"cve": "CVE-2026-4729",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4729"
},
{
"cve": "CVE-2026-5731",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-5731"
},
{
"cve": "CVE-2026-5732",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-5732"
},
{
"cve": "CVE-2026-5733",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-5733"
},
{
"cve": "CVE-2026-5734",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-5734"
},
{
"cve": "CVE-2026-5735",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-5735"
},
{
"cve": "CVE-2026-6746",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6746"
},
{
"cve": "CVE-2026-6747",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6747"
},
{
"cve": "CVE-2026-6748",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6748"
},
{
"cve": "CVE-2026-6749",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6749"
},
{
"cve": "CVE-2026-6750",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6750"
},
{
"cve": "CVE-2026-6751",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6751"
},
{
"cve": "CVE-2026-6752",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6752"
},
{
"cve": "CVE-2026-6753",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6753"
},
{
"cve": "CVE-2026-6754",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6754"
},
{
"cve": "CVE-2026-6755",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6755"
},
{
"cve": "CVE-2026-6756",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6756"
},
{
"cve": "CVE-2026-6757",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6757"
},
{
"cve": "CVE-2026-6758",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6758"
},
{
"cve": "CVE-2026-6759",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6759"
},
{
"cve": "CVE-2026-6760",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6760"
},
{
"cve": "CVE-2026-6761",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6761"
},
{
"cve": "CVE-2026-6762",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6762"
},
{
"cve": "CVE-2026-6763",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6763"
},
{
"cve": "CVE-2026-6764",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6764"
},
{
"cve": "CVE-2026-6765",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6765"
},
{
"cve": "CVE-2026-6766",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6766"
},
{
"cve": "CVE-2026-6767",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6767"
},
{
"cve": "CVE-2026-6768",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6768"
},
{
"cve": "CVE-2026-6769",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6769"
},
{
"cve": "CVE-2026-6770",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6770"
},
{
"cve": "CVE-2026-6771",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6771"
},
{
"cve": "CVE-2026-6772",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6772"
},
{
"cve": "CVE-2026-6773",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6773"
},
{
"cve": "CVE-2026-6774",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6774"
},
{
"cve": "CVE-2026-6775",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6775"
},
{
"cve": "CVE-2026-6776",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6776"
},
{
"cve": "CVE-2026-6777",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6777"
},
{
"cve": "CVE-2026-6778",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6778"
},
{
"cve": "CVE-2026-6779",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6779"
},
{
"cve": "CVE-2026-6780",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6780"
},
{
"cve": "CVE-2026-6781",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6781"
},
{
"cve": "CVE-2026-6782",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6782"
},
{
"cve": "CVE-2026-6783",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6783"
},
{
"cve": "CVE-2026-6784",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6784"
},
{
"cve": "CVE-2026-6785",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6785"
},
{
"cve": "CVE-2026-6786",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6786"
},
{
"cve": "CVE-2026-7320",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-7320"
},
{
"cve": "CVE-2026-7321",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-7321"
},
{
"cve": "CVE-2026-7322",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-7322"
},
{
"cve": "CVE-2026-7323",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-7323"
},
{
"cve": "CVE-2026-7324",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-7324"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
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.
Loading…
Loading…