Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2021-25217 (GCVE-0-2021-25217)
Vulnerability from cvelistv5 – Published: 2021-05-26 22:10 – Updated: 2024-09-16 22:08- Program code used by the ISC DHCP package to read and parse stored leases has a defect that can be exploited by an attacker to cause one of several undesirable outcomes, depending on the component attacked and the way in which it was compiled. Because of a discrepancy between the code which handles encapsulated option information in leases transmitted "on the wire" and the code which reads and parses lease information after it has been written to disk storage, it is potentially possible for an attacker to deliberately cause a situation where: dhcpd, while running in DHCPv4 or DHCPv6 mode, or dhclient, the ISC DHCP client implementation will attempt to read a stored lease that contains option information which will trigger a bug in the option parsing code. Affects ISC DHCP 4.1-ESV-R1 -> 4.1-ESV-R16, ISC DHCP 4.4.0 -> 4.4.2. Other branches of ISC DHCP (i.e., releases in the 4.0.x series or lower and releases in the 4.3.x series) are beyond their End-of-Life (EOL) and no longer supported by ISC. From inspection it is clear that the defect is also present in releases from those series, but they have not been officially tested for the vulnerability. Affects both dhcpd (server) and dhcpcd (client).
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T19:56:11.067Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://kb.isc.org/docs/cve-2021-25217"
},
{
"name": "[oss-security] 20210526 ISC has disclosed a vulnerability in ISC DHCP (CVE-2021-25217)",
"tags": [
"mailing-list",
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2021/05/26/6"
},
{
"name": "FEDORA-2021-08cdb4dc34",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/Z2LB42JWIV4M4WDNXX5VGIP26FEYWKIF/"
},
{
"name": "[debian-lts-announce] 20210603 [SECURITY] [DLA 2674-1] isc-dhcp security update",
"tags": [
"mailing-list",
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2021/06/msg00002.html"
},
{
"name": "FEDORA-2021-8ca8263bde",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/5QI4DYC7J4BGHEW3NH4XHMWTHYC36UK4/"
},
{
"tags": [
"x_transferred"
],
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-406691.pdf"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20220325-0011/"
},
{
"tags": [
"x_transferred"
],
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-637483.pdf"
},
{
"name": "GLSA-202305-22",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://security.gentoo.org/glsa/202305-22"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "ISC DHCP",
"vendor": "ISC",
"versions": [
{
"lessThan": "4.1-ESV-R16-P1",
"status": "affected",
"version": "4.1 ESV",
"versionType": "custom"
},
{
"lessThan": "4.4.2-P1",
"status": "affected",
"version": "4.4",
"versionType": "custom"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "ISC would like to thank Jon Franklin from Dell and Pawel Wieczorkiewicz from Amazon Web Services for (independently) reporting this vulnerability."
}
],
"datePublic": "2021-05-26T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "In ISC DHCP 4.1-ESV-R1 -\u003e 4.1-ESV-R16, ISC DHCP 4.4.0 -\u003e 4.4.2 (Other branches of ISC DHCP (i.e., releases in the 4.0.x series or lower and releases in the 4.3.x series) are beyond their End-of-Life (EOL) and no longer supported by ISC. From inspection it is clear that the defect is also present in releases from those series, but they have not been officially tested for the vulnerability), The outcome of encountering the defect while reading a lease that will trigger it varies, according to: the component being affected (i.e., dhclient or dhcpd) whether the package was built as a 32-bit or 64-bit binary whether the compiler flag -fstack-protection-strong was used when compiling In dhclient, ISC has not successfully reproduced the error on a 64-bit system. However, on a 32-bit system it is possible to cause dhclient to crash when reading an improper lease, which could cause network connectivity problems for an affected system due to the absence of a running DHCP client process. In dhcpd, when run in DHCPv4 or DHCPv6 mode: if the dhcpd server binary was built for a 32-bit architecture AND the -fstack-protection-strong flag was specified to the compiler, dhcpd may exit while parsing a lease file containing an objectionable lease, resulting in lack of service to clients. Additionally, the offending lease and the lease immediately following it in the lease database may be improperly deleted. if the dhcpd server binary was built for a 64-bit architecture OR if the -fstack-protection-strong compiler flag was NOT specified, the crash will not occur, but it is possible for the offending lease and the lease which immediately followed it to be improperly deleted."
}
],
"exploits": [
{
"lang": "en",
"value": "We are not aware of any active exploits."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "Program code used by the ISC DHCP package to read and parse stored leases has a defect that can be exploited by an attacker to cause one of several undesirable outcomes, depending on the component attacked and the way in which it was compiled. Because of a discrepancy between the code which handles encapsulated option information in leases transmitted \"on the wire\" and the code which reads and parses lease information after it has been written to disk storage, it is potentially possible for an attacker to deliberately cause a situation where: dhcpd, while running in DHCPv4 or DHCPv6 mode, or dhclient, the ISC DHCP client implementation will attempt to read a stored lease that contains option information which will trigger a bug in the option parsing code. Affects ISC DHCP 4.1-ESV-R1 -\u003e 4.1-ESV-R16, ISC DHCP 4.4.0 -\u003e 4.4.2. Other branches of ISC DHCP (i.e., releases in the 4.0.x series or lower and releases in the 4.3.x series) are beyond their End-of-Life (EOL) and no longer supported by ISC. From inspection it is clear that the defect is also present in releases from those series, but they have not been officially tested for the vulnerability. Affects both dhcpd (server) and dhcpcd (client).",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-05-03T00:00:00.000Z",
"orgId": "404fd4d2-a609-4245-b543-2c944a302a22",
"shortName": "isc"
},
"references": [
{
"url": "https://kb.isc.org/docs/cve-2021-25217"
},
{
"name": "[oss-security] 20210526 ISC has disclosed a vulnerability in ISC DHCP (CVE-2021-25217)",
"tags": [
"mailing-list"
],
"url": "http://www.openwall.com/lists/oss-security/2021/05/26/6"
},
{
"name": "FEDORA-2021-08cdb4dc34",
"tags": [
"vendor-advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/Z2LB42JWIV4M4WDNXX5VGIP26FEYWKIF/"
},
{
"name": "[debian-lts-announce] 20210603 [SECURITY] [DLA 2674-1] isc-dhcp security update",
"tags": [
"mailing-list"
],
"url": "https://lists.debian.org/debian-lts-announce/2021/06/msg00002.html"
},
{
"name": "FEDORA-2021-8ca8263bde",
"tags": [
"vendor-advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/5QI4DYC7J4BGHEW3NH4XHMWTHYC36UK4/"
},
{
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-406691.pdf"
},
{
"url": "https://security.netapp.com/advisory/ntap-20220325-0011/"
},
{
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-637483.pdf"
},
{
"name": "GLSA-202305-22",
"tags": [
"vendor-advisory"
],
"url": "https://security.gentoo.org/glsa/202305-22"
}
],
"solutions": [
{
"lang": "en",
"value": "Upgrade to the patched release most closely related to your current version of ISC DHCP:\n\n ISC DHCP 4.1-ESV-R16-P1\n ISC DHCP 4.4.2-P1"
}
],
"source": {
"discovery": "USER"
},
"title": "A buffer overrun in lease file parsing code can be used to exploit a common vulnerability shared by dhcpd and dhclient",
"workarounds": [
{
"lang": "en",
"value": "None known."
}
],
"x_generator": {
"engine": "Vulnogram 0.0.9"
}
}
},
"cveMetadata": {
"assignerOrgId": "404fd4d2-a609-4245-b543-2c944a302a22",
"assignerShortName": "isc",
"cveId": "CVE-2021-25217",
"datePublished": "2021-05-26T22:10:11.312Z",
"dateReserved": "2021-01-15T00:00:00.000Z",
"dateUpdated": "2024-09-16T22:08:32.175Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2021-25217",
"date": "2026-05-27",
"epss": "0.0045",
"percentile": "0.63791"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2021-25217\",\"sourceIdentifier\":\"security-officer@isc.org\",\"published\":\"2021-05-26T22:15:07.947\",\"lastModified\":\"2024-11-21T05:54:34.013\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In ISC DHCP 4.1-ESV-R1 -\u003e 4.1-ESV-R16, ISC DHCP 4.4.0 -\u003e 4.4.2 (Other branches of ISC DHCP (i.e., releases in the 4.0.x series or lower and releases in the 4.3.x series) are beyond their End-of-Life (EOL) and no longer supported by ISC. From inspection it is clear that the defect is also present in releases from those series, but they have not been officially tested for the vulnerability), The outcome of encountering the defect while reading a lease that will trigger it varies, according to: the component being affected (i.e., dhclient or dhcpd) whether the package was built as a 32-bit or 64-bit binary whether the compiler flag -fstack-protection-strong was used when compiling In dhclient, ISC has not successfully reproduced the error on a 64-bit system. However, on a 32-bit system it is possible to cause dhclient to crash when reading an improper lease, which could cause network connectivity problems for an affected system due to the absence of a running DHCP client process. In dhcpd, when run in DHCPv4 or DHCPv6 mode: if the dhcpd server binary was built for a 32-bit architecture AND the -fstack-protection-strong flag was specified to the compiler, dhcpd may exit while parsing a lease file containing an objectionable lease, resulting in lack of service to clients. Additionally, the offending lease and the lease immediately following it in the lease database may be improperly deleted. if the dhcpd server binary was built for a 64-bit architecture OR if the -fstack-protection-strong compiler flag was NOT specified, the crash will not occur, but it is possible for the offending lease and the lease which immediately followed it to be improperly deleted.\"},{\"lang\":\"es\",\"value\":\"En ISC DHCP versiones 4.1-ESV-R1 anteriores a 4.1-ESV-R16, ISC DHCP versiones 4.4.0 anteriores a 4.4.2 (Otras ramas de ISC DHCP (es decir, versiones de la serie 4.0.x o inferiores y versiones de la serie 4.3.x) est\u00e1n m\u00e1s all\u00e1 de su End-of-Life (EOL) y ya no son soportadas por ISC. El resultado de encontrar el fallo mientras se lee un contrato de arrendamiento que lo desencadena var\u00eda, seg\u00fan: el componente afectado (es decir, dhclient o dhcpd) si el paquete se construy\u00f3 como un binario de 32 o 64 bits si fue usado el flag del compilador -fstack-protection-strong al compilar En dhclient, ISC no ha reproducido con \u00e9xito el error en un sistema de 64 bits. Sin embargo, en un sistema de 32 bits es posible causar a dhclient bloquearse cuando leen un contrato de arrendamiento inapropiado, lo que podr\u00eda causar problemas de conectividad de red para un sistema afectado debido a la ausencia de un proceso de cliente DHCP en ejecuci\u00f3n. En dhcpd, cuando se ejecuta en modo DHCPv4 o DHCPv6: si el binario del servidor dhcpd fue construido para una arquitectura de 32 bits Y se especific\u00f3 el flag -fstack-protection-strong al compilador, dhcpd puede salir mientras analiza un archivo de arrendamiento que contiene un arrendamiento objetable, resultando en la falta de servicio a los clientes. Si el binario del servidor dhcpd fue construido para una arquitectura de 64 bits O si la flag -fstack-protection-strong del compilador NO fue especificado, el bloqueo no ocurrir\u00e1, pero es posible que el contrato de arrendamiento ofensivo y el que le sigue sean borrados inapropiadamente\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-officer@isc.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H\",\"baseScore\":7.4,\"baseSeverity\":\"HIGH\",\"attackVector\":\"ADJACENT_NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":4.0},{\"source\":\"nvd@nist.gov\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H\",\"baseScore\":7.4,\"baseSeverity\":\"HIGH\",\"attackVector\":\"ADJACENT_NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":4.0}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:A/AC:L/Au:N/C:N/I:N/A:P\",\"baseScore\":3.3,\"accessVector\":\"ADJACENT_NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"LOW\",\"exploitabilityScore\":6.5,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-119\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:dhcp:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.4.0\",\"versionEndIncluding\":\"4.4.2\",\"matchCriteriaId\":\"106A3E98-3D4B-47F7-80AD-49A47A7B20D6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:dhcp:4.1-esv:r1:*:*:*:*:*:*\",\"matchCriteriaId\":\"FBAABA4E-0D34-4644-AC26-E272CEE6C361\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:dhcp:4.1-esv:r10:*:*:*:*:*:*\",\"matchCriteriaId\":\"179443DC-4B6A-408A-8BE5-B3E72188F43E\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:dhcp:4.1-esv:r10_b1:*:*:*:*:*:*\",\"matchCriteriaId\":\"C9BE7736-58CD-468B-84AB-B38C9B254BA6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:dhcp:4.1-esv:r10_rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"7EB6F7F0-B2A0-47E3-AD7A-4E7618A36F90\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:dhcp:4.1-esv:r10b1:*:*:*:*:*:*\",\"matchCriteriaId\":\"CA5FAE54-1645-4A38-A431-10E67304399A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:dhcp:4.1-esv:r10rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"2C0D1A71-CECB-4C86-87F6-EB3741BDF692\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:dhcp:4.1-esv:r11:*:*:*:*:*:*\",\"matchCriteriaId\":\"ADF80D19-3B0A-4A74-944E-F33CCC30EADA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:dhcp:4.1-esv:r11_b1:*:*:*:*:*:*\",\"matchCriteriaId\":\"40B21FCB-43A8-4266-934D-ECFF8138F637\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:dhcp:4.1-esv:r11_rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"69D49F23-9074-49E7-985F-4D93393324CD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:dhcp:4.1-esv:r11_rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"3F729D1D-7234-4BC2-839B-AE1BB9D16C25\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:dhcp:4.1-esv:r11b1:*:*:*:*:*:*\",\"matchCriteriaId\":\"9E01D88D-876D-45FE-B7ED-089DAD801EF6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:dhcp:4.1-esv:r11rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"C4B030B1-F008-4562-93C7-7E1C6D3D00F4\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:dhcp:4.1-esv:r11rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"FF656F5E-B317-4E0C-BF01-EC2A917142DC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:dhcp:4.1-esv:r12:*:*:*:*:*:*\",\"matchCriteriaId\":\"FBA64EEC-C0C7-4F11-8131-2868691E54DB\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:dhcp:4.1-esv:r12-p1:*:*:*:*:*:*\",\"matchCriteriaId\":\"FFD3109A-1D76-4EA7-BF39-0B203AD945CF\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:dhcp:4.1-esv:r12_b1:*:*:*:*:*:*\",\"matchCriteriaId\":\"157520D7-AE39-4E23-A8CF-DD75EA78C055\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:dhcp:4.1-esv:r12_p1:*:*:*:*:*:*\",\"matchCriteriaId\":\"B07118EC-9508-42B8-8D09-5CE310DA2B43\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:dhcp:4.1-esv:r12b1:*:*:*:*:*:*\",\"matchCriteriaId\":\"2156D1BC-90AE-4AF3-964C-DAC7DCE14A5D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:dhcp:4.1-esv:r13:*:*:*:*:*:*\",\"matchCriteriaId\":\"A157E664-6ACE-44CE-AC07-64898B182EA1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:dhcp:4.1-esv:r13_b1:*:*:*:*:*:*\",\"matchCriteriaId\":\"0056BF7A-4A70-4F1D-89C2-25CCDB65217B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:dhcp:4.1-esv:r13b1:*:*:*:*:*:*\",\"matchCriteriaId\":\"BA8ADA07-94FA-4014-AF70-8FCAF5F0DB03\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:dhcp:4.1-esv:r14:*:*:*:*:*:*\",\"matchCriteriaId\":\"1D21F05D-246F-41F5-81FD-286C26168E2E\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:dhcp:4.1-esv:r14_b1:*:*:*:*:*:*\",\"matchCriteriaId\":\"12103C87-C942-481A-A68C-7BC83F964C06\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:dhcp:4.1-esv:r14b1:*:*:*:*:*:*\",\"matchCriteriaId\":\"A2E0124D-6330-4013-8145-4309FDAE60A8\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:dhcp:4.1-esv:r15:*:*:*:*:*:*\",\"matchCriteriaId\":\"924E91FF-495F-4963-827F-57F7340C6560\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:dhcp:4.1-esv:r15-p1:*:*:*:*:*:*\",\"matchCriteriaId\":\"3BC02748-557A-4131-A372-D99B62B4B93B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:dhcp:4.1-esv:r15_b1:*:*:*:*:*:*\",\"matchCriteriaId\":\"76A11284-3D81-45F0-8055-17282945C14F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:dhcp:4.1-esv:r16:*:*:*:*:*:*\",\"matchCriteriaId\":\"98431CF5-D4C2-4FCF-BA81-0BBB631546D2\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:33:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E460AA51-FCDA-46B9-AE97-E6676AA5E194\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A930E247-0B43-43CB-98FF-6CE7B8189835\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"DEECE5FC-CACF-4496-A3E7-164736409252\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:siemens:ruggedcom_rox_rx1400_firmware:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"2.15.0\",\"matchCriteriaId\":\"DC90F7B5-81FB-43C5-8658-78589F26A4B2\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:siemens:ruggedcom_rox_rx1400:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"12BD4008-DB6A-4749-A426-D2DE44819A9D\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:siemens:ruggedcom_rox_rx1500_firmware:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.3.0\",\"versionEndExcluding\":\"2.15.0\",\"matchCriteriaId\":\"14720DF0-EBA3-4173-9472-163EBC688586\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:siemens:ruggedcom_rox_rx1500:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"3E79B422-C844-411C-AA49-CFD73D3C6E2D\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:siemens:ruggedcom_rox_rx1501_firmware:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.3.0\",\"versionEndExcluding\":\"2.15.0\",\"matchCriteriaId\":\"D09DE9BF-E5F5-40E8-BD31-8090A7A6FACA\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:siemens:ruggedcom_rox_rx1501:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"53AAEC5C-06EE-4C58-A981-EBF5860CEF16\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:siemens:ruggedcom_rox_rx1510_firmware:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.3.0\",\"versionEndExcluding\":\"2.15.0\",\"matchCriteriaId\":\"E5A05BE2-7F53-49B7-9831-44E97E9ABA4B\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:siemens:ruggedcom_rox_rx1510:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"0751225A-6E9C-4281-93A4-A048920FF7C6\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:siemens:ruggedcom_rox_rx1511_firmware:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.3.0\",\"versionEndExcluding\":\"2.15.0\",\"matchCriteriaId\":\"9290F77E-4E1C-4B01-8C6E-4AEFB37C373A\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:siemens:ruggedcom_rox_rx1511:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"8C1E56ED-1E61-4B7E-8EC0-BB2AAD57EF7B\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:siemens:ruggedcom_rox_rx1512_firmware:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.3.0\",\"versionEndExcluding\":\"2.15.0\",\"matchCriteriaId\":\"DD195547-C770-4696-BB58-C0EC5FA38C29\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:siemens:ruggedcom_rox_rx1512:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"41ADD701-AD49-46B2-A12E-219CCED32298\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:siemens:ruggedcom_rox_rx1524_firmware:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"2.15.0\",\"matchCriteriaId\":\"4B0D2FC6-C24B-4AF8-813F-4432728A2021\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:siemens:ruggedcom_rox_rx1524:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"F8C70D90-E8FA-4343-9027-152A99D79C82\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:siemens:ruggedcom_rox_rx1536_firmware:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"2.15.0\",\"matchCriteriaId\":\"3E06BA0F-8D2A-48AF-B012-07F181F83828\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:siemens:ruggedcom_rox_rx1536:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"C1775F3B-6F47-4134-8B4E-CF6337FF546C\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:siemens:ruggedcom_rox_rx5000_firmware:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.3.0\",\"versionEndExcluding\":\"2.15.0\",\"matchCriteriaId\":\"28795B18-748A-46AF-B600-5CC7A7A95068\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:siemens:ruggedcom_rox_rx5000:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"1E0E33F2-E89B-4008-BED2-CF2296801078\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:siemens:ruggedcom_rox_mx5000_firmware:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.3.0\",\"versionEndExcluding\":\"2.15.0\",\"matchCriteriaId\":\"2788BC61-D5EB-4E44-A896-0A416CC6D51E\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:siemens:ruggedcom_rox_mx5000:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"DAD1B18F-9C37-48CC-92E2-9C5E66B206CB\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:ontap_select_deploy_administration_utility:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E7CF3019-975D-40BB-A8A4-894E62BD3797\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:solidfire_\\\\\u0026_hci_management_node:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D6D700C5-F67F-4FFB-BE69-D524592A3D2E\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:siemens:sinec_ins:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.0\",\"matchCriteriaId\":\"C89891C1-DFD7-4E1F-80A9-7485D86A15B5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:siemens:sinec_ins:1.0:-:*:*:*:*:*:*\",\"matchCriteriaId\":\"4664B195-AF14-4834-82B3-0B2C98020EB6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:siemens:sinec_ins:1.0:sp1:*:*:*:*:*:*\",\"matchCriteriaId\":\"75BC588E-CDF0-404E-AD61-02093A1DF343\"}]}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2021/05/26/6\",\"source\":\"security-officer@isc.org\",\"tags\":[\"Mailing List\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://cert-portal.siemens.com/productcert/pdf/ssa-406691.pdf\",\"source\":\"security-officer@isc.org\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://cert-portal.siemens.com/productcert/pdf/ssa-637483.pdf\",\"source\":\"security-officer@isc.org\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://kb.isc.org/docs/cve-2021-25217\",\"source\":\"security-officer@isc.org\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2021/06/msg00002.html\",\"source\":\"security-officer@isc.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/5QI4DYC7J4BGHEW3NH4XHMWTHYC36UK4/\",\"source\":\"security-officer@isc.org\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/Z2LB42JWIV4M4WDNXX5VGIP26FEYWKIF/\",\"source\":\"security-officer@isc.org\"},{\"url\":\"https://security.gentoo.org/glsa/202305-22\",\"source\":\"security-officer@isc.org\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20220325-0011/\",\"source\":\"security-officer@isc.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2021/05/26/6\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://cert-portal.siemens.com/productcert/pdf/ssa-406691.pdf\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://cert-portal.siemens.com/productcert/pdf/ssa-637483.pdf\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://kb.isc.org/docs/cve-2021-25217\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2021/06/msg00002.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/5QI4DYC7J4BGHEW3NH4XHMWTHYC36UK4/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/Z2LB42JWIV4M4WDNXX5VGIP26FEYWKIF/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.gentoo.org/glsa/202305-22\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20220325-0011/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}"
}
}
RHSA-2021:2416
Vulnerability from csaf_redhat - Published: 2021-06-14 20:10 - Updated: 2025-11-21 18:23A flaw was found in the Dynamic Host Configuration Protocol (DHCP). There is a discrepancy between the code that handles encapsulated option information in leases transmitted "on the wire" and the code which reads and parses lease information after it has been written to disk storage. This flaw allows an attacker to deliberately cause a situation where dhcpd while running in DHCPv4 or DHCPv6 mode, or the dhclient attempts to read a stored lease that contains option information, to trigger a stack-based buffer overflow in the option parsing code for colon-separated hex digits values. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-12:4.3.6-34.el8_1.2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-client-12:4.3.6-34.el8_1.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-client-12:4.3.6-34.el8_1.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-client-12:4.3.6-34.el8_1.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-client-12:4.3.6-34.el8_1.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-common-12:4.3.6-34.el8_1.2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-debuginfo-12:4.3.6-34.el8_1.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-debuginfo-12:4.3.6-34.el8_1.2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-debuginfo-12:4.3.6-34.el8_1.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-debuginfo-12:4.3.6-34.el8_1.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-debuginfo-12:4.3.6-34.el8_1.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-debugsource-12:4.3.6-34.el8_1.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-debugsource-12:4.3.6-34.el8_1.2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-debugsource-12:4.3.6-34.el8_1.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-debugsource-12:4.3.6-34.el8_1.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-debugsource-12:4.3.6-34.el8_1.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-libs-12:4.3.6-34.el8_1.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-libs-12:4.3.6-34.el8_1.2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-libs-12:4.3.6-34.el8_1.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-libs-12:4.3.6-34.el8_1.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-libs-12:4.3.6-34.el8_1.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-relay-12:4.3.6-34.el8_1.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-relay-12:4.3.6-34.el8_1.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-relay-12:4.3.6-34.el8_1.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-relay-12:4.3.6-34.el8_1.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-server-12:4.3.6-34.el8_1.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-server-12:4.3.6-34.el8_1.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-server-12:4.3.6-34.el8_1.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-server-12:4.3.6-34.el8_1.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for dhcp is now available for Red Hat Enterprise Linux 8.1 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Dynamic Host Configuration Protocol (DHCP) is a protocol that allows individual devices on an IP network to get their own network configuration information, including an IP address, a subnet mask, and a broadcast address. The dhcp packages provide a relay agent and ISC DHCP service required to enable and administer DHCP on a network.\n\nSecurity Fix(es):\n\n* dhcp: stack-based buffer overflow when parsing statements with colon-separated hex digits in config or lease files in dhcpd and dhclient (CVE-2021-25217)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2021:2416",
"url": "https://access.redhat.com/errata/RHSA-2021:2416"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "1963258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1963258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_2416.json"
}
],
"title": "Red Hat Security Advisory: dhcp security update",
"tracking": {
"current_release_date": "2025-11-21T18:23:31+00:00",
"generator": {
"date": "2025-11-21T18:23:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2021:2416",
"initial_release_date": "2021-06-14T20:10:34+00:00",
"revision_history": [
{
"date": "2021-06-14T20:10:34+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-06-14T20:10:34+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:23:31+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:8.1::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-12:4.3.6-34.el8_1.2.src",
"product": {
"name": "dhcp-12:4.3.6-34.el8_1.2.src",
"product_id": "dhcp-12:4.3.6-34.el8_1.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp@4.3.6-34.el8_1.2?arch=src\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-client-12:4.3.6-34.el8_1.2.aarch64",
"product": {
"name": "dhcp-client-12:4.3.6-34.el8_1.2.aarch64",
"product_id": "dhcp-client-12:4.3.6-34.el8_1.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-client@4.3.6-34.el8_1.2?arch=aarch64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-12:4.3.6-34.el8_1.2.aarch64",
"product": {
"name": "dhcp-libs-12:4.3.6-34.el8_1.2.aarch64",
"product_id": "dhcp-libs-12:4.3.6-34.el8_1.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.3.6-34.el8_1.2?arch=aarch64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-relay-12:4.3.6-34.el8_1.2.aarch64",
"product": {
"name": "dhcp-relay-12:4.3.6-34.el8_1.2.aarch64",
"product_id": "dhcp-relay-12:4.3.6-34.el8_1.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-relay@4.3.6-34.el8_1.2?arch=aarch64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-server-12:4.3.6-34.el8_1.2.aarch64",
"product": {
"name": "dhcp-server-12:4.3.6-34.el8_1.2.aarch64",
"product_id": "dhcp-server-12:4.3.6-34.el8_1.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-server@4.3.6-34.el8_1.2?arch=aarch64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debugsource-12:4.3.6-34.el8_1.2.aarch64",
"product": {
"name": "dhcp-debugsource-12:4.3.6-34.el8_1.2.aarch64",
"product_id": "dhcp-debugsource-12:4.3.6-34.el8_1.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debugsource@4.3.6-34.el8_1.2?arch=aarch64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"product": {
"name": "dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"product_id": "dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-client-debuginfo@4.3.6-34.el8_1.2?arch=aarch64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"product": {
"name": "dhcp-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"product_id": "dhcp-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.3.6-34.el8_1.2?arch=aarch64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"product": {
"name": "dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"product_id": "dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs-debuginfo@4.3.6-34.el8_1.2?arch=aarch64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"product": {
"name": "dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"product_id": "dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-relay-debuginfo@4.3.6-34.el8_1.2?arch=aarch64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"product": {
"name": "dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"product_id": "dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-server-debuginfo@4.3.6-34.el8_1.2?arch=aarch64\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-client-12:4.3.6-34.el8_1.2.ppc64le",
"product": {
"name": "dhcp-client-12:4.3.6-34.el8_1.2.ppc64le",
"product_id": "dhcp-client-12:4.3.6-34.el8_1.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-client@4.3.6-34.el8_1.2?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-12:4.3.6-34.el8_1.2.ppc64le",
"product": {
"name": "dhcp-libs-12:4.3.6-34.el8_1.2.ppc64le",
"product_id": "dhcp-libs-12:4.3.6-34.el8_1.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.3.6-34.el8_1.2?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-relay-12:4.3.6-34.el8_1.2.ppc64le",
"product": {
"name": "dhcp-relay-12:4.3.6-34.el8_1.2.ppc64le",
"product_id": "dhcp-relay-12:4.3.6-34.el8_1.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-relay@4.3.6-34.el8_1.2?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-server-12:4.3.6-34.el8_1.2.ppc64le",
"product": {
"name": "dhcp-server-12:4.3.6-34.el8_1.2.ppc64le",
"product_id": "dhcp-server-12:4.3.6-34.el8_1.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-server@4.3.6-34.el8_1.2?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debugsource-12:4.3.6-34.el8_1.2.ppc64le",
"product": {
"name": "dhcp-debugsource-12:4.3.6-34.el8_1.2.ppc64le",
"product_id": "dhcp-debugsource-12:4.3.6-34.el8_1.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debugsource@4.3.6-34.el8_1.2?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"product": {
"name": "dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"product_id": "dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-client-debuginfo@4.3.6-34.el8_1.2?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"product": {
"name": "dhcp-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"product_id": "dhcp-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.3.6-34.el8_1.2?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"product": {
"name": "dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"product_id": "dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs-debuginfo@4.3.6-34.el8_1.2?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"product": {
"name": "dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"product_id": "dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-relay-debuginfo@4.3.6-34.el8_1.2?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"product": {
"name": "dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"product_id": "dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-server-debuginfo@4.3.6-34.el8_1.2?arch=ppc64le\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-client-12:4.3.6-34.el8_1.2.x86_64",
"product": {
"name": "dhcp-client-12:4.3.6-34.el8_1.2.x86_64",
"product_id": "dhcp-client-12:4.3.6-34.el8_1.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-client@4.3.6-34.el8_1.2?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-12:4.3.6-34.el8_1.2.x86_64",
"product": {
"name": "dhcp-libs-12:4.3.6-34.el8_1.2.x86_64",
"product_id": "dhcp-libs-12:4.3.6-34.el8_1.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.3.6-34.el8_1.2?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-relay-12:4.3.6-34.el8_1.2.x86_64",
"product": {
"name": "dhcp-relay-12:4.3.6-34.el8_1.2.x86_64",
"product_id": "dhcp-relay-12:4.3.6-34.el8_1.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-relay@4.3.6-34.el8_1.2?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-server-12:4.3.6-34.el8_1.2.x86_64",
"product": {
"name": "dhcp-server-12:4.3.6-34.el8_1.2.x86_64",
"product_id": "dhcp-server-12:4.3.6-34.el8_1.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-server@4.3.6-34.el8_1.2?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debugsource-12:4.3.6-34.el8_1.2.x86_64",
"product": {
"name": "dhcp-debugsource-12:4.3.6-34.el8_1.2.x86_64",
"product_id": "dhcp-debugsource-12:4.3.6-34.el8_1.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debugsource@4.3.6-34.el8_1.2?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"product": {
"name": "dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"product_id": "dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-client-debuginfo@4.3.6-34.el8_1.2?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"product": {
"name": "dhcp-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"product_id": "dhcp-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.3.6-34.el8_1.2?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"product": {
"name": "dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"product_id": "dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs-debuginfo@4.3.6-34.el8_1.2?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"product": {
"name": "dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"product_id": "dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-relay-debuginfo@4.3.6-34.el8_1.2?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"product": {
"name": "dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"product_id": "dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-server-debuginfo@4.3.6-34.el8_1.2?arch=x86_64\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-libs-12:4.3.6-34.el8_1.2.i686",
"product": {
"name": "dhcp-libs-12:4.3.6-34.el8_1.2.i686",
"product_id": "dhcp-libs-12:4.3.6-34.el8_1.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.3.6-34.el8_1.2?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debugsource-12:4.3.6-34.el8_1.2.i686",
"product": {
"name": "dhcp-debugsource-12:4.3.6-34.el8_1.2.i686",
"product_id": "dhcp-debugsource-12:4.3.6-34.el8_1.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debugsource@4.3.6-34.el8_1.2?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.i686",
"product": {
"name": "dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.i686",
"product_id": "dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-client-debuginfo@4.3.6-34.el8_1.2?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.3.6-34.el8_1.2.i686",
"product": {
"name": "dhcp-debuginfo-12:4.3.6-34.el8_1.2.i686",
"product_id": "dhcp-debuginfo-12:4.3.6-34.el8_1.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.3.6-34.el8_1.2?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.i686",
"product": {
"name": "dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.i686",
"product_id": "dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs-debuginfo@4.3.6-34.el8_1.2?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.i686",
"product": {
"name": "dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.i686",
"product_id": "dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-relay-debuginfo@4.3.6-34.el8_1.2?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.i686",
"product": {
"name": "dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.i686",
"product_id": "dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-server-debuginfo@4.3.6-34.el8_1.2?arch=i686\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-client-12:4.3.6-34.el8_1.2.s390x",
"product": {
"name": "dhcp-client-12:4.3.6-34.el8_1.2.s390x",
"product_id": "dhcp-client-12:4.3.6-34.el8_1.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-client@4.3.6-34.el8_1.2?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-12:4.3.6-34.el8_1.2.s390x",
"product": {
"name": "dhcp-libs-12:4.3.6-34.el8_1.2.s390x",
"product_id": "dhcp-libs-12:4.3.6-34.el8_1.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.3.6-34.el8_1.2?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-relay-12:4.3.6-34.el8_1.2.s390x",
"product": {
"name": "dhcp-relay-12:4.3.6-34.el8_1.2.s390x",
"product_id": "dhcp-relay-12:4.3.6-34.el8_1.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-relay@4.3.6-34.el8_1.2?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-server-12:4.3.6-34.el8_1.2.s390x",
"product": {
"name": "dhcp-server-12:4.3.6-34.el8_1.2.s390x",
"product_id": "dhcp-server-12:4.3.6-34.el8_1.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-server@4.3.6-34.el8_1.2?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debugsource-12:4.3.6-34.el8_1.2.s390x",
"product": {
"name": "dhcp-debugsource-12:4.3.6-34.el8_1.2.s390x",
"product_id": "dhcp-debugsource-12:4.3.6-34.el8_1.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debugsource@4.3.6-34.el8_1.2?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"product": {
"name": "dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"product_id": "dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-client-debuginfo@4.3.6-34.el8_1.2?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"product": {
"name": "dhcp-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"product_id": "dhcp-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.3.6-34.el8_1.2?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"product": {
"name": "dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"product_id": "dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs-debuginfo@4.3.6-34.el8_1.2?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"product": {
"name": "dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"product_id": "dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-relay-debuginfo@4.3.6-34.el8_1.2?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"product": {
"name": "dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"product_id": "dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-server-debuginfo@4.3.6-34.el8_1.2?arch=s390x\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-common-12:4.3.6-34.el8_1.2.noarch",
"product": {
"name": "dhcp-common-12:4.3.6-34.el8_1.2.noarch",
"product_id": "dhcp-common-12:4.3.6-34.el8_1.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-common@4.3.6-34.el8_1.2?arch=noarch\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.3.6-34.el8_1.2.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-12:4.3.6-34.el8_1.2.src"
},
"product_reference": "dhcp-12:4.3.6-34.el8_1.2.src",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-12:4.3.6-34.el8_1.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-client-12:4.3.6-34.el8_1.2.aarch64"
},
"product_reference": "dhcp-client-12:4.3.6-34.el8_1.2.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-12:4.3.6-34.el8_1.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-client-12:4.3.6-34.el8_1.2.ppc64le"
},
"product_reference": "dhcp-client-12:4.3.6-34.el8_1.2.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-12:4.3.6-34.el8_1.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-client-12:4.3.6-34.el8_1.2.s390x"
},
"product_reference": "dhcp-client-12:4.3.6-34.el8_1.2.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-12:4.3.6-34.el8_1.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-client-12:4.3.6-34.el8_1.2.x86_64"
},
"product_reference": "dhcp-client-12:4.3.6-34.el8_1.2.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.aarch64"
},
"product_reference": "dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.i686"
},
"product_reference": "dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.i686",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.ppc64le"
},
"product_reference": "dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.s390x"
},
"product_reference": "dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.x86_64"
},
"product_reference": "dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.3.6-34.el8_1.2.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-common-12:4.3.6-34.el8_1.2.noarch"
},
"product_reference": "dhcp-common-12:4.3.6-34.el8_1.2.noarch",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.3.6-34.el8_1.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-debuginfo-12:4.3.6-34.el8_1.2.aarch64"
},
"product_reference": "dhcp-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.3.6-34.el8_1.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-debuginfo-12:4.3.6-34.el8_1.2.i686"
},
"product_reference": "dhcp-debuginfo-12:4.3.6-34.el8_1.2.i686",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.3.6-34.el8_1.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-debuginfo-12:4.3.6-34.el8_1.2.ppc64le"
},
"product_reference": "dhcp-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.3.6-34.el8_1.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-debuginfo-12:4.3.6-34.el8_1.2.s390x"
},
"product_reference": "dhcp-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.3.6-34.el8_1.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-debuginfo-12:4.3.6-34.el8_1.2.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debugsource-12:4.3.6-34.el8_1.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-debugsource-12:4.3.6-34.el8_1.2.aarch64"
},
"product_reference": "dhcp-debugsource-12:4.3.6-34.el8_1.2.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debugsource-12:4.3.6-34.el8_1.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-debugsource-12:4.3.6-34.el8_1.2.i686"
},
"product_reference": "dhcp-debugsource-12:4.3.6-34.el8_1.2.i686",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debugsource-12:4.3.6-34.el8_1.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-debugsource-12:4.3.6-34.el8_1.2.ppc64le"
},
"product_reference": "dhcp-debugsource-12:4.3.6-34.el8_1.2.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debugsource-12:4.3.6-34.el8_1.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-debugsource-12:4.3.6-34.el8_1.2.s390x"
},
"product_reference": "dhcp-debugsource-12:4.3.6-34.el8_1.2.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debugsource-12:4.3.6-34.el8_1.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-debugsource-12:4.3.6-34.el8_1.2.x86_64"
},
"product_reference": "dhcp-debugsource-12:4.3.6-34.el8_1.2.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.3.6-34.el8_1.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-libs-12:4.3.6-34.el8_1.2.aarch64"
},
"product_reference": "dhcp-libs-12:4.3.6-34.el8_1.2.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.3.6-34.el8_1.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-libs-12:4.3.6-34.el8_1.2.i686"
},
"product_reference": "dhcp-libs-12:4.3.6-34.el8_1.2.i686",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.3.6-34.el8_1.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-libs-12:4.3.6-34.el8_1.2.ppc64le"
},
"product_reference": "dhcp-libs-12:4.3.6-34.el8_1.2.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.3.6-34.el8_1.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-libs-12:4.3.6-34.el8_1.2.s390x"
},
"product_reference": "dhcp-libs-12:4.3.6-34.el8_1.2.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.3.6-34.el8_1.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-libs-12:4.3.6-34.el8_1.2.x86_64"
},
"product_reference": "dhcp-libs-12:4.3.6-34.el8_1.2.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.aarch64"
},
"product_reference": "dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.i686"
},
"product_reference": "dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.i686",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.ppc64le"
},
"product_reference": "dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.s390x"
},
"product_reference": "dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.x86_64"
},
"product_reference": "dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-12:4.3.6-34.el8_1.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-relay-12:4.3.6-34.el8_1.2.aarch64"
},
"product_reference": "dhcp-relay-12:4.3.6-34.el8_1.2.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-12:4.3.6-34.el8_1.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-relay-12:4.3.6-34.el8_1.2.ppc64le"
},
"product_reference": "dhcp-relay-12:4.3.6-34.el8_1.2.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-12:4.3.6-34.el8_1.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-relay-12:4.3.6-34.el8_1.2.s390x"
},
"product_reference": "dhcp-relay-12:4.3.6-34.el8_1.2.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-12:4.3.6-34.el8_1.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-relay-12:4.3.6-34.el8_1.2.x86_64"
},
"product_reference": "dhcp-relay-12:4.3.6-34.el8_1.2.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.aarch64"
},
"product_reference": "dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.i686"
},
"product_reference": "dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.i686",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.ppc64le"
},
"product_reference": "dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.s390x"
},
"product_reference": "dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.x86_64"
},
"product_reference": "dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-12:4.3.6-34.el8_1.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-server-12:4.3.6-34.el8_1.2.aarch64"
},
"product_reference": "dhcp-server-12:4.3.6-34.el8_1.2.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-12:4.3.6-34.el8_1.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-server-12:4.3.6-34.el8_1.2.ppc64le"
},
"product_reference": "dhcp-server-12:4.3.6-34.el8_1.2.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-12:4.3.6-34.el8_1.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-server-12:4.3.6-34.el8_1.2.s390x"
},
"product_reference": "dhcp-server-12:4.3.6-34.el8_1.2.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-12:4.3.6-34.el8_1.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-server-12:4.3.6-34.el8_1.2.x86_64"
},
"product_reference": "dhcp-server-12:4.3.6-34.el8_1.2.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.aarch64"
},
"product_reference": "dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.i686"
},
"product_reference": "dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.i686",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.ppc64le"
},
"product_reference": "dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.s390x"
},
"product_reference": "dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.x86_64"
},
"product_reference": "dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-25217",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"discovery_date": "2021-05-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1963258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Dynamic Host Configuration Protocol (DHCP). There is a discrepancy between the code that handles encapsulated option information in leases transmitted \"on the wire\" and the code which reads and parses lease information after it has been written to disk storage. This flaw allows an attacker to deliberately cause a situation where dhcpd while running in DHCPv4 or DHCPv6 mode, or the dhclient attempts to read a stored lease that contains option information, to trigger a stack-based buffer overflow in the option parsing code for colon-separated hex digits values. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dhcp: stack-based buffer overflow when parsing statements with colon-separated hex digits in config or lease files in dhcpd and dhclient",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To abuse this flaw an attacker has to be on the same local sub-net of the victim machine. An attacker may send crafted DHCP messages with long lease statements that, when stored locally on file and then re-read by dhclient or dhcpd, might trigger the bug.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.1.0.Z.EUS:dhcp-12:4.3.6-34.el8_1.2.src",
"BaseOS-8.1.0.Z.EUS:dhcp-client-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-client-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-client-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-client-12:4.3.6-34.el8_1.2.x86_64",
"BaseOS-8.1.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.i686",
"BaseOS-8.1.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"BaseOS-8.1.0.Z.EUS:dhcp-common-12:4.3.6-34.el8_1.2.noarch",
"BaseOS-8.1.0.Z.EUS:dhcp-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-debuginfo-12:4.3.6-34.el8_1.2.i686",
"BaseOS-8.1.0.Z.EUS:dhcp-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"BaseOS-8.1.0.Z.EUS:dhcp-debugsource-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-debugsource-12:4.3.6-34.el8_1.2.i686",
"BaseOS-8.1.0.Z.EUS:dhcp-debugsource-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-debugsource-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-debugsource-12:4.3.6-34.el8_1.2.x86_64",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-12:4.3.6-34.el8_1.2.i686",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-12:4.3.6-34.el8_1.2.x86_64",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.i686",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"BaseOS-8.1.0.Z.EUS:dhcp-relay-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-relay-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-relay-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-relay-12:4.3.6-34.el8_1.2.x86_64",
"BaseOS-8.1.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.i686",
"BaseOS-8.1.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"BaseOS-8.1.0.Z.EUS:dhcp-server-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-server-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-server-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-server-12:4.3.6-34.el8_1.2.x86_64",
"BaseOS-8.1.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.i686",
"BaseOS-8.1.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-25217"
},
{
"category": "external",
"summary": "RHBZ#1963258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1963258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-25217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25217"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-25217",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-25217"
},
{
"category": "external",
"summary": "https://kb.isc.org/docs/cve-2021-25217",
"url": "https://kb.isc.org/docs/cve-2021-25217"
}
],
"release_date": "2021-05-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-06-14T20:10:34+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"BaseOS-8.1.0.Z.EUS:dhcp-12:4.3.6-34.el8_1.2.src",
"BaseOS-8.1.0.Z.EUS:dhcp-client-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-client-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-client-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-client-12:4.3.6-34.el8_1.2.x86_64",
"BaseOS-8.1.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.i686",
"BaseOS-8.1.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"BaseOS-8.1.0.Z.EUS:dhcp-common-12:4.3.6-34.el8_1.2.noarch",
"BaseOS-8.1.0.Z.EUS:dhcp-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-debuginfo-12:4.3.6-34.el8_1.2.i686",
"BaseOS-8.1.0.Z.EUS:dhcp-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"BaseOS-8.1.0.Z.EUS:dhcp-debugsource-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-debugsource-12:4.3.6-34.el8_1.2.i686",
"BaseOS-8.1.0.Z.EUS:dhcp-debugsource-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-debugsource-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-debugsource-12:4.3.6-34.el8_1.2.x86_64",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-12:4.3.6-34.el8_1.2.i686",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-12:4.3.6-34.el8_1.2.x86_64",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.i686",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"BaseOS-8.1.0.Z.EUS:dhcp-relay-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-relay-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-relay-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-relay-12:4.3.6-34.el8_1.2.x86_64",
"BaseOS-8.1.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.i686",
"BaseOS-8.1.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"BaseOS-8.1.0.Z.EUS:dhcp-server-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-server-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-server-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-server-12:4.3.6-34.el8_1.2.x86_64",
"BaseOS-8.1.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.i686",
"BaseOS-8.1.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:2416"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.1.0.Z.EUS:dhcp-12:4.3.6-34.el8_1.2.src",
"BaseOS-8.1.0.Z.EUS:dhcp-client-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-client-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-client-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-client-12:4.3.6-34.el8_1.2.x86_64",
"BaseOS-8.1.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.i686",
"BaseOS-8.1.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"BaseOS-8.1.0.Z.EUS:dhcp-common-12:4.3.6-34.el8_1.2.noarch",
"BaseOS-8.1.0.Z.EUS:dhcp-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-debuginfo-12:4.3.6-34.el8_1.2.i686",
"BaseOS-8.1.0.Z.EUS:dhcp-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"BaseOS-8.1.0.Z.EUS:dhcp-debugsource-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-debugsource-12:4.3.6-34.el8_1.2.i686",
"BaseOS-8.1.0.Z.EUS:dhcp-debugsource-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-debugsource-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-debugsource-12:4.3.6-34.el8_1.2.x86_64",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-12:4.3.6-34.el8_1.2.i686",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-12:4.3.6-34.el8_1.2.x86_64",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.i686",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"BaseOS-8.1.0.Z.EUS:dhcp-relay-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-relay-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-relay-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-relay-12:4.3.6-34.el8_1.2.x86_64",
"BaseOS-8.1.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.i686",
"BaseOS-8.1.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-34.el8_1.2.x86_64",
"BaseOS-8.1.0.Z.EUS:dhcp-server-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-server-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-server-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-server-12:4.3.6-34.el8_1.2.x86_64",
"BaseOS-8.1.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.aarch64",
"BaseOS-8.1.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.i686",
"BaseOS-8.1.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.ppc64le",
"BaseOS-8.1.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.s390x",
"BaseOS-8.1.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-34.el8_1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dhcp: stack-based buffer overflow when parsing statements with colon-separated hex digits in config or lease files in dhcpd and dhclient"
}
]
}
RHSA-2021:2418
Vulnerability from csaf_redhat - Published: 2021-06-14 19:33 - Updated: 2025-11-21 18:23A flaw was found in the Dynamic Host Configuration Protocol (DHCP). There is a discrepancy between the code that handles encapsulated option information in leases transmitted "on the wire" and the code which reads and parses lease information after it has been written to disk storage. This flaw allows an attacker to deliberately cause a situation where dhcpd while running in DHCPv4 or DHCPv6 mode, or the dhclient attempts to read a stored lease that contains option information, to trigger a stack-based buffer overflow in the option parsing code for colon-separated hex digits values. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-7.2.AUS:dhclient-12:4.2.5-42.el7_2.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.2.AUS:dhcp-12:4.2.5-42.el7_2.2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.2.AUS:dhcp-12:4.2.5-42.el7_2.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.2.AUS:dhcp-common-12:4.2.5-42.el7_2.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.2.AUS:dhcp-debuginfo-12:4.2.5-42.el7_2.2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.2.AUS:dhcp-debuginfo-12:4.2.5-42.el7_2.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.2.AUS:dhcp-devel-12:4.2.5-42.el7_2.2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.2.AUS:dhcp-devel-12:4.2.5-42.el7_2.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.2.AUS:dhcp-libs-12:4.2.5-42.el7_2.2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.2.AUS:dhcp-libs-12:4.2.5-42.el7_2.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:dhclient-12:4.2.5-42.el7_2.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:dhcp-12:4.2.5-42.el7_2.2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:dhcp-12:4.2.5-42.el7_2.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:dhcp-common-12:4.2.5-42.el7_2.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:dhcp-debuginfo-12:4.2.5-42.el7_2.2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:dhcp-debuginfo-12:4.2.5-42.el7_2.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:dhcp-devel-12:4.2.5-42.el7_2.2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:dhcp-devel-12:4.2.5-42.el7_2.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:dhcp-libs-12:4.2.5-42.el7_2.2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:dhcp-libs-12:4.2.5-42.el7_2.2.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for dhcp is now available for Red Hat Enterprise Linux 7.2 Advanced Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Dynamic Host Configuration Protocol (DHCP) is a protocol that allows individual devices on an IP network to get their own network configuration information, including an IP address, a subnet mask, and a broadcast address. The dhcp packages provide a relay agent and ISC DHCP service required to enable and administer DHCP on a network.\n\nSecurity Fix(es):\n\n* dhcp: stack-based buffer overflow when parsing statements with colon-separated hex digits in config or lease files in dhcpd and dhclient (CVE-2021-25217)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2021:2418",
"url": "https://access.redhat.com/errata/RHSA-2021:2418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "1963258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1963258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_2418.json"
}
],
"title": "Red Hat Security Advisory: dhcp security update",
"tracking": {
"current_release_date": "2025-11-21T18:23:32+00:00",
"generator": {
"date": "2025-11-21T18:23:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2021:2418",
"initial_release_date": "2021-06-14T19:33:00+00:00",
"revision_history": [
{
"date": "2021-06-14T19:33:00+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-06-14T19:33:00+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:23:32+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product": {
"name": "Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product_id": "7Server-7.2.AUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_aus:7.2::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional AUS (v. 7.2)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional AUS (v. 7.2)",
"product_id": "7Server-optional-7.2.AUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_aus:7.2::server"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "dhclient-12:4.2.5-42.el7_2.2.x86_64",
"product": {
"name": "dhclient-12:4.2.5-42.el7_2.2.x86_64",
"product_id": "dhclient-12:4.2.5-42.el7_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhclient@4.2.5-42.el7_2.2?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-12:4.2.5-42.el7_2.2.x86_64",
"product": {
"name": "dhcp-12:4.2.5-42.el7_2.2.x86_64",
"product_id": "dhcp-12:4.2.5-42.el7_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp@4.2.5-42.el7_2.2?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-common-12:4.2.5-42.el7_2.2.x86_64",
"product": {
"name": "dhcp-common-12:4.2.5-42.el7_2.2.x86_64",
"product_id": "dhcp-common-12:4.2.5-42.el7_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-common@4.2.5-42.el7_2.2?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-12:4.2.5-42.el7_2.2.x86_64",
"product": {
"name": "dhcp-libs-12:4.2.5-42.el7_2.2.x86_64",
"product_id": "dhcp-libs-12:4.2.5-42.el7_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.2.5-42.el7_2.2?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.2.5-42.el7_2.2.x86_64",
"product": {
"name": "dhcp-debuginfo-12:4.2.5-42.el7_2.2.x86_64",
"product_id": "dhcp-debuginfo-12:4.2.5-42.el7_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.2.5-42.el7_2.2?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-devel-12:4.2.5-42.el7_2.2.x86_64",
"product": {
"name": "dhcp-devel-12:4.2.5-42.el7_2.2.x86_64",
"product_id": "dhcp-devel-12:4.2.5-42.el7_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-devel@4.2.5-42.el7_2.2?arch=x86_64\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-libs-12:4.2.5-42.el7_2.2.i686",
"product": {
"name": "dhcp-libs-12:4.2.5-42.el7_2.2.i686",
"product_id": "dhcp-libs-12:4.2.5-42.el7_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.2.5-42.el7_2.2?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.2.5-42.el7_2.2.i686",
"product": {
"name": "dhcp-debuginfo-12:4.2.5-42.el7_2.2.i686",
"product_id": "dhcp-debuginfo-12:4.2.5-42.el7_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.2.5-42.el7_2.2?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-devel-12:4.2.5-42.el7_2.2.i686",
"product": {
"name": "dhcp-devel-12:4.2.5-42.el7_2.2.i686",
"product_id": "dhcp-devel-12:4.2.5-42.el7_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-devel@4.2.5-42.el7_2.2?arch=i686\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-12:4.2.5-42.el7_2.2.src",
"product": {
"name": "dhcp-12:4.2.5-42.el7_2.2.src",
"product_id": "dhcp-12:4.2.5-42.el7_2.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp@4.2.5-42.el7_2.2?arch=src\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-42.el7_2.2.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product_id": "7Server-7.2.AUS:dhclient-12:4.2.5-42.el7_2.2.x86_64"
},
"product_reference": "dhclient-12:4.2.5-42.el7_2.2.x86_64",
"relates_to_product_reference": "7Server-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-42.el7_2.2.src as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product_id": "7Server-7.2.AUS:dhcp-12:4.2.5-42.el7_2.2.src"
},
"product_reference": "dhcp-12:4.2.5-42.el7_2.2.src",
"relates_to_product_reference": "7Server-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-42.el7_2.2.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product_id": "7Server-7.2.AUS:dhcp-12:4.2.5-42.el7_2.2.x86_64"
},
"product_reference": "dhcp-12:4.2.5-42.el7_2.2.x86_64",
"relates_to_product_reference": "7Server-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-42.el7_2.2.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product_id": "7Server-7.2.AUS:dhcp-common-12:4.2.5-42.el7_2.2.x86_64"
},
"product_reference": "dhcp-common-12:4.2.5-42.el7_2.2.x86_64",
"relates_to_product_reference": "7Server-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-42.el7_2.2.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product_id": "7Server-7.2.AUS:dhcp-debuginfo-12:4.2.5-42.el7_2.2.i686"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-42.el7_2.2.i686",
"relates_to_product_reference": "7Server-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-42.el7_2.2.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product_id": "7Server-7.2.AUS:dhcp-debuginfo-12:4.2.5-42.el7_2.2.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-42.el7_2.2.x86_64",
"relates_to_product_reference": "7Server-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-42.el7_2.2.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product_id": "7Server-7.2.AUS:dhcp-devel-12:4.2.5-42.el7_2.2.i686"
},
"product_reference": "dhcp-devel-12:4.2.5-42.el7_2.2.i686",
"relates_to_product_reference": "7Server-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-42.el7_2.2.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product_id": "7Server-7.2.AUS:dhcp-devel-12:4.2.5-42.el7_2.2.x86_64"
},
"product_reference": "dhcp-devel-12:4.2.5-42.el7_2.2.x86_64",
"relates_to_product_reference": "7Server-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-42.el7_2.2.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product_id": "7Server-7.2.AUS:dhcp-libs-12:4.2.5-42.el7_2.2.i686"
},
"product_reference": "dhcp-libs-12:4.2.5-42.el7_2.2.i686",
"relates_to_product_reference": "7Server-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-42.el7_2.2.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product_id": "7Server-7.2.AUS:dhcp-libs-12:4.2.5-42.el7_2.2.x86_64"
},
"product_reference": "dhcp-libs-12:4.2.5-42.el7_2.2.x86_64",
"relates_to_product_reference": "7Server-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-42.el7_2.2.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.2)",
"product_id": "7Server-optional-7.2.AUS:dhclient-12:4.2.5-42.el7_2.2.x86_64"
},
"product_reference": "dhclient-12:4.2.5-42.el7_2.2.x86_64",
"relates_to_product_reference": "7Server-optional-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-42.el7_2.2.src as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.2)",
"product_id": "7Server-optional-7.2.AUS:dhcp-12:4.2.5-42.el7_2.2.src"
},
"product_reference": "dhcp-12:4.2.5-42.el7_2.2.src",
"relates_to_product_reference": "7Server-optional-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-42.el7_2.2.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.2)",
"product_id": "7Server-optional-7.2.AUS:dhcp-12:4.2.5-42.el7_2.2.x86_64"
},
"product_reference": "dhcp-12:4.2.5-42.el7_2.2.x86_64",
"relates_to_product_reference": "7Server-optional-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-42.el7_2.2.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.2)",
"product_id": "7Server-optional-7.2.AUS:dhcp-common-12:4.2.5-42.el7_2.2.x86_64"
},
"product_reference": "dhcp-common-12:4.2.5-42.el7_2.2.x86_64",
"relates_to_product_reference": "7Server-optional-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-42.el7_2.2.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.2)",
"product_id": "7Server-optional-7.2.AUS:dhcp-debuginfo-12:4.2.5-42.el7_2.2.i686"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-42.el7_2.2.i686",
"relates_to_product_reference": "7Server-optional-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-42.el7_2.2.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.2)",
"product_id": "7Server-optional-7.2.AUS:dhcp-debuginfo-12:4.2.5-42.el7_2.2.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-42.el7_2.2.x86_64",
"relates_to_product_reference": "7Server-optional-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-42.el7_2.2.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.2)",
"product_id": "7Server-optional-7.2.AUS:dhcp-devel-12:4.2.5-42.el7_2.2.i686"
},
"product_reference": "dhcp-devel-12:4.2.5-42.el7_2.2.i686",
"relates_to_product_reference": "7Server-optional-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-42.el7_2.2.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.2)",
"product_id": "7Server-optional-7.2.AUS:dhcp-devel-12:4.2.5-42.el7_2.2.x86_64"
},
"product_reference": "dhcp-devel-12:4.2.5-42.el7_2.2.x86_64",
"relates_to_product_reference": "7Server-optional-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-42.el7_2.2.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.2)",
"product_id": "7Server-optional-7.2.AUS:dhcp-libs-12:4.2.5-42.el7_2.2.i686"
},
"product_reference": "dhcp-libs-12:4.2.5-42.el7_2.2.i686",
"relates_to_product_reference": "7Server-optional-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-42.el7_2.2.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.2)",
"product_id": "7Server-optional-7.2.AUS:dhcp-libs-12:4.2.5-42.el7_2.2.x86_64"
},
"product_reference": "dhcp-libs-12:4.2.5-42.el7_2.2.x86_64",
"relates_to_product_reference": "7Server-optional-7.2.AUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-25217",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"discovery_date": "2021-05-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1963258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Dynamic Host Configuration Protocol (DHCP). There is a discrepancy between the code that handles encapsulated option information in leases transmitted \"on the wire\" and the code which reads and parses lease information after it has been written to disk storage. This flaw allows an attacker to deliberately cause a situation where dhcpd while running in DHCPv4 or DHCPv6 mode, or the dhclient attempts to read a stored lease that contains option information, to trigger a stack-based buffer overflow in the option parsing code for colon-separated hex digits values. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dhcp: stack-based buffer overflow when parsing statements with colon-separated hex digits in config or lease files in dhcpd and dhclient",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To abuse this flaw an attacker has to be on the same local sub-net of the victim machine. An attacker may send crafted DHCP messages with long lease statements that, when stored locally on file and then re-read by dhclient or dhcpd, might trigger the bug.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-7.2.AUS:dhclient-12:4.2.5-42.el7_2.2.x86_64",
"7Server-7.2.AUS:dhcp-12:4.2.5-42.el7_2.2.src",
"7Server-7.2.AUS:dhcp-12:4.2.5-42.el7_2.2.x86_64",
"7Server-7.2.AUS:dhcp-common-12:4.2.5-42.el7_2.2.x86_64",
"7Server-7.2.AUS:dhcp-debuginfo-12:4.2.5-42.el7_2.2.i686",
"7Server-7.2.AUS:dhcp-debuginfo-12:4.2.5-42.el7_2.2.x86_64",
"7Server-7.2.AUS:dhcp-devel-12:4.2.5-42.el7_2.2.i686",
"7Server-7.2.AUS:dhcp-devel-12:4.2.5-42.el7_2.2.x86_64",
"7Server-7.2.AUS:dhcp-libs-12:4.2.5-42.el7_2.2.i686",
"7Server-7.2.AUS:dhcp-libs-12:4.2.5-42.el7_2.2.x86_64",
"7Server-optional-7.2.AUS:dhclient-12:4.2.5-42.el7_2.2.x86_64",
"7Server-optional-7.2.AUS:dhcp-12:4.2.5-42.el7_2.2.src",
"7Server-optional-7.2.AUS:dhcp-12:4.2.5-42.el7_2.2.x86_64",
"7Server-optional-7.2.AUS:dhcp-common-12:4.2.5-42.el7_2.2.x86_64",
"7Server-optional-7.2.AUS:dhcp-debuginfo-12:4.2.5-42.el7_2.2.i686",
"7Server-optional-7.2.AUS:dhcp-debuginfo-12:4.2.5-42.el7_2.2.x86_64",
"7Server-optional-7.2.AUS:dhcp-devel-12:4.2.5-42.el7_2.2.i686",
"7Server-optional-7.2.AUS:dhcp-devel-12:4.2.5-42.el7_2.2.x86_64",
"7Server-optional-7.2.AUS:dhcp-libs-12:4.2.5-42.el7_2.2.i686",
"7Server-optional-7.2.AUS:dhcp-libs-12:4.2.5-42.el7_2.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-25217"
},
{
"category": "external",
"summary": "RHBZ#1963258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1963258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-25217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25217"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-25217",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-25217"
},
{
"category": "external",
"summary": "https://kb.isc.org/docs/cve-2021-25217",
"url": "https://kb.isc.org/docs/cve-2021-25217"
}
],
"release_date": "2021-05-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-06-14T19:33:00+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-7.2.AUS:dhclient-12:4.2.5-42.el7_2.2.x86_64",
"7Server-7.2.AUS:dhcp-12:4.2.5-42.el7_2.2.src",
"7Server-7.2.AUS:dhcp-12:4.2.5-42.el7_2.2.x86_64",
"7Server-7.2.AUS:dhcp-common-12:4.2.5-42.el7_2.2.x86_64",
"7Server-7.2.AUS:dhcp-debuginfo-12:4.2.5-42.el7_2.2.i686",
"7Server-7.2.AUS:dhcp-debuginfo-12:4.2.5-42.el7_2.2.x86_64",
"7Server-7.2.AUS:dhcp-devel-12:4.2.5-42.el7_2.2.i686",
"7Server-7.2.AUS:dhcp-devel-12:4.2.5-42.el7_2.2.x86_64",
"7Server-7.2.AUS:dhcp-libs-12:4.2.5-42.el7_2.2.i686",
"7Server-7.2.AUS:dhcp-libs-12:4.2.5-42.el7_2.2.x86_64",
"7Server-optional-7.2.AUS:dhclient-12:4.2.5-42.el7_2.2.x86_64",
"7Server-optional-7.2.AUS:dhcp-12:4.2.5-42.el7_2.2.src",
"7Server-optional-7.2.AUS:dhcp-12:4.2.5-42.el7_2.2.x86_64",
"7Server-optional-7.2.AUS:dhcp-common-12:4.2.5-42.el7_2.2.x86_64",
"7Server-optional-7.2.AUS:dhcp-debuginfo-12:4.2.5-42.el7_2.2.i686",
"7Server-optional-7.2.AUS:dhcp-debuginfo-12:4.2.5-42.el7_2.2.x86_64",
"7Server-optional-7.2.AUS:dhcp-devel-12:4.2.5-42.el7_2.2.i686",
"7Server-optional-7.2.AUS:dhcp-devel-12:4.2.5-42.el7_2.2.x86_64",
"7Server-optional-7.2.AUS:dhcp-libs-12:4.2.5-42.el7_2.2.i686",
"7Server-optional-7.2.AUS:dhcp-libs-12:4.2.5-42.el7_2.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:2418"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-7.2.AUS:dhclient-12:4.2.5-42.el7_2.2.x86_64",
"7Server-7.2.AUS:dhcp-12:4.2.5-42.el7_2.2.src",
"7Server-7.2.AUS:dhcp-12:4.2.5-42.el7_2.2.x86_64",
"7Server-7.2.AUS:dhcp-common-12:4.2.5-42.el7_2.2.x86_64",
"7Server-7.2.AUS:dhcp-debuginfo-12:4.2.5-42.el7_2.2.i686",
"7Server-7.2.AUS:dhcp-debuginfo-12:4.2.5-42.el7_2.2.x86_64",
"7Server-7.2.AUS:dhcp-devel-12:4.2.5-42.el7_2.2.i686",
"7Server-7.2.AUS:dhcp-devel-12:4.2.5-42.el7_2.2.x86_64",
"7Server-7.2.AUS:dhcp-libs-12:4.2.5-42.el7_2.2.i686",
"7Server-7.2.AUS:dhcp-libs-12:4.2.5-42.el7_2.2.x86_64",
"7Server-optional-7.2.AUS:dhclient-12:4.2.5-42.el7_2.2.x86_64",
"7Server-optional-7.2.AUS:dhcp-12:4.2.5-42.el7_2.2.src",
"7Server-optional-7.2.AUS:dhcp-12:4.2.5-42.el7_2.2.x86_64",
"7Server-optional-7.2.AUS:dhcp-common-12:4.2.5-42.el7_2.2.x86_64",
"7Server-optional-7.2.AUS:dhcp-debuginfo-12:4.2.5-42.el7_2.2.i686",
"7Server-optional-7.2.AUS:dhcp-debuginfo-12:4.2.5-42.el7_2.2.x86_64",
"7Server-optional-7.2.AUS:dhcp-devel-12:4.2.5-42.el7_2.2.i686",
"7Server-optional-7.2.AUS:dhcp-devel-12:4.2.5-42.el7_2.2.x86_64",
"7Server-optional-7.2.AUS:dhcp-libs-12:4.2.5-42.el7_2.2.i686",
"7Server-optional-7.2.AUS:dhcp-libs-12:4.2.5-42.el7_2.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dhcp: stack-based buffer overflow when parsing statements with colon-separated hex digits in config or lease files in dhcpd and dhclient"
}
]
}
RHSA-2021:2419
Vulnerability from csaf_redhat - Published: 2021-06-15 13:39 - Updated: 2025-11-21 18:23A flaw was found in the Dynamic Host Configuration Protocol (DHCP). There is a discrepancy between the code that handles encapsulated option information in leases transmitted "on the wire" and the code which reads and parses lease information after it has been written to disk storage. This flaw allows an attacker to deliberately cause a situation where dhcpd while running in DHCPv4 or DHCPv6 mode, or the dhclient attempts to read a stored lease that contains option information, to trigger a stack-based buffer overflow in the option parsing code for colon-separated hex digits values. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-ELS:dhclient-12:4.1.1-64.P1.el6_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-ELS:dhclient-12:4.1.1-64.P1.el6_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-ELS:dhclient-12:4.1.1-64.P1.el6_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-ELS:dhcp-12:4.1.1-64.P1.el6_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-ELS:dhcp-12:4.1.1-64.P1.el6_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-ELS:dhcp-12:4.1.1-64.P1.el6_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-ELS:dhcp-12:4.1.1-64.P1.el6_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-optional-ELS:dhclient-12:4.1.1-64.P1.el6_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-optional-ELS:dhclient-12:4.1.1-64.P1.el6_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-optional-ELS:dhclient-12:4.1.1-64.P1.el6_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-optional-ELS:dhcp-12:4.1.1-64.P1.el6_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-optional-ELS:dhcp-12:4.1.1-64.P1.el6_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-optional-ELS:dhcp-12:4.1.1-64.P1.el6_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-optional-ELS:dhcp-12:4.1.1-64.P1.el6_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-optional-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-optional-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-optional-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-optional-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-optional-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-optional-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-optional-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-optional-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-optional-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-optional-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-optional-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for dhcp is now available for Red Hat Enterprise Linux 6 Extended Lifecycle Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Dynamic Host Configuration Protocol (DHCP) is a protocol that allows individual devices on an IP network to get their own network configuration information, including an IP address, a subnet mask, and a broadcast address. The dhcp packages provide a relay agent and ISC DHCP service required to enable and administer DHCP on a network.\n\nSecurity Fix(es):\n\n* dhcp: stack-based buffer overflow when parsing statements with colon-separated hex digits in config or lease files in dhcpd and dhclient (CVE-2021-25217)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2021:2419",
"url": "https://access.redhat.com/errata/RHSA-2021:2419"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "1963258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1963258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_2419.json"
}
],
"title": "Red Hat Security Advisory: dhcp security update",
"tracking": {
"current_release_date": "2025-11-21T18:23:32+00:00",
"generator": {
"date": "2025-11-21T18:23:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2021:2419",
"initial_release_date": "2021-06-15T13:39:23+00:00",
"revision_history": [
{
"date": "2021-06-15T13:39:23+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-06-15T13:39:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:23:32+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server (v. 6 ELS)",
"product": {
"name": "Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_els:6"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_els:6"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "dhclient-12:4.1.1-64.P1.el6_10.x86_64",
"product": {
"name": "dhclient-12:4.1.1-64.P1.el6_10.x86_64",
"product_id": "dhclient-12:4.1.1-64.P1.el6_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhclient@4.1.1-64.P1.el6_10?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-12:4.1.1-64.P1.el6_10.x86_64",
"product": {
"name": "dhcp-12:4.1.1-64.P1.el6_10.x86_64",
"product_id": "dhcp-12:4.1.1-64.P1.el6_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp@4.1.1-64.P1.el6_10?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-common-12:4.1.1-64.P1.el6_10.x86_64",
"product": {
"name": "dhcp-common-12:4.1.1-64.P1.el6_10.x86_64",
"product_id": "dhcp-common-12:4.1.1-64.P1.el6_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-common@4.1.1-64.P1.el6_10?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.1.1-64.P1.el6_10.x86_64",
"product": {
"name": "dhcp-debuginfo-12:4.1.1-64.P1.el6_10.x86_64",
"product_id": "dhcp-debuginfo-12:4.1.1-64.P1.el6_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.1.1-64.P1.el6_10?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-devel-12:4.1.1-64.P1.el6_10.x86_64",
"product": {
"name": "dhcp-devel-12:4.1.1-64.P1.el6_10.x86_64",
"product_id": "dhcp-devel-12:4.1.1-64.P1.el6_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-devel@4.1.1-64.P1.el6_10?arch=x86_64\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "dhclient-12:4.1.1-64.P1.el6_10.i686",
"product": {
"name": "dhclient-12:4.1.1-64.P1.el6_10.i686",
"product_id": "dhclient-12:4.1.1-64.P1.el6_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhclient@4.1.1-64.P1.el6_10?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-12:4.1.1-64.P1.el6_10.i686",
"product": {
"name": "dhcp-12:4.1.1-64.P1.el6_10.i686",
"product_id": "dhcp-12:4.1.1-64.P1.el6_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp@4.1.1-64.P1.el6_10?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-common-12:4.1.1-64.P1.el6_10.i686",
"product": {
"name": "dhcp-common-12:4.1.1-64.P1.el6_10.i686",
"product_id": "dhcp-common-12:4.1.1-64.P1.el6_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-common@4.1.1-64.P1.el6_10?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.1.1-64.P1.el6_10.i686",
"product": {
"name": "dhcp-debuginfo-12:4.1.1-64.P1.el6_10.i686",
"product_id": "dhcp-debuginfo-12:4.1.1-64.P1.el6_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.1.1-64.P1.el6_10?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-devel-12:4.1.1-64.P1.el6_10.i686",
"product": {
"name": "dhcp-devel-12:4.1.1-64.P1.el6_10.i686",
"product_id": "dhcp-devel-12:4.1.1-64.P1.el6_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-devel@4.1.1-64.P1.el6_10?arch=i686\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "dhclient-12:4.1.1-64.P1.el6_10.s390x",
"product": {
"name": "dhclient-12:4.1.1-64.P1.el6_10.s390x",
"product_id": "dhclient-12:4.1.1-64.P1.el6_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhclient@4.1.1-64.P1.el6_10?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-12:4.1.1-64.P1.el6_10.s390x",
"product": {
"name": "dhcp-12:4.1.1-64.P1.el6_10.s390x",
"product_id": "dhcp-12:4.1.1-64.P1.el6_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp@4.1.1-64.P1.el6_10?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-common-12:4.1.1-64.P1.el6_10.s390x",
"product": {
"name": "dhcp-common-12:4.1.1-64.P1.el6_10.s390x",
"product_id": "dhcp-common-12:4.1.1-64.P1.el6_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-common@4.1.1-64.P1.el6_10?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390x",
"product": {
"name": "dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390x",
"product_id": "dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.1.1-64.P1.el6_10?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-devel-12:4.1.1-64.P1.el6_10.s390x",
"product": {
"name": "dhcp-devel-12:4.1.1-64.P1.el6_10.s390x",
"product_id": "dhcp-devel-12:4.1.1-64.P1.el6_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-devel@4.1.1-64.P1.el6_10?arch=s390x\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-12:4.1.1-64.P1.el6_10.src",
"product": {
"name": "dhcp-12:4.1.1-64.P1.el6_10.src",
"product_id": "dhcp-12:4.1.1-64.P1.el6_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp@4.1.1-64.P1.el6_10?arch=src\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-devel-12:4.1.1-64.P1.el6_10.s390",
"product": {
"name": "dhcp-devel-12:4.1.1-64.P1.el6_10.s390",
"product_id": "dhcp-devel-12:4.1.1-64.P1.el6_10.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-devel@4.1.1-64.P1.el6_10?arch=s390\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390",
"product": {
"name": "dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390",
"product_id": "dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.1.1-64.P1.el6_10?arch=s390\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "s390"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.1.1-64.P1.el6_10.i686 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:dhclient-12:4.1.1-64.P1.el6_10.i686"
},
"product_reference": "dhclient-12:4.1.1-64.P1.el6_10.i686",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.1.1-64.P1.el6_10.s390x as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:dhclient-12:4.1.1-64.P1.el6_10.s390x"
},
"product_reference": "dhclient-12:4.1.1-64.P1.el6_10.s390x",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.1.1-64.P1.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:dhclient-12:4.1.1-64.P1.el6_10.x86_64"
},
"product_reference": "dhclient-12:4.1.1-64.P1.el6_10.x86_64",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.1.1-64.P1.el6_10.i686 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:dhcp-12:4.1.1-64.P1.el6_10.i686"
},
"product_reference": "dhcp-12:4.1.1-64.P1.el6_10.i686",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.1.1-64.P1.el6_10.s390x as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:dhcp-12:4.1.1-64.P1.el6_10.s390x"
},
"product_reference": "dhcp-12:4.1.1-64.P1.el6_10.s390x",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.1.1-64.P1.el6_10.src as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:dhcp-12:4.1.1-64.P1.el6_10.src"
},
"product_reference": "dhcp-12:4.1.1-64.P1.el6_10.src",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.1.1-64.P1.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:dhcp-12:4.1.1-64.P1.el6_10.x86_64"
},
"product_reference": "dhcp-12:4.1.1-64.P1.el6_10.x86_64",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.1.1-64.P1.el6_10.i686 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.i686"
},
"product_reference": "dhcp-common-12:4.1.1-64.P1.el6_10.i686",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.1.1-64.P1.el6_10.s390x as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.s390x"
},
"product_reference": "dhcp-common-12:4.1.1-64.P1.el6_10.s390x",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.1.1-64.P1.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.x86_64"
},
"product_reference": "dhcp-common-12:4.1.1-64.P1.el6_10.x86_64",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.1.1-64.P1.el6_10.i686 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.i686"
},
"product_reference": "dhcp-debuginfo-12:4.1.1-64.P1.el6_10.i686",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390"
},
"product_reference": "dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390x as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390x"
},
"product_reference": "dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390x",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.1.1-64.P1.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.1.1-64.P1.el6_10.x86_64",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.1.1-64.P1.el6_10.i686 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.i686"
},
"product_reference": "dhcp-devel-12:4.1.1-64.P1.el6_10.i686",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.1.1-64.P1.el6_10.s390 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.s390"
},
"product_reference": "dhcp-devel-12:4.1.1-64.P1.el6_10.s390",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.1.1-64.P1.el6_10.s390x as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.s390x"
},
"product_reference": "dhcp-devel-12:4.1.1-64.P1.el6_10.s390x",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.1.1-64.P1.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.x86_64"
},
"product_reference": "dhcp-devel-12:4.1.1-64.P1.el6_10.x86_64",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.1.1-64.P1.el6_10.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:dhclient-12:4.1.1-64.P1.el6_10.i686"
},
"product_reference": "dhclient-12:4.1.1-64.P1.el6_10.i686",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.1.1-64.P1.el6_10.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:dhclient-12:4.1.1-64.P1.el6_10.s390x"
},
"product_reference": "dhclient-12:4.1.1-64.P1.el6_10.s390x",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.1.1-64.P1.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:dhclient-12:4.1.1-64.P1.el6_10.x86_64"
},
"product_reference": "dhclient-12:4.1.1-64.P1.el6_10.x86_64",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.1.1-64.P1.el6_10.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:dhcp-12:4.1.1-64.P1.el6_10.i686"
},
"product_reference": "dhcp-12:4.1.1-64.P1.el6_10.i686",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.1.1-64.P1.el6_10.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:dhcp-12:4.1.1-64.P1.el6_10.s390x"
},
"product_reference": "dhcp-12:4.1.1-64.P1.el6_10.s390x",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.1.1-64.P1.el6_10.src as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:dhcp-12:4.1.1-64.P1.el6_10.src"
},
"product_reference": "dhcp-12:4.1.1-64.P1.el6_10.src",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.1.1-64.P1.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:dhcp-12:4.1.1-64.P1.el6_10.x86_64"
},
"product_reference": "dhcp-12:4.1.1-64.P1.el6_10.x86_64",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.1.1-64.P1.el6_10.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.i686"
},
"product_reference": "dhcp-common-12:4.1.1-64.P1.el6_10.i686",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.1.1-64.P1.el6_10.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.s390x"
},
"product_reference": "dhcp-common-12:4.1.1-64.P1.el6_10.s390x",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.1.1-64.P1.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.x86_64"
},
"product_reference": "dhcp-common-12:4.1.1-64.P1.el6_10.x86_64",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.1.1-64.P1.el6_10.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.i686"
},
"product_reference": "dhcp-debuginfo-12:4.1.1-64.P1.el6_10.i686",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390"
},
"product_reference": "dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390x"
},
"product_reference": "dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390x",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.1.1-64.P1.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.1.1-64.P1.el6_10.x86_64",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.1.1-64.P1.el6_10.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.i686"
},
"product_reference": "dhcp-devel-12:4.1.1-64.P1.el6_10.i686",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.1.1-64.P1.el6_10.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.s390"
},
"product_reference": "dhcp-devel-12:4.1.1-64.P1.el6_10.s390",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.1.1-64.P1.el6_10.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.s390x"
},
"product_reference": "dhcp-devel-12:4.1.1-64.P1.el6_10.s390x",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.1.1-64.P1.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.x86_64"
},
"product_reference": "dhcp-devel-12:4.1.1-64.P1.el6_10.x86_64",
"relates_to_product_reference": "6Server-optional-ELS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-25217",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"discovery_date": "2021-05-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1963258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Dynamic Host Configuration Protocol (DHCP). There is a discrepancy between the code that handles encapsulated option information in leases transmitted \"on the wire\" and the code which reads and parses lease information after it has been written to disk storage. This flaw allows an attacker to deliberately cause a situation where dhcpd while running in DHCPv4 or DHCPv6 mode, or the dhclient attempts to read a stored lease that contains option information, to trigger a stack-based buffer overflow in the option parsing code for colon-separated hex digits values. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dhcp: stack-based buffer overflow when parsing statements with colon-separated hex digits in config or lease files in dhcpd and dhclient",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To abuse this flaw an attacker has to be on the same local sub-net of the victim machine. An attacker may send crafted DHCP messages with long lease statements that, when stored locally on file and then re-read by dhclient or dhcpd, might trigger the bug.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-ELS:dhclient-12:4.1.1-64.P1.el6_10.i686",
"6Server-ELS:dhclient-12:4.1.1-64.P1.el6_10.s390x",
"6Server-ELS:dhclient-12:4.1.1-64.P1.el6_10.x86_64",
"6Server-ELS:dhcp-12:4.1.1-64.P1.el6_10.i686",
"6Server-ELS:dhcp-12:4.1.1-64.P1.el6_10.s390x",
"6Server-ELS:dhcp-12:4.1.1-64.P1.el6_10.src",
"6Server-ELS:dhcp-12:4.1.1-64.P1.el6_10.x86_64",
"6Server-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.i686",
"6Server-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.s390x",
"6Server-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.x86_64",
"6Server-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.i686",
"6Server-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390",
"6Server-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390x",
"6Server-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.x86_64",
"6Server-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.i686",
"6Server-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.s390",
"6Server-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.s390x",
"6Server-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.x86_64",
"6Server-optional-ELS:dhclient-12:4.1.1-64.P1.el6_10.i686",
"6Server-optional-ELS:dhclient-12:4.1.1-64.P1.el6_10.s390x",
"6Server-optional-ELS:dhclient-12:4.1.1-64.P1.el6_10.x86_64",
"6Server-optional-ELS:dhcp-12:4.1.1-64.P1.el6_10.i686",
"6Server-optional-ELS:dhcp-12:4.1.1-64.P1.el6_10.s390x",
"6Server-optional-ELS:dhcp-12:4.1.1-64.P1.el6_10.src",
"6Server-optional-ELS:dhcp-12:4.1.1-64.P1.el6_10.x86_64",
"6Server-optional-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.i686",
"6Server-optional-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.s390x",
"6Server-optional-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.x86_64",
"6Server-optional-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.i686",
"6Server-optional-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390",
"6Server-optional-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390x",
"6Server-optional-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.x86_64",
"6Server-optional-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.i686",
"6Server-optional-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.s390",
"6Server-optional-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.s390x",
"6Server-optional-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-25217"
},
{
"category": "external",
"summary": "RHBZ#1963258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1963258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-25217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25217"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-25217",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-25217"
},
{
"category": "external",
"summary": "https://kb.isc.org/docs/cve-2021-25217",
"url": "https://kb.isc.org/docs/cve-2021-25217"
}
],
"release_date": "2021-05-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-06-15T13:39:23+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"6Server-ELS:dhclient-12:4.1.1-64.P1.el6_10.i686",
"6Server-ELS:dhclient-12:4.1.1-64.P1.el6_10.s390x",
"6Server-ELS:dhclient-12:4.1.1-64.P1.el6_10.x86_64",
"6Server-ELS:dhcp-12:4.1.1-64.P1.el6_10.i686",
"6Server-ELS:dhcp-12:4.1.1-64.P1.el6_10.s390x",
"6Server-ELS:dhcp-12:4.1.1-64.P1.el6_10.src",
"6Server-ELS:dhcp-12:4.1.1-64.P1.el6_10.x86_64",
"6Server-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.i686",
"6Server-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.s390x",
"6Server-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.x86_64",
"6Server-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.i686",
"6Server-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390",
"6Server-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390x",
"6Server-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.x86_64",
"6Server-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.i686",
"6Server-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.s390",
"6Server-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.s390x",
"6Server-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.x86_64",
"6Server-optional-ELS:dhclient-12:4.1.1-64.P1.el6_10.i686",
"6Server-optional-ELS:dhclient-12:4.1.1-64.P1.el6_10.s390x",
"6Server-optional-ELS:dhclient-12:4.1.1-64.P1.el6_10.x86_64",
"6Server-optional-ELS:dhcp-12:4.1.1-64.P1.el6_10.i686",
"6Server-optional-ELS:dhcp-12:4.1.1-64.P1.el6_10.s390x",
"6Server-optional-ELS:dhcp-12:4.1.1-64.P1.el6_10.src",
"6Server-optional-ELS:dhcp-12:4.1.1-64.P1.el6_10.x86_64",
"6Server-optional-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.i686",
"6Server-optional-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.s390x",
"6Server-optional-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.x86_64",
"6Server-optional-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.i686",
"6Server-optional-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390",
"6Server-optional-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390x",
"6Server-optional-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.x86_64",
"6Server-optional-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.i686",
"6Server-optional-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.s390",
"6Server-optional-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.s390x",
"6Server-optional-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:2419"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"6Server-ELS:dhclient-12:4.1.1-64.P1.el6_10.i686",
"6Server-ELS:dhclient-12:4.1.1-64.P1.el6_10.s390x",
"6Server-ELS:dhclient-12:4.1.1-64.P1.el6_10.x86_64",
"6Server-ELS:dhcp-12:4.1.1-64.P1.el6_10.i686",
"6Server-ELS:dhcp-12:4.1.1-64.P1.el6_10.s390x",
"6Server-ELS:dhcp-12:4.1.1-64.P1.el6_10.src",
"6Server-ELS:dhcp-12:4.1.1-64.P1.el6_10.x86_64",
"6Server-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.i686",
"6Server-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.s390x",
"6Server-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.x86_64",
"6Server-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.i686",
"6Server-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390",
"6Server-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390x",
"6Server-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.x86_64",
"6Server-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.i686",
"6Server-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.s390",
"6Server-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.s390x",
"6Server-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.x86_64",
"6Server-optional-ELS:dhclient-12:4.1.1-64.P1.el6_10.i686",
"6Server-optional-ELS:dhclient-12:4.1.1-64.P1.el6_10.s390x",
"6Server-optional-ELS:dhclient-12:4.1.1-64.P1.el6_10.x86_64",
"6Server-optional-ELS:dhcp-12:4.1.1-64.P1.el6_10.i686",
"6Server-optional-ELS:dhcp-12:4.1.1-64.P1.el6_10.s390x",
"6Server-optional-ELS:dhcp-12:4.1.1-64.P1.el6_10.src",
"6Server-optional-ELS:dhcp-12:4.1.1-64.P1.el6_10.x86_64",
"6Server-optional-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.i686",
"6Server-optional-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.s390x",
"6Server-optional-ELS:dhcp-common-12:4.1.1-64.P1.el6_10.x86_64",
"6Server-optional-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.i686",
"6Server-optional-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390",
"6Server-optional-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.s390x",
"6Server-optional-ELS:dhcp-debuginfo-12:4.1.1-64.P1.el6_10.x86_64",
"6Server-optional-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.i686",
"6Server-optional-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.s390",
"6Server-optional-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.s390x",
"6Server-optional-ELS:dhcp-devel-12:4.1.1-64.P1.el6_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dhcp: stack-based buffer overflow when parsing statements with colon-separated hex digits in config or lease files in dhcpd and dhclient"
}
]
}
RHSA-2021:2420
Vulnerability from csaf_redhat - Published: 2021-06-14 21:01 - Updated: 2025-11-21 18:23A flaw was found in the Dynamic Host Configuration Protocol (DHCP). There is a discrepancy between the code that handles encapsulated option information in leases transmitted "on the wire" and the code which reads and parses lease information after it has been written to disk storage. This flaw allows an attacker to deliberately cause a situation where dhcpd while running in DHCPv4 or DHCPv6 mode, or the dhclient attempts to read a stored lease that contains option information, to trigger a stack-based buffer overflow in the option parsing code for colon-separated hex digits values. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-12:4.3.6-40.el8_2.2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-client-12:4.3.6-40.el8_2.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-client-12:4.3.6-40.el8_2.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-client-12:4.3.6-40.el8_2.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-client-12:4.3.6-40.el8_2.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-common-12:4.3.6-40.el8_2.2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-debuginfo-12:4.3.6-40.el8_2.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-debuginfo-12:4.3.6-40.el8_2.2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-debuginfo-12:4.3.6-40.el8_2.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-debuginfo-12:4.3.6-40.el8_2.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-debuginfo-12:4.3.6-40.el8_2.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-debugsource-12:4.3.6-40.el8_2.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-debugsource-12:4.3.6-40.el8_2.2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-debugsource-12:4.3.6-40.el8_2.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-debugsource-12:4.3.6-40.el8_2.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-debugsource-12:4.3.6-40.el8_2.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-libs-12:4.3.6-40.el8_2.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-libs-12:4.3.6-40.el8_2.2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-libs-12:4.3.6-40.el8_2.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-libs-12:4.3.6-40.el8_2.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-libs-12:4.3.6-40.el8_2.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-relay-12:4.3.6-40.el8_2.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-relay-12:4.3.6-40.el8_2.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-relay-12:4.3.6-40.el8_2.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-relay-12:4.3.6-40.el8_2.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-server-12:4.3.6-40.el8_2.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-server-12:4.3.6-40.el8_2.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-server-12:4.3.6-40.el8_2.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-server-12:4.3.6-40.el8_2.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.2.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for dhcp is now available for Red Hat Enterprise Linux 8.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Dynamic Host Configuration Protocol (DHCP) is a protocol that allows individual devices on an IP network to get their own network configuration information, including an IP address, a subnet mask, and a broadcast address. The dhcp packages provide a relay agent and ISC DHCP service required to enable and administer DHCP on a network.\n\nSecurity Fix(es):\n\n* dhcp: stack-based buffer overflow when parsing statements with colon-separated hex digits in config or lease files in dhcpd and dhclient (CVE-2021-25217)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2021:2420",
"url": "https://access.redhat.com/errata/RHSA-2021:2420"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "1963258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1963258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_2420.json"
}
],
"title": "Red Hat Security Advisory: dhcp security update",
"tracking": {
"current_release_date": "2025-11-21T18:23:32+00:00",
"generator": {
"date": "2025-11-21T18:23:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2021:2420",
"initial_release_date": "2021-06-14T21:01:53+00:00",
"revision_history": [
{
"date": "2021-06-14T21:01:53+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-06-14T21:01:53+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:23:32+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:8.2::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-12:4.3.6-40.el8_2.2.src",
"product": {
"name": "dhcp-12:4.3.6-40.el8_2.2.src",
"product_id": "dhcp-12:4.3.6-40.el8_2.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp@4.3.6-40.el8_2.2?arch=src\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-client-12:4.3.6-40.el8_2.2.aarch64",
"product": {
"name": "dhcp-client-12:4.3.6-40.el8_2.2.aarch64",
"product_id": "dhcp-client-12:4.3.6-40.el8_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-client@4.3.6-40.el8_2.2?arch=aarch64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-12:4.3.6-40.el8_2.2.aarch64",
"product": {
"name": "dhcp-libs-12:4.3.6-40.el8_2.2.aarch64",
"product_id": "dhcp-libs-12:4.3.6-40.el8_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.3.6-40.el8_2.2?arch=aarch64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-relay-12:4.3.6-40.el8_2.2.aarch64",
"product": {
"name": "dhcp-relay-12:4.3.6-40.el8_2.2.aarch64",
"product_id": "dhcp-relay-12:4.3.6-40.el8_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-relay@4.3.6-40.el8_2.2?arch=aarch64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-server-12:4.3.6-40.el8_2.2.aarch64",
"product": {
"name": "dhcp-server-12:4.3.6-40.el8_2.2.aarch64",
"product_id": "dhcp-server-12:4.3.6-40.el8_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-server@4.3.6-40.el8_2.2?arch=aarch64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debugsource-12:4.3.6-40.el8_2.2.aarch64",
"product": {
"name": "dhcp-debugsource-12:4.3.6-40.el8_2.2.aarch64",
"product_id": "dhcp-debugsource-12:4.3.6-40.el8_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debugsource@4.3.6-40.el8_2.2?arch=aarch64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"product": {
"name": "dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"product_id": "dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-client-debuginfo@4.3.6-40.el8_2.2?arch=aarch64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"product": {
"name": "dhcp-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"product_id": "dhcp-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.3.6-40.el8_2.2?arch=aarch64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"product": {
"name": "dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"product_id": "dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs-debuginfo@4.3.6-40.el8_2.2?arch=aarch64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"product": {
"name": "dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"product_id": "dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-relay-debuginfo@4.3.6-40.el8_2.2?arch=aarch64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"product": {
"name": "dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"product_id": "dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-server-debuginfo@4.3.6-40.el8_2.2?arch=aarch64\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-client-12:4.3.6-40.el8_2.2.ppc64le",
"product": {
"name": "dhcp-client-12:4.3.6-40.el8_2.2.ppc64le",
"product_id": "dhcp-client-12:4.3.6-40.el8_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-client@4.3.6-40.el8_2.2?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-12:4.3.6-40.el8_2.2.ppc64le",
"product": {
"name": "dhcp-libs-12:4.3.6-40.el8_2.2.ppc64le",
"product_id": "dhcp-libs-12:4.3.6-40.el8_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.3.6-40.el8_2.2?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-relay-12:4.3.6-40.el8_2.2.ppc64le",
"product": {
"name": "dhcp-relay-12:4.3.6-40.el8_2.2.ppc64le",
"product_id": "dhcp-relay-12:4.3.6-40.el8_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-relay@4.3.6-40.el8_2.2?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-server-12:4.3.6-40.el8_2.2.ppc64le",
"product": {
"name": "dhcp-server-12:4.3.6-40.el8_2.2.ppc64le",
"product_id": "dhcp-server-12:4.3.6-40.el8_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-server@4.3.6-40.el8_2.2?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debugsource-12:4.3.6-40.el8_2.2.ppc64le",
"product": {
"name": "dhcp-debugsource-12:4.3.6-40.el8_2.2.ppc64le",
"product_id": "dhcp-debugsource-12:4.3.6-40.el8_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debugsource@4.3.6-40.el8_2.2?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"product": {
"name": "dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"product_id": "dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-client-debuginfo@4.3.6-40.el8_2.2?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"product": {
"name": "dhcp-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"product_id": "dhcp-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.3.6-40.el8_2.2?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"product": {
"name": "dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"product_id": "dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs-debuginfo@4.3.6-40.el8_2.2?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"product": {
"name": "dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"product_id": "dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-relay-debuginfo@4.3.6-40.el8_2.2?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"product": {
"name": "dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"product_id": "dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-server-debuginfo@4.3.6-40.el8_2.2?arch=ppc64le\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-client-12:4.3.6-40.el8_2.2.x86_64",
"product": {
"name": "dhcp-client-12:4.3.6-40.el8_2.2.x86_64",
"product_id": "dhcp-client-12:4.3.6-40.el8_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-client@4.3.6-40.el8_2.2?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-12:4.3.6-40.el8_2.2.x86_64",
"product": {
"name": "dhcp-libs-12:4.3.6-40.el8_2.2.x86_64",
"product_id": "dhcp-libs-12:4.3.6-40.el8_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.3.6-40.el8_2.2?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-relay-12:4.3.6-40.el8_2.2.x86_64",
"product": {
"name": "dhcp-relay-12:4.3.6-40.el8_2.2.x86_64",
"product_id": "dhcp-relay-12:4.3.6-40.el8_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-relay@4.3.6-40.el8_2.2?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-server-12:4.3.6-40.el8_2.2.x86_64",
"product": {
"name": "dhcp-server-12:4.3.6-40.el8_2.2.x86_64",
"product_id": "dhcp-server-12:4.3.6-40.el8_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-server@4.3.6-40.el8_2.2?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debugsource-12:4.3.6-40.el8_2.2.x86_64",
"product": {
"name": "dhcp-debugsource-12:4.3.6-40.el8_2.2.x86_64",
"product_id": "dhcp-debugsource-12:4.3.6-40.el8_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debugsource@4.3.6-40.el8_2.2?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"product": {
"name": "dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"product_id": "dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-client-debuginfo@4.3.6-40.el8_2.2?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"product": {
"name": "dhcp-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"product_id": "dhcp-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.3.6-40.el8_2.2?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"product": {
"name": "dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"product_id": "dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs-debuginfo@4.3.6-40.el8_2.2?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"product": {
"name": "dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"product_id": "dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-relay-debuginfo@4.3.6-40.el8_2.2?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"product": {
"name": "dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"product_id": "dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-server-debuginfo@4.3.6-40.el8_2.2?arch=x86_64\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-libs-12:4.3.6-40.el8_2.2.i686",
"product": {
"name": "dhcp-libs-12:4.3.6-40.el8_2.2.i686",
"product_id": "dhcp-libs-12:4.3.6-40.el8_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.3.6-40.el8_2.2?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debugsource-12:4.3.6-40.el8_2.2.i686",
"product": {
"name": "dhcp-debugsource-12:4.3.6-40.el8_2.2.i686",
"product_id": "dhcp-debugsource-12:4.3.6-40.el8_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debugsource@4.3.6-40.el8_2.2?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.i686",
"product": {
"name": "dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.i686",
"product_id": "dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-client-debuginfo@4.3.6-40.el8_2.2?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.3.6-40.el8_2.2.i686",
"product": {
"name": "dhcp-debuginfo-12:4.3.6-40.el8_2.2.i686",
"product_id": "dhcp-debuginfo-12:4.3.6-40.el8_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.3.6-40.el8_2.2?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.i686",
"product": {
"name": "dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.i686",
"product_id": "dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs-debuginfo@4.3.6-40.el8_2.2?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.i686",
"product": {
"name": "dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.i686",
"product_id": "dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-relay-debuginfo@4.3.6-40.el8_2.2?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.i686",
"product": {
"name": "dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.i686",
"product_id": "dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-server-debuginfo@4.3.6-40.el8_2.2?arch=i686\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-client-12:4.3.6-40.el8_2.2.s390x",
"product": {
"name": "dhcp-client-12:4.3.6-40.el8_2.2.s390x",
"product_id": "dhcp-client-12:4.3.6-40.el8_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-client@4.3.6-40.el8_2.2?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-12:4.3.6-40.el8_2.2.s390x",
"product": {
"name": "dhcp-libs-12:4.3.6-40.el8_2.2.s390x",
"product_id": "dhcp-libs-12:4.3.6-40.el8_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.3.6-40.el8_2.2?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-relay-12:4.3.6-40.el8_2.2.s390x",
"product": {
"name": "dhcp-relay-12:4.3.6-40.el8_2.2.s390x",
"product_id": "dhcp-relay-12:4.3.6-40.el8_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-relay@4.3.6-40.el8_2.2?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-server-12:4.3.6-40.el8_2.2.s390x",
"product": {
"name": "dhcp-server-12:4.3.6-40.el8_2.2.s390x",
"product_id": "dhcp-server-12:4.3.6-40.el8_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-server@4.3.6-40.el8_2.2?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debugsource-12:4.3.6-40.el8_2.2.s390x",
"product": {
"name": "dhcp-debugsource-12:4.3.6-40.el8_2.2.s390x",
"product_id": "dhcp-debugsource-12:4.3.6-40.el8_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debugsource@4.3.6-40.el8_2.2?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"product": {
"name": "dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"product_id": "dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-client-debuginfo@4.3.6-40.el8_2.2?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"product": {
"name": "dhcp-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"product_id": "dhcp-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.3.6-40.el8_2.2?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"product": {
"name": "dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"product_id": "dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs-debuginfo@4.3.6-40.el8_2.2?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"product": {
"name": "dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"product_id": "dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-relay-debuginfo@4.3.6-40.el8_2.2?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"product": {
"name": "dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"product_id": "dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-server-debuginfo@4.3.6-40.el8_2.2?arch=s390x\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-common-12:4.3.6-40.el8_2.2.noarch",
"product": {
"name": "dhcp-common-12:4.3.6-40.el8_2.2.noarch",
"product_id": "dhcp-common-12:4.3.6-40.el8_2.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-common@4.3.6-40.el8_2.2?arch=noarch\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.3.6-40.el8_2.2.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-12:4.3.6-40.el8_2.2.src"
},
"product_reference": "dhcp-12:4.3.6-40.el8_2.2.src",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-12:4.3.6-40.el8_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-client-12:4.3.6-40.el8_2.2.aarch64"
},
"product_reference": "dhcp-client-12:4.3.6-40.el8_2.2.aarch64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-12:4.3.6-40.el8_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-client-12:4.3.6-40.el8_2.2.ppc64le"
},
"product_reference": "dhcp-client-12:4.3.6-40.el8_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-12:4.3.6-40.el8_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-client-12:4.3.6-40.el8_2.2.s390x"
},
"product_reference": "dhcp-client-12:4.3.6-40.el8_2.2.s390x",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-12:4.3.6-40.el8_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-client-12:4.3.6-40.el8_2.2.x86_64"
},
"product_reference": "dhcp-client-12:4.3.6-40.el8_2.2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.aarch64"
},
"product_reference": "dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.i686"
},
"product_reference": "dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.ppc64le"
},
"product_reference": "dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.s390x"
},
"product_reference": "dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.x86_64"
},
"product_reference": "dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.3.6-40.el8_2.2.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-common-12:4.3.6-40.el8_2.2.noarch"
},
"product_reference": "dhcp-common-12:4.3.6-40.el8_2.2.noarch",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.3.6-40.el8_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-debuginfo-12:4.3.6-40.el8_2.2.aarch64"
},
"product_reference": "dhcp-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.3.6-40.el8_2.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-debuginfo-12:4.3.6-40.el8_2.2.i686"
},
"product_reference": "dhcp-debuginfo-12:4.3.6-40.el8_2.2.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.3.6-40.el8_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-debuginfo-12:4.3.6-40.el8_2.2.ppc64le"
},
"product_reference": "dhcp-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.3.6-40.el8_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-debuginfo-12:4.3.6-40.el8_2.2.s390x"
},
"product_reference": "dhcp-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.3.6-40.el8_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-debuginfo-12:4.3.6-40.el8_2.2.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debugsource-12:4.3.6-40.el8_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-debugsource-12:4.3.6-40.el8_2.2.aarch64"
},
"product_reference": "dhcp-debugsource-12:4.3.6-40.el8_2.2.aarch64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debugsource-12:4.3.6-40.el8_2.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-debugsource-12:4.3.6-40.el8_2.2.i686"
},
"product_reference": "dhcp-debugsource-12:4.3.6-40.el8_2.2.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debugsource-12:4.3.6-40.el8_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-debugsource-12:4.3.6-40.el8_2.2.ppc64le"
},
"product_reference": "dhcp-debugsource-12:4.3.6-40.el8_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debugsource-12:4.3.6-40.el8_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-debugsource-12:4.3.6-40.el8_2.2.s390x"
},
"product_reference": "dhcp-debugsource-12:4.3.6-40.el8_2.2.s390x",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debugsource-12:4.3.6-40.el8_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-debugsource-12:4.3.6-40.el8_2.2.x86_64"
},
"product_reference": "dhcp-debugsource-12:4.3.6-40.el8_2.2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.3.6-40.el8_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-libs-12:4.3.6-40.el8_2.2.aarch64"
},
"product_reference": "dhcp-libs-12:4.3.6-40.el8_2.2.aarch64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.3.6-40.el8_2.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-libs-12:4.3.6-40.el8_2.2.i686"
},
"product_reference": "dhcp-libs-12:4.3.6-40.el8_2.2.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.3.6-40.el8_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-libs-12:4.3.6-40.el8_2.2.ppc64le"
},
"product_reference": "dhcp-libs-12:4.3.6-40.el8_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.3.6-40.el8_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-libs-12:4.3.6-40.el8_2.2.s390x"
},
"product_reference": "dhcp-libs-12:4.3.6-40.el8_2.2.s390x",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.3.6-40.el8_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-libs-12:4.3.6-40.el8_2.2.x86_64"
},
"product_reference": "dhcp-libs-12:4.3.6-40.el8_2.2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.aarch64"
},
"product_reference": "dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.i686"
},
"product_reference": "dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.ppc64le"
},
"product_reference": "dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.s390x"
},
"product_reference": "dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.x86_64"
},
"product_reference": "dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-12:4.3.6-40.el8_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-relay-12:4.3.6-40.el8_2.2.aarch64"
},
"product_reference": "dhcp-relay-12:4.3.6-40.el8_2.2.aarch64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-12:4.3.6-40.el8_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-relay-12:4.3.6-40.el8_2.2.ppc64le"
},
"product_reference": "dhcp-relay-12:4.3.6-40.el8_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-12:4.3.6-40.el8_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-relay-12:4.3.6-40.el8_2.2.s390x"
},
"product_reference": "dhcp-relay-12:4.3.6-40.el8_2.2.s390x",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-12:4.3.6-40.el8_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-relay-12:4.3.6-40.el8_2.2.x86_64"
},
"product_reference": "dhcp-relay-12:4.3.6-40.el8_2.2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.aarch64"
},
"product_reference": "dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.i686"
},
"product_reference": "dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.ppc64le"
},
"product_reference": "dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.s390x"
},
"product_reference": "dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.x86_64"
},
"product_reference": "dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-12:4.3.6-40.el8_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-server-12:4.3.6-40.el8_2.2.aarch64"
},
"product_reference": "dhcp-server-12:4.3.6-40.el8_2.2.aarch64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-12:4.3.6-40.el8_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-server-12:4.3.6-40.el8_2.2.ppc64le"
},
"product_reference": "dhcp-server-12:4.3.6-40.el8_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-12:4.3.6-40.el8_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-server-12:4.3.6-40.el8_2.2.s390x"
},
"product_reference": "dhcp-server-12:4.3.6-40.el8_2.2.s390x",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-12:4.3.6-40.el8_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-server-12:4.3.6-40.el8_2.2.x86_64"
},
"product_reference": "dhcp-server-12:4.3.6-40.el8_2.2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.aarch64"
},
"product_reference": "dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.i686"
},
"product_reference": "dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.ppc64le"
},
"product_reference": "dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.s390x"
},
"product_reference": "dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.x86_64"
},
"product_reference": "dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-25217",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"discovery_date": "2021-05-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1963258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Dynamic Host Configuration Protocol (DHCP). There is a discrepancy between the code that handles encapsulated option information in leases transmitted \"on the wire\" and the code which reads and parses lease information after it has been written to disk storage. This flaw allows an attacker to deliberately cause a situation where dhcpd while running in DHCPv4 or DHCPv6 mode, or the dhclient attempts to read a stored lease that contains option information, to trigger a stack-based buffer overflow in the option parsing code for colon-separated hex digits values. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dhcp: stack-based buffer overflow when parsing statements with colon-separated hex digits in config or lease files in dhcpd and dhclient",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To abuse this flaw an attacker has to be on the same local sub-net of the victim machine. An attacker may send crafted DHCP messages with long lease statements that, when stored locally on file and then re-read by dhclient or dhcpd, might trigger the bug.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.2.0.Z.EUS:dhcp-12:4.3.6-40.el8_2.2.src",
"BaseOS-8.2.0.Z.EUS:dhcp-client-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-client-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-client-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-client-12:4.3.6-40.el8_2.2.x86_64",
"BaseOS-8.2.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.i686",
"BaseOS-8.2.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"BaseOS-8.2.0.Z.EUS:dhcp-common-12:4.3.6-40.el8_2.2.noarch",
"BaseOS-8.2.0.Z.EUS:dhcp-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-debuginfo-12:4.3.6-40.el8_2.2.i686",
"BaseOS-8.2.0.Z.EUS:dhcp-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"BaseOS-8.2.0.Z.EUS:dhcp-debugsource-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-debugsource-12:4.3.6-40.el8_2.2.i686",
"BaseOS-8.2.0.Z.EUS:dhcp-debugsource-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-debugsource-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-debugsource-12:4.3.6-40.el8_2.2.x86_64",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-12:4.3.6-40.el8_2.2.i686",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-12:4.3.6-40.el8_2.2.x86_64",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.i686",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"BaseOS-8.2.0.Z.EUS:dhcp-relay-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-relay-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-relay-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-relay-12:4.3.6-40.el8_2.2.x86_64",
"BaseOS-8.2.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.i686",
"BaseOS-8.2.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"BaseOS-8.2.0.Z.EUS:dhcp-server-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-server-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-server-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-server-12:4.3.6-40.el8_2.2.x86_64",
"BaseOS-8.2.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.i686",
"BaseOS-8.2.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-25217"
},
{
"category": "external",
"summary": "RHBZ#1963258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1963258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-25217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25217"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-25217",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-25217"
},
{
"category": "external",
"summary": "https://kb.isc.org/docs/cve-2021-25217",
"url": "https://kb.isc.org/docs/cve-2021-25217"
}
],
"release_date": "2021-05-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-06-14T21:01:53+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"BaseOS-8.2.0.Z.EUS:dhcp-12:4.3.6-40.el8_2.2.src",
"BaseOS-8.2.0.Z.EUS:dhcp-client-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-client-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-client-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-client-12:4.3.6-40.el8_2.2.x86_64",
"BaseOS-8.2.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.i686",
"BaseOS-8.2.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"BaseOS-8.2.0.Z.EUS:dhcp-common-12:4.3.6-40.el8_2.2.noarch",
"BaseOS-8.2.0.Z.EUS:dhcp-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-debuginfo-12:4.3.6-40.el8_2.2.i686",
"BaseOS-8.2.0.Z.EUS:dhcp-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"BaseOS-8.2.0.Z.EUS:dhcp-debugsource-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-debugsource-12:4.3.6-40.el8_2.2.i686",
"BaseOS-8.2.0.Z.EUS:dhcp-debugsource-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-debugsource-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-debugsource-12:4.3.6-40.el8_2.2.x86_64",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-12:4.3.6-40.el8_2.2.i686",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-12:4.3.6-40.el8_2.2.x86_64",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.i686",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"BaseOS-8.2.0.Z.EUS:dhcp-relay-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-relay-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-relay-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-relay-12:4.3.6-40.el8_2.2.x86_64",
"BaseOS-8.2.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.i686",
"BaseOS-8.2.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"BaseOS-8.2.0.Z.EUS:dhcp-server-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-server-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-server-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-server-12:4.3.6-40.el8_2.2.x86_64",
"BaseOS-8.2.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.i686",
"BaseOS-8.2.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:2420"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.2.0.Z.EUS:dhcp-12:4.3.6-40.el8_2.2.src",
"BaseOS-8.2.0.Z.EUS:dhcp-client-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-client-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-client-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-client-12:4.3.6-40.el8_2.2.x86_64",
"BaseOS-8.2.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.i686",
"BaseOS-8.2.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-client-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"BaseOS-8.2.0.Z.EUS:dhcp-common-12:4.3.6-40.el8_2.2.noarch",
"BaseOS-8.2.0.Z.EUS:dhcp-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-debuginfo-12:4.3.6-40.el8_2.2.i686",
"BaseOS-8.2.0.Z.EUS:dhcp-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"BaseOS-8.2.0.Z.EUS:dhcp-debugsource-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-debugsource-12:4.3.6-40.el8_2.2.i686",
"BaseOS-8.2.0.Z.EUS:dhcp-debugsource-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-debugsource-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-debugsource-12:4.3.6-40.el8_2.2.x86_64",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-12:4.3.6-40.el8_2.2.i686",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-12:4.3.6-40.el8_2.2.x86_64",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.i686",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-libs-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"BaseOS-8.2.0.Z.EUS:dhcp-relay-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-relay-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-relay-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-relay-12:4.3.6-40.el8_2.2.x86_64",
"BaseOS-8.2.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.i686",
"BaseOS-8.2.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-relay-debuginfo-12:4.3.6-40.el8_2.2.x86_64",
"BaseOS-8.2.0.Z.EUS:dhcp-server-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-server-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-server-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-server-12:4.3.6-40.el8_2.2.x86_64",
"BaseOS-8.2.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.aarch64",
"BaseOS-8.2.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.i686",
"BaseOS-8.2.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.ppc64le",
"BaseOS-8.2.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.s390x",
"BaseOS-8.2.0.Z.EUS:dhcp-server-debuginfo-12:4.3.6-40.el8_2.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dhcp: stack-based buffer overflow when parsing statements with colon-separated hex digits in config or lease files in dhcpd and dhclient"
}
]
}
RHSA-2021:2469
Vulnerability from csaf_redhat - Published: 2021-06-17 11:43 - Updated: 2025-11-21 18:23A flaw was found in the Dynamic Host Configuration Protocol (DHCP). There is a discrepancy between the code that handles encapsulated option information in leases transmitted "on the wire" and the code which reads and parses lease information after it has been written to disk storage. This flaw allows an attacker to deliberately cause a situation where dhcpd while running in DHCPv4 or DHCPv6 mode, or the dhclient attempts to read a stored lease that contains option information, to trigger a stack-based buffer overflow in the option parsing code for colon-separated hex digits values. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-7.6.AUS:dhclient-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.AUS:dhcp-12:4.2.5-69.el7_6.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.AUS:dhcp-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.AUS:dhcp-common-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.AUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.AUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.AUS:dhcp-devel-12:4.2.5-69.el7_6.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.AUS:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.AUS:dhcp-libs-12:4.2.5-69.el7_6.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.AUS:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.E4S:dhclient-12:4.2.5-69.el7_6.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.E4S:dhclient-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.E4S:dhcp-common-12:4.2.5-69.el7_6.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.E4S:dhcp-common-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.TUS:dhclient-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.TUS:dhcp-12:4.2.5-69.el7_6.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.TUS:dhcp-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.TUS:dhcp-common-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.TUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.TUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.TUS:dhcp-devel-12:4.2.5-69.el7_6.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.TUS:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.TUS:dhcp-libs-12:4.2.5-69.el7_6.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.TUS:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.AUS:dhclient-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.AUS:dhcp-12:4.2.5-69.el7_6.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.AUS:dhcp-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.AUS:dhcp-common-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.AUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.AUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.AUS:dhcp-devel-12:4.2.5-69.el7_6.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.AUS:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.AUS:dhcp-libs-12:4.2.5-69.el7_6.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.AUS:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.E4S:dhclient-12:4.2.5-69.el7_6.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.E4S:dhclient-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.E4S:dhcp-common-12:4.2.5-69.el7_6.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.E4S:dhcp-common-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.TUS:dhclient-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.TUS:dhcp-12:4.2.5-69.el7_6.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.TUS:dhcp-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.TUS:dhcp-common-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.TUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.TUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.TUS:dhcp-devel-12:4.2.5-69.el7_6.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.TUS:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.TUS:dhcp-libs-12:4.2.5-69.el7_6.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.6.TUS:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for dhcp is now available for Red Hat Enterprise Linux 7.6 Advanced Update Support, Red Hat Enterprise Linux 7.6 Telco Extended Update Support, and Red Hat Enterprise Linux 7.6 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Dynamic Host Configuration Protocol (DHCP) is a protocol that allows individual devices on an IP network to get their own network configuration information, including an IP address, a subnet mask, and a broadcast address. The dhcp packages provide a relay agent and ISC DHCP service required to enable and administer DHCP on a network.\n\nSecurity Fix(es):\n\n* dhcp: stack-based buffer overflow when parsing statements with colon-separated hex digits in config or lease files in dhcpd and dhclient (CVE-2021-25217)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2021:2469",
"url": "https://access.redhat.com/errata/RHSA-2021:2469"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "1963258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1963258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_2469.json"
}
],
"title": "Red Hat Security Advisory: dhcp security update",
"tracking": {
"current_release_date": "2025-11-21T18:23:35+00:00",
"generator": {
"date": "2025-11-21T18:23:35+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2021:2469",
"initial_release_date": "2021-06-17T11:43:58+00:00",
"revision_history": [
{
"date": "2021-06-17T11:43:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-06-17T11:43:58+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:23:35+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server AUS (v. 7.6)",
"product": {
"name": "Red Hat Enterprise Linux Server AUS (v. 7.6)",
"product_id": "7Server-7.6.AUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_aus:7.6::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional AUS (v. 7.6)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional AUS (v. 7.6)",
"product_id": "7Server-optional-7.6.AUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_aus:7.6::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server E4S (v. 7.6)",
"product": {
"name": "Red Hat Enterprise Linux Server E4S (v. 7.6)",
"product_id": "7Server-7.6.E4S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_e4s:7.6::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional E4S (v. 7.6)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional E4S (v. 7.6)",
"product_id": "7Server-optional-7.6.E4S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_e4s:7.6::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server TUS (v. 7.6)",
"product": {
"name": "Red Hat Enterprise Linux Server TUS (v. 7.6)",
"product_id": "7Server-7.6.TUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_tus:7.6::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional TUS (v. 7.6)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional TUS (v. 7.6)",
"product_id": "7Server-optional-7.6.TUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_tus:7.6::server"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "dhclient-12:4.2.5-69.el7_6.1.x86_64",
"product": {
"name": "dhclient-12:4.2.5-69.el7_6.1.x86_64",
"product_id": "dhclient-12:4.2.5-69.el7_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhclient@4.2.5-69.el7_6.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-12:4.2.5-69.el7_6.1.x86_64",
"product": {
"name": "dhcp-12:4.2.5-69.el7_6.1.x86_64",
"product_id": "dhcp-12:4.2.5-69.el7_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp@4.2.5-69.el7_6.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-common-12:4.2.5-69.el7_6.1.x86_64",
"product": {
"name": "dhcp-common-12:4.2.5-69.el7_6.1.x86_64",
"product_id": "dhcp-common-12:4.2.5-69.el7_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-common@4.2.5-69.el7_6.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-12:4.2.5-69.el7_6.1.x86_64",
"product": {
"name": "dhcp-libs-12:4.2.5-69.el7_6.1.x86_64",
"product_id": "dhcp-libs-12:4.2.5-69.el7_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.2.5-69.el7_6.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64",
"product": {
"name": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64",
"product_id": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.2.5-69.el7_6.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-devel-12:4.2.5-69.el7_6.1.x86_64",
"product": {
"name": "dhcp-devel-12:4.2.5-69.el7_6.1.x86_64",
"product_id": "dhcp-devel-12:4.2.5-69.el7_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-devel@4.2.5-69.el7_6.1?arch=x86_64\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-libs-12:4.2.5-69.el7_6.1.i686",
"product": {
"name": "dhcp-libs-12:4.2.5-69.el7_6.1.i686",
"product_id": "dhcp-libs-12:4.2.5-69.el7_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.2.5-69.el7_6.1?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686",
"product": {
"name": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686",
"product_id": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.2.5-69.el7_6.1?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-devel-12:4.2.5-69.el7_6.1.i686",
"product": {
"name": "dhcp-devel-12:4.2.5-69.el7_6.1.i686",
"product_id": "dhcp-devel-12:4.2.5-69.el7_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-devel@4.2.5-69.el7_6.1?arch=i686\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-12:4.2.5-69.el7_6.1.src",
"product": {
"name": "dhcp-12:4.2.5-69.el7_6.1.src",
"product_id": "dhcp-12:4.2.5-69.el7_6.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp@4.2.5-69.el7_6.1?arch=src\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-devel-12:4.2.5-69.el7_6.1.ppc64le",
"product": {
"name": "dhcp-devel-12:4.2.5-69.el7_6.1.ppc64le",
"product_id": "dhcp-devel-12:4.2.5-69.el7_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-devel@4.2.5-69.el7_6.1?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.ppc64le",
"product": {
"name": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.ppc64le",
"product_id": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.2.5-69.el7_6.1?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhclient-12:4.2.5-69.el7_6.1.ppc64le",
"product": {
"name": "dhclient-12:4.2.5-69.el7_6.1.ppc64le",
"product_id": "dhclient-12:4.2.5-69.el7_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhclient@4.2.5-69.el7_6.1?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-12:4.2.5-69.el7_6.1.ppc64le",
"product": {
"name": "dhcp-12:4.2.5-69.el7_6.1.ppc64le",
"product_id": "dhcp-12:4.2.5-69.el7_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp@4.2.5-69.el7_6.1?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-common-12:4.2.5-69.el7_6.1.ppc64le",
"product": {
"name": "dhcp-common-12:4.2.5-69.el7_6.1.ppc64le",
"product_id": "dhcp-common-12:4.2.5-69.el7_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-common@4.2.5-69.el7_6.1?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-12:4.2.5-69.el7_6.1.ppc64le",
"product": {
"name": "dhcp-libs-12:4.2.5-69.el7_6.1.ppc64le",
"product_id": "dhcp-libs-12:4.2.5-69.el7_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.2.5-69.el7_6.1?arch=ppc64le\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.6)",
"product_id": "7Server-7.6.AUS:dhclient-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhclient-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-7.6.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-69.el7_6.1.src as a component of Red Hat Enterprise Linux Server AUS (v. 7.6)",
"product_id": "7Server-7.6.AUS:dhcp-12:4.2.5-69.el7_6.1.src"
},
"product_reference": "dhcp-12:4.2.5-69.el7_6.1.src",
"relates_to_product_reference": "7Server-7.6.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.6)",
"product_id": "7Server-7.6.AUS:dhcp-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-7.6.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.6)",
"product_id": "7Server-7.6.AUS:dhcp-common-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-common-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-7.6.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.6)",
"product_id": "7Server-7.6.AUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686",
"relates_to_product_reference": "7Server-7.6.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.6)",
"product_id": "7Server-7.6.AUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-7.6.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-69.el7_6.1.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.6)",
"product_id": "7Server-7.6.AUS:dhcp-devel-12:4.2.5-69.el7_6.1.i686"
},
"product_reference": "dhcp-devel-12:4.2.5-69.el7_6.1.i686",
"relates_to_product_reference": "7Server-7.6.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.6)",
"product_id": "7Server-7.6.AUS:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-devel-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-7.6.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-69.el7_6.1.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.6)",
"product_id": "7Server-7.6.AUS:dhcp-libs-12:4.2.5-69.el7_6.1.i686"
},
"product_reference": "dhcp-libs-12:4.2.5-69.el7_6.1.i686",
"relates_to_product_reference": "7Server-7.6.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.6)",
"product_id": "7Server-7.6.AUS:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-libs-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-7.6.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-69.el7_6.1.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)",
"product_id": "7Server-7.6.E4S:dhclient-12:4.2.5-69.el7_6.1.ppc64le"
},
"product_reference": "dhclient-12:4.2.5-69.el7_6.1.ppc64le",
"relates_to_product_reference": "7Server-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)",
"product_id": "7Server-7.6.E4S:dhclient-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhclient-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-69.el7_6.1.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)",
"product_id": "7Server-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.ppc64le"
},
"product_reference": "dhcp-12:4.2.5-69.el7_6.1.ppc64le",
"relates_to_product_reference": "7Server-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-69.el7_6.1.src as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)",
"product_id": "7Server-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.src"
},
"product_reference": "dhcp-12:4.2.5-69.el7_6.1.src",
"relates_to_product_reference": "7Server-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)",
"product_id": "7Server-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-69.el7_6.1.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)",
"product_id": "7Server-7.6.E4S:dhcp-common-12:4.2.5-69.el7_6.1.ppc64le"
},
"product_reference": "dhcp-common-12:4.2.5-69.el7_6.1.ppc64le",
"relates_to_product_reference": "7Server-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)",
"product_id": "7Server-7.6.E4S:dhcp-common-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-common-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686 as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)",
"product_id": "7Server-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686",
"relates_to_product_reference": "7Server-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)",
"product_id": "7Server-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.ppc64le"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.ppc64le",
"relates_to_product_reference": "7Server-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)",
"product_id": "7Server-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-69.el7_6.1.i686 as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)",
"product_id": "7Server-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.i686"
},
"product_reference": "dhcp-devel-12:4.2.5-69.el7_6.1.i686",
"relates_to_product_reference": "7Server-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-69.el7_6.1.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)",
"product_id": "7Server-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.ppc64le"
},
"product_reference": "dhcp-devel-12:4.2.5-69.el7_6.1.ppc64le",
"relates_to_product_reference": "7Server-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)",
"product_id": "7Server-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-devel-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-69.el7_6.1.i686 as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)",
"product_id": "7Server-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.i686"
},
"product_reference": "dhcp-libs-12:4.2.5-69.el7_6.1.i686",
"relates_to_product_reference": "7Server-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-69.el7_6.1.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)",
"product_id": "7Server-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.ppc64le"
},
"product_reference": "dhcp-libs-12:4.2.5-69.el7_6.1.ppc64le",
"relates_to_product_reference": "7Server-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)",
"product_id": "7Server-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-libs-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.6)",
"product_id": "7Server-7.6.TUS:dhclient-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhclient-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-7.6.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-69.el7_6.1.src as a component of Red Hat Enterprise Linux Server TUS (v. 7.6)",
"product_id": "7Server-7.6.TUS:dhcp-12:4.2.5-69.el7_6.1.src"
},
"product_reference": "dhcp-12:4.2.5-69.el7_6.1.src",
"relates_to_product_reference": "7Server-7.6.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.6)",
"product_id": "7Server-7.6.TUS:dhcp-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-7.6.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.6)",
"product_id": "7Server-7.6.TUS:dhcp-common-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-common-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-7.6.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686 as a component of Red Hat Enterprise Linux Server TUS (v. 7.6)",
"product_id": "7Server-7.6.TUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686",
"relates_to_product_reference": "7Server-7.6.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.6)",
"product_id": "7Server-7.6.TUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-7.6.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-69.el7_6.1.i686 as a component of Red Hat Enterprise Linux Server TUS (v. 7.6)",
"product_id": "7Server-7.6.TUS:dhcp-devel-12:4.2.5-69.el7_6.1.i686"
},
"product_reference": "dhcp-devel-12:4.2.5-69.el7_6.1.i686",
"relates_to_product_reference": "7Server-7.6.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.6)",
"product_id": "7Server-7.6.TUS:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-devel-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-7.6.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-69.el7_6.1.i686 as a component of Red Hat Enterprise Linux Server TUS (v. 7.6)",
"product_id": "7Server-7.6.TUS:dhcp-libs-12:4.2.5-69.el7_6.1.i686"
},
"product_reference": "dhcp-libs-12:4.2.5-69.el7_6.1.i686",
"relates_to_product_reference": "7Server-7.6.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.6)",
"product_id": "7Server-7.6.TUS:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-libs-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-7.6.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.6)",
"product_id": "7Server-optional-7.6.AUS:dhclient-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhclient-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.6.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-69.el7_6.1.src as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.6)",
"product_id": "7Server-optional-7.6.AUS:dhcp-12:4.2.5-69.el7_6.1.src"
},
"product_reference": "dhcp-12:4.2.5-69.el7_6.1.src",
"relates_to_product_reference": "7Server-optional-7.6.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.6)",
"product_id": "7Server-optional-7.6.AUS:dhcp-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.6.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.6)",
"product_id": "7Server-optional-7.6.AUS:dhcp-common-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-common-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.6.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.6)",
"product_id": "7Server-optional-7.6.AUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686",
"relates_to_product_reference": "7Server-optional-7.6.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.6)",
"product_id": "7Server-optional-7.6.AUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.6.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-69.el7_6.1.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.6)",
"product_id": "7Server-optional-7.6.AUS:dhcp-devel-12:4.2.5-69.el7_6.1.i686"
},
"product_reference": "dhcp-devel-12:4.2.5-69.el7_6.1.i686",
"relates_to_product_reference": "7Server-optional-7.6.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.6)",
"product_id": "7Server-optional-7.6.AUS:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-devel-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.6.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-69.el7_6.1.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.6)",
"product_id": "7Server-optional-7.6.AUS:dhcp-libs-12:4.2.5-69.el7_6.1.i686"
},
"product_reference": "dhcp-libs-12:4.2.5-69.el7_6.1.i686",
"relates_to_product_reference": "7Server-optional-7.6.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.6)",
"product_id": "7Server-optional-7.6.AUS:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-libs-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.6.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-69.el7_6.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.6)",
"product_id": "7Server-optional-7.6.E4S:dhclient-12:4.2.5-69.el7_6.1.ppc64le"
},
"product_reference": "dhclient-12:4.2.5-69.el7_6.1.ppc64le",
"relates_to_product_reference": "7Server-optional-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.6)",
"product_id": "7Server-optional-7.6.E4S:dhclient-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhclient-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-69.el7_6.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.6)",
"product_id": "7Server-optional-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.ppc64le"
},
"product_reference": "dhcp-12:4.2.5-69.el7_6.1.ppc64le",
"relates_to_product_reference": "7Server-optional-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-69.el7_6.1.src as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.6)",
"product_id": "7Server-optional-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.src"
},
"product_reference": "dhcp-12:4.2.5-69.el7_6.1.src",
"relates_to_product_reference": "7Server-optional-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.6)",
"product_id": "7Server-optional-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-69.el7_6.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.6)",
"product_id": "7Server-optional-7.6.E4S:dhcp-common-12:4.2.5-69.el7_6.1.ppc64le"
},
"product_reference": "dhcp-common-12:4.2.5-69.el7_6.1.ppc64le",
"relates_to_product_reference": "7Server-optional-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.6)",
"product_id": "7Server-optional-7.6.E4S:dhcp-common-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-common-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.6)",
"product_id": "7Server-optional-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686",
"relates_to_product_reference": "7Server-optional-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.6)",
"product_id": "7Server-optional-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.ppc64le"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.ppc64le",
"relates_to_product_reference": "7Server-optional-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.6)",
"product_id": "7Server-optional-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-69.el7_6.1.i686 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.6)",
"product_id": "7Server-optional-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.i686"
},
"product_reference": "dhcp-devel-12:4.2.5-69.el7_6.1.i686",
"relates_to_product_reference": "7Server-optional-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-69.el7_6.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.6)",
"product_id": "7Server-optional-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.ppc64le"
},
"product_reference": "dhcp-devel-12:4.2.5-69.el7_6.1.ppc64le",
"relates_to_product_reference": "7Server-optional-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.6)",
"product_id": "7Server-optional-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-devel-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-69.el7_6.1.i686 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.6)",
"product_id": "7Server-optional-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.i686"
},
"product_reference": "dhcp-libs-12:4.2.5-69.el7_6.1.i686",
"relates_to_product_reference": "7Server-optional-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-69.el7_6.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.6)",
"product_id": "7Server-optional-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.ppc64le"
},
"product_reference": "dhcp-libs-12:4.2.5-69.el7_6.1.ppc64le",
"relates_to_product_reference": "7Server-optional-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.6)",
"product_id": "7Server-optional-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-libs-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.6.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.6)",
"product_id": "7Server-optional-7.6.TUS:dhclient-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhclient-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.6.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-69.el7_6.1.src as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.6)",
"product_id": "7Server-optional-7.6.TUS:dhcp-12:4.2.5-69.el7_6.1.src"
},
"product_reference": "dhcp-12:4.2.5-69.el7_6.1.src",
"relates_to_product_reference": "7Server-optional-7.6.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.6)",
"product_id": "7Server-optional-7.6.TUS:dhcp-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.6.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.6)",
"product_id": "7Server-optional-7.6.TUS:dhcp-common-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-common-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.6.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.6)",
"product_id": "7Server-optional-7.6.TUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686",
"relates_to_product_reference": "7Server-optional-7.6.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.6)",
"product_id": "7Server-optional-7.6.TUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.6.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-69.el7_6.1.i686 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.6)",
"product_id": "7Server-optional-7.6.TUS:dhcp-devel-12:4.2.5-69.el7_6.1.i686"
},
"product_reference": "dhcp-devel-12:4.2.5-69.el7_6.1.i686",
"relates_to_product_reference": "7Server-optional-7.6.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.6)",
"product_id": "7Server-optional-7.6.TUS:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-devel-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.6.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-69.el7_6.1.i686 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.6)",
"product_id": "7Server-optional-7.6.TUS:dhcp-libs-12:4.2.5-69.el7_6.1.i686"
},
"product_reference": "dhcp-libs-12:4.2.5-69.el7_6.1.i686",
"relates_to_product_reference": "7Server-optional-7.6.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-69.el7_6.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.6)",
"product_id": "7Server-optional-7.6.TUS:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64"
},
"product_reference": "dhcp-libs-12:4.2.5-69.el7_6.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.6.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-25217",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"discovery_date": "2021-05-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1963258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Dynamic Host Configuration Protocol (DHCP). There is a discrepancy between the code that handles encapsulated option information in leases transmitted \"on the wire\" and the code which reads and parses lease information after it has been written to disk storage. This flaw allows an attacker to deliberately cause a situation where dhcpd while running in DHCPv4 or DHCPv6 mode, or the dhclient attempts to read a stored lease that contains option information, to trigger a stack-based buffer overflow in the option parsing code for colon-separated hex digits values. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dhcp: stack-based buffer overflow when parsing statements with colon-separated hex digits in config or lease files in dhcpd and dhclient",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To abuse this flaw an attacker has to be on the same local sub-net of the victim machine. An attacker may send crafted DHCP messages with long lease statements that, when stored locally on file and then re-read by dhclient or dhcpd, might trigger the bug.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-7.6.AUS:dhclient-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.AUS:dhcp-12:4.2.5-69.el7_6.1.src",
"7Server-7.6.AUS:dhcp-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.AUS:dhcp-common-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.AUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686",
"7Server-7.6.AUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.AUS:dhcp-devel-12:4.2.5-69.el7_6.1.i686",
"7Server-7.6.AUS:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.AUS:dhcp-libs-12:4.2.5-69.el7_6.1.i686",
"7Server-7.6.AUS:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.E4S:dhclient-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-7.6.E4S:dhclient-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.src",
"7Server-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.E4S:dhcp-common-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-7.6.E4S:dhcp-common-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686",
"7Server-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.i686",
"7Server-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.i686",
"7Server-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.TUS:dhclient-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.TUS:dhcp-12:4.2.5-69.el7_6.1.src",
"7Server-7.6.TUS:dhcp-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.TUS:dhcp-common-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.TUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686",
"7Server-7.6.TUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.TUS:dhcp-devel-12:4.2.5-69.el7_6.1.i686",
"7Server-7.6.TUS:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.TUS:dhcp-libs-12:4.2.5-69.el7_6.1.i686",
"7Server-7.6.TUS:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.AUS:dhclient-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.AUS:dhcp-12:4.2.5-69.el7_6.1.src",
"7Server-optional-7.6.AUS:dhcp-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.AUS:dhcp-common-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.AUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686",
"7Server-optional-7.6.AUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.AUS:dhcp-devel-12:4.2.5-69.el7_6.1.i686",
"7Server-optional-7.6.AUS:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.AUS:dhcp-libs-12:4.2.5-69.el7_6.1.i686",
"7Server-optional-7.6.AUS:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.E4S:dhclient-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-optional-7.6.E4S:dhclient-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-optional-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.src",
"7Server-optional-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.E4S:dhcp-common-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-optional-7.6.E4S:dhcp-common-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686",
"7Server-optional-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-optional-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.i686",
"7Server-optional-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-optional-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.i686",
"7Server-optional-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-optional-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.TUS:dhclient-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.TUS:dhcp-12:4.2.5-69.el7_6.1.src",
"7Server-optional-7.6.TUS:dhcp-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.TUS:dhcp-common-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.TUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686",
"7Server-optional-7.6.TUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.TUS:dhcp-devel-12:4.2.5-69.el7_6.1.i686",
"7Server-optional-7.6.TUS:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.TUS:dhcp-libs-12:4.2.5-69.el7_6.1.i686",
"7Server-optional-7.6.TUS:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-25217"
},
{
"category": "external",
"summary": "RHBZ#1963258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1963258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-25217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25217"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-25217",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-25217"
},
{
"category": "external",
"summary": "https://kb.isc.org/docs/cve-2021-25217",
"url": "https://kb.isc.org/docs/cve-2021-25217"
}
],
"release_date": "2021-05-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-06-17T11:43:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-7.6.AUS:dhclient-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.AUS:dhcp-12:4.2.5-69.el7_6.1.src",
"7Server-7.6.AUS:dhcp-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.AUS:dhcp-common-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.AUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686",
"7Server-7.6.AUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.AUS:dhcp-devel-12:4.2.5-69.el7_6.1.i686",
"7Server-7.6.AUS:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.AUS:dhcp-libs-12:4.2.5-69.el7_6.1.i686",
"7Server-7.6.AUS:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.E4S:dhclient-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-7.6.E4S:dhclient-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.src",
"7Server-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.E4S:dhcp-common-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-7.6.E4S:dhcp-common-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686",
"7Server-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.i686",
"7Server-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.i686",
"7Server-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.TUS:dhclient-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.TUS:dhcp-12:4.2.5-69.el7_6.1.src",
"7Server-7.6.TUS:dhcp-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.TUS:dhcp-common-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.TUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686",
"7Server-7.6.TUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.TUS:dhcp-devel-12:4.2.5-69.el7_6.1.i686",
"7Server-7.6.TUS:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.TUS:dhcp-libs-12:4.2.5-69.el7_6.1.i686",
"7Server-7.6.TUS:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.AUS:dhclient-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.AUS:dhcp-12:4.2.5-69.el7_6.1.src",
"7Server-optional-7.6.AUS:dhcp-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.AUS:dhcp-common-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.AUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686",
"7Server-optional-7.6.AUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.AUS:dhcp-devel-12:4.2.5-69.el7_6.1.i686",
"7Server-optional-7.6.AUS:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.AUS:dhcp-libs-12:4.2.5-69.el7_6.1.i686",
"7Server-optional-7.6.AUS:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.E4S:dhclient-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-optional-7.6.E4S:dhclient-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-optional-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.src",
"7Server-optional-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.E4S:dhcp-common-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-optional-7.6.E4S:dhcp-common-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686",
"7Server-optional-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-optional-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.i686",
"7Server-optional-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-optional-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.i686",
"7Server-optional-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-optional-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.TUS:dhclient-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.TUS:dhcp-12:4.2.5-69.el7_6.1.src",
"7Server-optional-7.6.TUS:dhcp-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.TUS:dhcp-common-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.TUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686",
"7Server-optional-7.6.TUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.TUS:dhcp-devel-12:4.2.5-69.el7_6.1.i686",
"7Server-optional-7.6.TUS:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.TUS:dhcp-libs-12:4.2.5-69.el7_6.1.i686",
"7Server-optional-7.6.TUS:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:2469"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-7.6.AUS:dhclient-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.AUS:dhcp-12:4.2.5-69.el7_6.1.src",
"7Server-7.6.AUS:dhcp-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.AUS:dhcp-common-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.AUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686",
"7Server-7.6.AUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.AUS:dhcp-devel-12:4.2.5-69.el7_6.1.i686",
"7Server-7.6.AUS:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.AUS:dhcp-libs-12:4.2.5-69.el7_6.1.i686",
"7Server-7.6.AUS:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.E4S:dhclient-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-7.6.E4S:dhclient-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.src",
"7Server-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.E4S:dhcp-common-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-7.6.E4S:dhcp-common-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686",
"7Server-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.i686",
"7Server-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.i686",
"7Server-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.TUS:dhclient-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.TUS:dhcp-12:4.2.5-69.el7_6.1.src",
"7Server-7.6.TUS:dhcp-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.TUS:dhcp-common-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.TUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686",
"7Server-7.6.TUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.TUS:dhcp-devel-12:4.2.5-69.el7_6.1.i686",
"7Server-7.6.TUS:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64",
"7Server-7.6.TUS:dhcp-libs-12:4.2.5-69.el7_6.1.i686",
"7Server-7.6.TUS:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.AUS:dhclient-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.AUS:dhcp-12:4.2.5-69.el7_6.1.src",
"7Server-optional-7.6.AUS:dhcp-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.AUS:dhcp-common-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.AUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686",
"7Server-optional-7.6.AUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.AUS:dhcp-devel-12:4.2.5-69.el7_6.1.i686",
"7Server-optional-7.6.AUS:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.AUS:dhcp-libs-12:4.2.5-69.el7_6.1.i686",
"7Server-optional-7.6.AUS:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.E4S:dhclient-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-optional-7.6.E4S:dhclient-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-optional-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.src",
"7Server-optional-7.6.E4S:dhcp-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.E4S:dhcp-common-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-optional-7.6.E4S:dhcp-common-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686",
"7Server-optional-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-optional-7.6.E4S:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.i686",
"7Server-optional-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-optional-7.6.E4S:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.i686",
"7Server-optional-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.ppc64le",
"7Server-optional-7.6.E4S:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.TUS:dhclient-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.TUS:dhcp-12:4.2.5-69.el7_6.1.src",
"7Server-optional-7.6.TUS:dhcp-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.TUS:dhcp-common-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.TUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.i686",
"7Server-optional-7.6.TUS:dhcp-debuginfo-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.TUS:dhcp-devel-12:4.2.5-69.el7_6.1.i686",
"7Server-optional-7.6.TUS:dhcp-devel-12:4.2.5-69.el7_6.1.x86_64",
"7Server-optional-7.6.TUS:dhcp-libs-12:4.2.5-69.el7_6.1.i686",
"7Server-optional-7.6.TUS:dhcp-libs-12:4.2.5-69.el7_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dhcp: stack-based buffer overflow when parsing statements with colon-separated hex digits in config or lease files in dhcpd and dhclient"
}
]
}
RHSA-2021:2519
Vulnerability from csaf_redhat - Published: 2021-06-22 13:23 - Updated: 2026-04-30 04:04A flaw was found in Intel® VT-d products. Entries from the context cache on some types of context cache invalidations may not be properly invalidated which may allow an authenticated user to potentially enable escalation of privilege via local access. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.3.16-1.el7ev.src | — | ||
| Unresolved product id: 7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.3.16-1.el7ev.x86_64 | — | ||
| Unresolved product id: 7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-placeholder-0:4.3.16-1.el7ev.noarch | — |
A flaw was found in the Dynamic Host Configuration Protocol (DHCP). There is a discrepancy between the code that handles encapsulated option information in leases transmitted "on the wire" and the code which reads and parses lease information after it has been written to disk storage. This flaw allows an attacker to deliberately cause a situation where dhcpd while running in DHCPv4 or DHCPv6 mode, or the dhclient attempts to read a stored lease that contains option information, to trigger a stack-based buffer overflow in the option parsing code for colon-separated hex digits values. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.3.16-1.el7ev.src | — | ||
| Unresolved product id: 7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.3.16-1.el7ev.x86_64 | — | ||
| Unresolved product id: 7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-placeholder-0:4.3.16-1.el7ev.noarch | — |
An integer wraparound was discovered in glib due to passing a 64 bit sized value to function g_memdup() which accepts a 32 bits number as argument. An attacker may abuse this flaw when an application linked against the glib library uses g_bytes_new() function or possibly other functions that use g_memdup() underneath and accept a 64 bits argument as size. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.3.16-1.el7ev.src | — | ||
| Unresolved product id: 7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.3.16-1.el7ev.x86_64 | — | ||
| Unresolved product id: 7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-placeholder-0:4.3.16-1.el7ev.noarch | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for redhat-virtualization-host is now available for Red Hat Virtualization 4 for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The redhat-virtualization-host packages provide the Red Hat Virtualization Host.\nThese packages include redhat-release-virtualization-host. Red Hat\nVirtualization Hosts (RHVH) are installed using a special build of Red Hat\nEnterprise Linux with only the packages required to host virtual machines. RHVH features a Cockpit user interface for monitoring the host\u0027s resources and\nperforming administrative tasks.\n\nSecurity Fix(es):\n\n* glib: integer overflow in g_bytes_new function on 64-bit platforms due to an implicit cast from 64 bits to 32 bits (CVE-2021-27219)\n\n* hw: vt-d related privilege escalation (CVE-2020-24489)\n\n* dhcp: stack-based buffer overflow when parsing statements with colon-separated hex digits in config or lease files in dhcpd and dhclient (CVE-2021-25217)\n\nFor more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2021:2519",
"url": "https://access.redhat.com/errata/RHSA-2021:2519"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "1929858",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1929858"
},
{
"category": "external",
"summary": "1948377",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1948377"
},
{
"category": "external",
"summary": "1957238",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1957238"
},
{
"category": "external",
"summary": "1962650",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1962650"
},
{
"category": "external",
"summary": "1963258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1963258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_2519.json"
}
],
"title": "Red Hat Security Advisory: RHV-H security update (redhat-virtualization-host) 4.3.16",
"tracking": {
"current_release_date": "2026-04-30T04:04:34+00:00",
"generator": {
"date": "2026-04-30T04:04:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2021:2519",
"initial_release_date": "2021-06-22T13:23:21+00:00",
"revision_history": [
{
"date": "2021-06-22T13:23:21+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-06-22T13:23:21+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T04:04:34+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHEL 7-based RHEV-H for RHEV 4 (build requirements)",
"product": {
"name": "RHEL 7-based RHEV-H for RHEV 4 (build requirements)",
"product_id": "7Server-RHEV-4-HypervisorBuild-7",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::hypervisor"
}
}
},
{
"category": "product_name",
"name": "Red Hat Virtualization 4 Hypervisor for RHEL 7",
"product": {
"name": "Red Hat Virtualization 4 Hypervisor for RHEL 7",
"product_id": "7Server-RHEV-4-Hypervisor-7",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::hypervisor"
}
}
}
],
"category": "product_family",
"name": "Red Hat Virtualization"
},
{
"branches": [
{
"category": "product_version",
"name": "redhat-release-virtualization-host-0:4.3.16-1.el7ev.src",
"product": {
"name": "redhat-release-virtualization-host-0:4.3.16-1.el7ev.src",
"product_id": "redhat-release-virtualization-host-0:4.3.16-1.el7ev.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redhat-release-virtualization-host@4.3.16-1.el7ev?arch=src"
}
}
},
{
"category": "product_version",
"name": "redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src",
"product": {
"name": "redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src",
"product_id": "redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redhat-virtualization-host@4.3.16-20210615.0.el7_9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "redhat-release-virtualization-host-0:4.3.16-1.el7ev.x86_64",
"product": {
"name": "redhat-release-virtualization-host-0:4.3.16-1.el7ev.x86_64",
"product_id": "redhat-release-virtualization-host-0:4.3.16-1.el7ev.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redhat-release-virtualization-host@4.3.16-1.el7ev?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "redhat-virtualization-host-image-update-placeholder-0:4.3.16-1.el7ev.noarch",
"product": {
"name": "redhat-virtualization-host-image-update-placeholder-0:4.3.16-1.el7ev.noarch",
"product_id": "redhat-virtualization-host-image-update-placeholder-0:4.3.16-1.el7ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redhat-virtualization-host-image-update-placeholder@4.3.16-1.el7ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch",
"product": {
"name": "redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch",
"product_id": "redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redhat-virtualization-host-image-update@4.3.16-20210615.0.el7_9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src as a component of Red Hat Virtualization 4 Hypervisor for RHEL 7",
"product_id": "7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src"
},
"product_reference": "redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src",
"relates_to_product_reference": "7Server-RHEV-4-Hypervisor-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch as a component of Red Hat Virtualization 4 Hypervisor for RHEL 7",
"product_id": "7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch"
},
"product_reference": "redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch",
"relates_to_product_reference": "7Server-RHEV-4-Hypervisor-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat-release-virtualization-host-0:4.3.16-1.el7ev.src as a component of RHEL 7-based RHEV-H for RHEV 4 (build requirements)",
"product_id": "7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.3.16-1.el7ev.src"
},
"product_reference": "redhat-release-virtualization-host-0:4.3.16-1.el7ev.src",
"relates_to_product_reference": "7Server-RHEV-4-HypervisorBuild-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat-release-virtualization-host-0:4.3.16-1.el7ev.x86_64 as a component of RHEL 7-based RHEV-H for RHEV 4 (build requirements)",
"product_id": "7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.3.16-1.el7ev.x86_64"
},
"product_reference": "redhat-release-virtualization-host-0:4.3.16-1.el7ev.x86_64",
"relates_to_product_reference": "7Server-RHEV-4-HypervisorBuild-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src as a component of RHEL 7-based RHEV-H for RHEV 4 (build requirements)",
"product_id": "7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src"
},
"product_reference": "redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src",
"relates_to_product_reference": "7Server-RHEV-4-HypervisorBuild-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch as a component of RHEL 7-based RHEV-H for RHEV 4 (build requirements)",
"product_id": "7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch"
},
"product_reference": "redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch",
"relates_to_product_reference": "7Server-RHEV-4-HypervisorBuild-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat-virtualization-host-image-update-placeholder-0:4.3.16-1.el7ev.noarch as a component of RHEL 7-based RHEV-H for RHEV 4 (build requirements)",
"product_id": "7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-placeholder-0:4.3.16-1.el7ev.noarch"
},
"product_reference": "redhat-virtualization-host-image-update-placeholder-0:4.3.16-1.el7ev.noarch",
"relates_to_product_reference": "7Server-RHEV-4-HypervisorBuild-7"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Intel"
]
}
],
"cve": "CVE-2020-24489",
"cwe": {
"id": "CWE-459",
"name": "Incomplete Cleanup"
},
"discovery_date": "2021-05-20T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.3.16-1.el7ev.src",
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.3.16-1.el7ev.x86_64",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-placeholder-0:4.3.16-1.el7ev.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1962650"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Intel\u00ae VT-d products. Entries from the context cache on some types of context cache invalidations may not be properly invalidated which may allow an authenticated user to potentially enable escalation of privilege via local access. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "hw: vt-d related privilege escalation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src",
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch"
],
"known_not_affected": [
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.3.16-1.el7ev.src",
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.3.16-1.el7ev.x86_64",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-placeholder-0:4.3.16-1.el7ev.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-24489"
},
{
"category": "external",
"summary": "RHBZ#1962650",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1962650"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-24489",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24489"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-24489",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-24489"
}
],
"release_date": "2021-06-08T17:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-06-22T13:23:21+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/2974891",
"product_ids": [
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src",
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:2519"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src",
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch",
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.3.16-1.el7ev.src",
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.3.16-1.el7ev.x86_64",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-placeholder-0:4.3.16-1.el7ev.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "hw: vt-d related privilege escalation"
},
{
"cve": "CVE-2021-25217",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"discovery_date": "2021-05-21T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.3.16-1.el7ev.src",
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.3.16-1.el7ev.x86_64",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-placeholder-0:4.3.16-1.el7ev.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1963258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Dynamic Host Configuration Protocol (DHCP). There is a discrepancy between the code that handles encapsulated option information in leases transmitted \"on the wire\" and the code which reads and parses lease information after it has been written to disk storage. This flaw allows an attacker to deliberately cause a situation where dhcpd while running in DHCPv4 or DHCPv6 mode, or the dhclient attempts to read a stored lease that contains option information, to trigger a stack-based buffer overflow in the option parsing code for colon-separated hex digits values. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dhcp: stack-based buffer overflow when parsing statements with colon-separated hex digits in config or lease files in dhcpd and dhclient",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To abuse this flaw an attacker has to be on the same local sub-net of the victim machine. An attacker may send crafted DHCP messages with long lease statements that, when stored locally on file and then re-read by dhclient or dhcpd, might trigger the bug.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src",
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch"
],
"known_not_affected": [
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.3.16-1.el7ev.src",
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.3.16-1.el7ev.x86_64",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-placeholder-0:4.3.16-1.el7ev.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-25217"
},
{
"category": "external",
"summary": "RHBZ#1963258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1963258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-25217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25217"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-25217",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-25217"
},
{
"category": "external",
"summary": "https://kb.isc.org/docs/cve-2021-25217",
"url": "https://kb.isc.org/docs/cve-2021-25217"
}
],
"release_date": "2021-05-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-06-22T13:23:21+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/2974891",
"product_ids": [
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src",
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:2519"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src",
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch",
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.3.16-1.el7ev.src",
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.3.16-1.el7ev.x86_64",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-placeholder-0:4.3.16-1.el7ev.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dhcp: stack-based buffer overflow when parsing statements with colon-separated hex digits in config or lease files in dhcpd and dhclient"
},
{
"cve": "CVE-2021-27219",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2021-02-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.3.16-1.el7ev.src",
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.3.16-1.el7ev.x86_64",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-placeholder-0:4.3.16-1.el7ev.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1929858"
}
],
"notes": [
{
"category": "description",
"text": "An integer wraparound was discovered in glib due to passing a 64 bit sized value to function g_memdup() which accepts a 32 bits number as argument. An attacker may abuse this flaw when an application linked against the glib library uses g_bytes_new() function or possibly other functions that use g_memdup() underneath and accept a 64 bits argument as size. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glib: integer overflow in g_bytes_new function on 64-bit platforms due to an implicit cast from 64 bits to 32 bits",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Applications that just use GBytes to access the data are affected by this flaw but the highest threat is to data confidentiality and/or the application availability, due to possible out-of-bounds reads. However, if the data in GBytes is taken through functions such as g_bytes_unref_to_data or g_bytes_unref_to_array it might be possible to have out-of-bounds writes due to the wrongly reported size of the buffer.\n\nApplications that use g_memdup to duplicate memory with user-controlled sizes should pay extra attention to the fact that g_memdup accepts a guint size instead of gsize. Thus directly passing a gsize value to g_memdup may results in integer truncation, allocating a buffer smaller than expected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src",
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch"
],
"known_not_affected": [
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.3.16-1.el7ev.src",
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.3.16-1.el7ev.x86_64",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-placeholder-0:4.3.16-1.el7ev.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-27219"
},
{
"category": "external",
"summary": "RHBZ#1929858",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1929858"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-27219",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27219"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-27219",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-27219"
}
],
"release_date": "2021-02-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-06-22T13:23:21+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/2974891",
"product_ids": [
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src",
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:2519"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src",
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch",
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.3.16-1.el7ev.src",
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.3.16-1.el7ev.x86_64",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-0:4.3.16-20210615.0.el7_9.src",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-0:4.3.16-20210615.0.el7_9.noarch",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-placeholder-0:4.3.16-1.el7ev.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "glib: integer overflow in g_bytes_new function on 64-bit platforms due to an implicit cast from 64 bits to 32 bits"
}
]
}
RHSA-2021:2555
Vulnerability from csaf_redhat - Published: 2021-07-06 11:31 - Updated: 2025-11-21 18:23It was found that polkit could be tricked into bypassing the credential checks for D-Bus requests, elevating the privileges of the requestor to the root user. This flaw could be used by an unprivileged local attacker to, for example, create a new local administrator. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RH7-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RH7-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RH7-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RH7-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:dhcp-12:4.3.6-41.el8_3.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:dhcp-client-12:4.3.6-41.el8_3.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:dhcp-client-debuginfo-12:4.3.6-41.el8_3.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:dhcp-common-12:4.3.6-41.el8_3.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:dhcp-debuginfo-12:4.3.6-41.el8_3.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:dhcp-debugsource-12:4.3.6-41.el8_3.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:dhcp-libs-12:4.3.6-41.el8_3.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:dhcp-libs-debuginfo-12:4.3.6-41.el8_3.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:dhcp-relay-debuginfo-12:4.3.6-41.el8_3.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:dhcp-server-debuginfo-12:4.3.6-41.el8_3.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:openshift-kuryr-0:4.7.0-202106232224.p0.git.c7654fb.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:openshift-kuryr-cni-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:openshift-kuryr-common-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:openshift-kuryr-controller-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:polkit-0:0.115-11.el8_3.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:polkit-0:0.115-11.el8_3.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:polkit-debuginfo-0:0.115-11.el8_3.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:polkit-debugsource-0:0.115-11.el8_3.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:polkit-libs-0:0.115-11.el8_3.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:polkit-libs-debuginfo-0:0.115-11.el8_3.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.7:python3-kuryr-kubernetes-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Dynamic Host Configuration Protocol (DHCP). There is a discrepancy between the code that handles encapsulated option information in leases transmitted "on the wire" and the code which reads and parses lease information after it has been written to disk storage. This flaw allows an attacker to deliberately cause a situation where dhcpd while running in DHCPv4 or DHCPv6 mode, or the dhclient attempts to read a stored lease that contains option information, to trigger a stack-based buffer overflow in the option parsing code for colon-separated hex digits values. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RH7-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:dhcp-12:4.3.6-41.el8_3.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:dhcp-client-12:4.3.6-41.el8_3.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:dhcp-client-debuginfo-12:4.3.6-41.el8_3.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:dhcp-common-12:4.3.6-41.el8_3.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:dhcp-debuginfo-12:4.3.6-41.el8_3.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:dhcp-debugsource-12:4.3.6-41.el8_3.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:dhcp-libs-12:4.3.6-41.el8_3.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:dhcp-libs-debuginfo-12:4.3.6-41.el8_3.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:dhcp-relay-debuginfo-12:4.3.6-41.el8_3.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:dhcp-server-debuginfo-12:4.3.6-41.el8_3.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:openshift-kuryr-0:4.7.0-202106232224.p0.git.c7654fb.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:openshift-kuryr-cni-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:openshift-kuryr-common-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:openshift-kuryr-controller-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:polkit-0:0.115-11.el8_3.2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:polkit-0:0.115-11.el8_3.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:polkit-debuginfo-0:0.115-11.el8_3.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:polkit-debugsource-0:0.115-11.el8_3.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:polkit-libs-0:0.115-11.el8_3.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:polkit-libs-debuginfo-0:0.115-11.el8_3.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.7:python3-kuryr-kubernetes-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.7.19 is now available with\nupdates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.7.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing\nKubernetes application platform solution designed for on-premise or private\ncloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.7.19. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2021:2554\n\nSecurity Fix(es):\n\n* polkit: local privilege escalation using polkit_system_bus_name_get_creds_sync() (CVE-2021-3560)\n\n* dhcp: stack-based buffer overflow when parsing statements with colon-separated hex digits in config or lease files in dhcpd and dhclient (CVE-2021-25217)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.7 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.7/updating/updating-cluster-between-minor.html#understanding-upgrade-channels_updating-cluster-between-minor",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2021:2555",
"url": "https://access.redhat.com/errata/RHSA-2021:2555"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "1961710",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1961710"
},
{
"category": "external",
"summary": "1963258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1963258"
},
{
"category": "external",
"summary": "1976688",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1976688"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_2555.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.7.19 packages and security update",
"tracking": {
"current_release_date": "2025-11-21T18:23:39+00:00",
"generator": {
"date": "2025-11-21T18:23:39+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2021:2555",
"initial_release_date": "2021-07-06T11:31:17+00:00",
"revision_history": [
{
"date": "2021-07-06T11:31:17+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-07-06T11:31:17+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:23:39+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.7",
"product": {
"name": "Red Hat OpenShift Container Platform 4.7",
"product_id": "7Server-RH7-RHOSE-4.7",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.7::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.7",
"product": {
"name": "Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.7::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.src",
"product": {
"name": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.src",
"product_id": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.7.0-202106252127.p0.git.8b4b094.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.src",
"product": {
"name": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.src",
"product_id": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.20.3-6.rhaos4.7.git0d0f863.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.src",
"product": {
"name": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.src",
"product_id": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.7.0-202106252127.p0.git.8b4b094.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "polkit-0:0.115-11.el8_3.2.src",
"product": {
"name": "polkit-0:0.115-11.el8_3.2.src",
"product_id": "polkit-0:0.115-11.el8_3.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/polkit@0.115-11.el8_3.2?arch=src"
}
}
},
{
"category": "product_version",
"name": "dhcp-12:4.3.6-41.el8_3.1.src",
"product": {
"name": "dhcp-12:4.3.6-41.el8_3.1.src",
"product_id": "dhcp-12:4.3.6-41.el8_3.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp@4.3.6-41.el8_3.1?arch=src\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.src",
"product": {
"name": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.src",
"product_id": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.20.3-6.rhaos4.7.git0d0f863.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-0:4.7.0-202106232224.p0.git.c7654fb.el8.src",
"product": {
"name": "openshift-kuryr-0:4.7.0-202106232224.p0.git.c7654fb.el8.src",
"product_id": "openshift-kuryr-0:4.7.0-202106232224.p0.git.c7654fb.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr@4.7.0-202106232224.p0.git.c7654fb.el8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64",
"product": {
"name": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64",
"product_id": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.7.0-202106252127.p0.git.8b4b094.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64",
"product_id": "openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.7.0-202106252127.p0.git.8b4b094.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64",
"product": {
"name": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64",
"product_id": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.20.3-6.rhaos4.7.git0d0f863.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64",
"product_id": "cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.20.3-6.rhaos4.7.git0d0f863.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64",
"product": {
"name": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64",
"product_id": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.7.0-202106252127.p0.git.8b4b094.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64",
"product_id": "openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.7.0-202106252127.p0.git.8b4b094.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "polkit-0:0.115-11.el8_3.2.x86_64",
"product": {
"name": "polkit-0:0.115-11.el8_3.2.x86_64",
"product_id": "polkit-0:0.115-11.el8_3.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/polkit@0.115-11.el8_3.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "polkit-libs-0:0.115-11.el8_3.2.x86_64",
"product": {
"name": "polkit-libs-0:0.115-11.el8_3.2.x86_64",
"product_id": "polkit-libs-0:0.115-11.el8_3.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/polkit-libs@0.115-11.el8_3.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "polkit-debugsource-0:0.115-11.el8_3.2.x86_64",
"product": {
"name": "polkit-debugsource-0:0.115-11.el8_3.2.x86_64",
"product_id": "polkit-debugsource-0:0.115-11.el8_3.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/polkit-debugsource@0.115-11.el8_3.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "polkit-debuginfo-0:0.115-11.el8_3.2.x86_64",
"product": {
"name": "polkit-debuginfo-0:0.115-11.el8_3.2.x86_64",
"product_id": "polkit-debuginfo-0:0.115-11.el8_3.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/polkit-debuginfo@0.115-11.el8_3.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "polkit-libs-debuginfo-0:0.115-11.el8_3.2.x86_64",
"product": {
"name": "polkit-libs-debuginfo-0:0.115-11.el8_3.2.x86_64",
"product_id": "polkit-libs-debuginfo-0:0.115-11.el8_3.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/polkit-libs-debuginfo@0.115-11.el8_3.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dhcp-client-12:4.3.6-41.el8_3.1.x86_64",
"product": {
"name": "dhcp-client-12:4.3.6-41.el8_3.1.x86_64",
"product_id": "dhcp-client-12:4.3.6-41.el8_3.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-client@4.3.6-41.el8_3.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-12:4.3.6-41.el8_3.1.x86_64",
"product": {
"name": "dhcp-libs-12:4.3.6-41.el8_3.1.x86_64",
"product_id": "dhcp-libs-12:4.3.6-41.el8_3.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.3.6-41.el8_3.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debugsource-12:4.3.6-41.el8_3.1.x86_64",
"product": {
"name": "dhcp-debugsource-12:4.3.6-41.el8_3.1.x86_64",
"product_id": "dhcp-debugsource-12:4.3.6-41.el8_3.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debugsource@4.3.6-41.el8_3.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-client-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"product": {
"name": "dhcp-client-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"product_id": "dhcp-client-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-client-debuginfo@4.3.6-41.el8_3.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"product": {
"name": "dhcp-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"product_id": "dhcp-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.3.6-41.el8_3.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"product": {
"name": "dhcp-libs-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"product_id": "dhcp-libs-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs-debuginfo@4.3.6-41.el8_3.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-relay-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"product": {
"name": "dhcp-relay-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"product_id": "dhcp-relay-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-relay-debuginfo@4.3.6-41.el8_3.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-server-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"product": {
"name": "dhcp-server-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"product_id": "dhcp-server-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-server-debuginfo@4.3.6-41.el8_3.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"product": {
"name": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"product_id": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.20.3-6.rhaos4.7.git0d0f863.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"product_id": "cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.20.3-6.rhaos4.7.git0d0f863.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"product_id": "cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.20.3-6.rhaos4.7.git0d0f863.el8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.ppc64le",
"product": {
"name": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.ppc64le",
"product_id": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.7.0-202106252127.p0.git.8b4b094.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"product": {
"name": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"product_id": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.20.3-6.rhaos4.7.git0d0f863.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"product_id": "cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.20.3-6.rhaos4.7.git0d0f863.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"product_id": "cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.20.3-6.rhaos4.7.git0d0f863.el8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.s390x",
"product": {
"name": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.s390x",
"product_id": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.7.0-202106252127.p0.git.8b4b094.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"product": {
"name": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"product_id": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.20.3-6.rhaos4.7.git0d0f863.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"product": {
"name": "cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"product_id": "cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.20.3-6.rhaos4.7.git0d0f863.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"product_id": "cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.20.3-6.rhaos4.7.git0d0f863.el8?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-common-12:4.3.6-41.el8_3.1.noarch",
"product": {
"name": "dhcp-common-12:4.3.6-41.el8_3.1.noarch",
"product_id": "dhcp-common-12:4.3.6-41.el8_3.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-common@4.3.6-41.el8_3.1?arch=noarch\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-cni-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"product": {
"name": "openshift-kuryr-cni-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"product_id": "openshift-kuryr-cni-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-cni@4.7.0-202106232224.p0.git.c7654fb.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-common-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"product": {
"name": "openshift-kuryr-common-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"product_id": "openshift-kuryr-common-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-common@4.7.0-202106232224.p0.git.c7654fb.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-controller-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"product": {
"name": "openshift-kuryr-controller-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"product_id": "openshift-kuryr-controller-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-controller@4.7.0-202106232224.p0.git.c7654fb.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-kuryr-kubernetes-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"product": {
"name": "python3-kuryr-kubernetes-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"product_id": "python3-kuryr-kubernetes-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kuryr-kubernetes@4.7.0-202106232224.p0.git.c7654fb.el8?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.src as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.src"
},
"product_reference": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64"
},
"product_reference": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "7Server-RH7-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.src as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.src"
},
"product_reference": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64"
},
"product_reference": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "7Server-RH7-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le"
},
"product_reference": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x"
},
"product_reference": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.src as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.src"
},
"product_reference": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64"
},
"product_reference": "cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x"
},
"product_reference": "cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.3.6-41.el8_3.1.src as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:dhcp-12:4.3.6-41.el8_3.1.src"
},
"product_reference": "dhcp-12:4.3.6-41.el8_3.1.src",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-12:4.3.6-41.el8_3.1.x86_64 as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:dhcp-client-12:4.3.6-41.el8_3.1.x86_64"
},
"product_reference": "dhcp-client-12:4.3.6-41.el8_3.1.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-debuginfo-12:4.3.6-41.el8_3.1.x86_64 as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:dhcp-client-debuginfo-12:4.3.6-41.el8_3.1.x86_64"
},
"product_reference": "dhcp-client-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.3.6-41.el8_3.1.noarch as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:dhcp-common-12:4.3.6-41.el8_3.1.noarch"
},
"product_reference": "dhcp-common-12:4.3.6-41.el8_3.1.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.3.6-41.el8_3.1.x86_64 as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:dhcp-debuginfo-12:4.3.6-41.el8_3.1.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debugsource-12:4.3.6-41.el8_3.1.x86_64 as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:dhcp-debugsource-12:4.3.6-41.el8_3.1.x86_64"
},
"product_reference": "dhcp-debugsource-12:4.3.6-41.el8_3.1.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.3.6-41.el8_3.1.x86_64 as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:dhcp-libs-12:4.3.6-41.el8_3.1.x86_64"
},
"product_reference": "dhcp-libs-12:4.3.6-41.el8_3.1.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-debuginfo-12:4.3.6-41.el8_3.1.x86_64 as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:dhcp-libs-debuginfo-12:4.3.6-41.el8_3.1.x86_64"
},
"product_reference": "dhcp-libs-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-debuginfo-12:4.3.6-41.el8_3.1.x86_64 as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:dhcp-relay-debuginfo-12:4.3.6-41.el8_3.1.x86_64"
},
"product_reference": "dhcp-relay-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-debuginfo-12:4.3.6-41.el8_3.1.x86_64 as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:dhcp-server-debuginfo-12:4.3.6-41.el8_3.1.x86_64"
},
"product_reference": "dhcp-server-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.ppc64le"
},
"product_reference": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.s390x"
},
"product_reference": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.src as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.src"
},
"product_reference": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64"
},
"product_reference": "openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-0:4.7.0-202106232224.p0.git.c7654fb.el8.src as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:openshift-kuryr-0:4.7.0-202106232224.p0.git.c7654fb.el8.src"
},
"product_reference": "openshift-kuryr-0:4.7.0-202106232224.p0.git.c7654fb.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-cni-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:openshift-kuryr-cni-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch"
},
"product_reference": "openshift-kuryr-cni-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-common-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:openshift-kuryr-common-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch"
},
"product_reference": "openshift-kuryr-common-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-controller-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:openshift-kuryr-controller-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch"
},
"product_reference": "openshift-kuryr-controller-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "polkit-0:0.115-11.el8_3.2.src as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:polkit-0:0.115-11.el8_3.2.src"
},
"product_reference": "polkit-0:0.115-11.el8_3.2.src",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "polkit-0:0.115-11.el8_3.2.x86_64 as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:polkit-0:0.115-11.el8_3.2.x86_64"
},
"product_reference": "polkit-0:0.115-11.el8_3.2.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "polkit-debuginfo-0:0.115-11.el8_3.2.x86_64 as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:polkit-debuginfo-0:0.115-11.el8_3.2.x86_64"
},
"product_reference": "polkit-debuginfo-0:0.115-11.el8_3.2.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "polkit-debugsource-0:0.115-11.el8_3.2.x86_64 as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:polkit-debugsource-0:0.115-11.el8_3.2.x86_64"
},
"product_reference": "polkit-debugsource-0:0.115-11.el8_3.2.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "polkit-libs-0:0.115-11.el8_3.2.x86_64 as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:polkit-libs-0:0.115-11.el8_3.2.x86_64"
},
"product_reference": "polkit-libs-0:0.115-11.el8_3.2.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "polkit-libs-debuginfo-0:0.115-11.el8_3.2.x86_64 as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:polkit-libs-debuginfo-0:0.115-11.el8_3.2.x86_64"
},
"product_reference": "polkit-libs-debuginfo-0:0.115-11.el8_3.2.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kuryr-kubernetes-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7",
"product_id": "8Base-RHOSE-4.7:python3-kuryr-kubernetes-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch"
},
"product_reference": "python3-kuryr-kubernetes-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.7"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Kevin Backhouse"
],
"organization": "GitHub Security Lab"
}
],
"cve": "CVE-2021-3560",
"cwe": {
"id": "CWE-754",
"name": "Improper Check for Unusual or Exceptional Conditions"
},
"discovery_date": "2021-05-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1961710"
}
],
"notes": [
{
"category": "description",
"text": "It was found that polkit could be tricked into bypassing the credential checks for D-Bus requests, elevating the privileges of the requestor to the root user. This flaw could be used by an unprivileged local attacker to, for example, create a new local administrator. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "polkit: local privilege escalation using polkit_system_bus_name_get_creds_sync()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RH7-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.src",
"7Server-RH7-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64",
"7Server-RH7-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64",
"7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.src",
"7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64",
"7Server-RH7-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64",
"8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.src",
"8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"8Base-RHOSE-4.7:dhcp-12:4.3.6-41.el8_3.1.src",
"8Base-RHOSE-4.7:dhcp-client-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-client-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-common-12:4.3.6-41.el8_3.1.noarch",
"8Base-RHOSE-4.7:dhcp-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-debugsource-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-libs-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-libs-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-relay-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-server-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.ppc64le",
"8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.s390x",
"8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.src",
"8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64",
"8Base-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64",
"8Base-RHOSE-4.7:openshift-kuryr-0:4.7.0-202106232224.p0.git.c7654fb.el8.src",
"8Base-RHOSE-4.7:openshift-kuryr-cni-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"8Base-RHOSE-4.7:openshift-kuryr-common-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"8Base-RHOSE-4.7:openshift-kuryr-controller-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"8Base-RHOSE-4.7:polkit-0:0.115-11.el8_3.2.src",
"8Base-RHOSE-4.7:polkit-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:polkit-debuginfo-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:polkit-debugsource-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:polkit-libs-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:polkit-libs-debuginfo-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:python3-kuryr-kubernetes-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3560"
},
{
"category": "external",
"summary": "RHBZ#1961710",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1961710"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3560",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3560"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3560",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3560"
},
{
"category": "external",
"summary": "https://github.blog/2021-06-10-privilege-escalation-polkit-root-on-linux-with-bug/",
"url": "https://github.blog/2021-06-10-privilege-escalation-polkit-root-on-linux-with-bug/"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2021-06-03T06:55:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-07-06T11:31:17+00:00",
"details": "For OpenShift Container Platform 4.7 see the following documentation, which\nwill be updated shortly for this release, for important instructions on how\nto upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.7/release_notes/ocp-4-7-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.7/updating/updating-cluster-cli.html",
"product_ids": [
"7Server-RH7-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.src",
"7Server-RH7-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64",
"7Server-RH7-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64",
"7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.src",
"7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64",
"7Server-RH7-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64",
"8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.src",
"8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"8Base-RHOSE-4.7:dhcp-12:4.3.6-41.el8_3.1.src",
"8Base-RHOSE-4.7:dhcp-client-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-client-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-common-12:4.3.6-41.el8_3.1.noarch",
"8Base-RHOSE-4.7:dhcp-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-debugsource-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-libs-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-libs-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-relay-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-server-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.ppc64le",
"8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.s390x",
"8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.src",
"8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64",
"8Base-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64",
"8Base-RHOSE-4.7:openshift-kuryr-0:4.7.0-202106232224.p0.git.c7654fb.el8.src",
"8Base-RHOSE-4.7:openshift-kuryr-cni-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"8Base-RHOSE-4.7:openshift-kuryr-common-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"8Base-RHOSE-4.7:openshift-kuryr-controller-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"8Base-RHOSE-4.7:polkit-0:0.115-11.el8_3.2.src",
"8Base-RHOSE-4.7:polkit-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:polkit-debuginfo-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:polkit-debugsource-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:polkit-libs-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:polkit-libs-debuginfo-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:python3-kuryr-kubernetes-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:2555"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update as soon as possible.",
"product_ids": [
"7Server-RH7-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.src",
"7Server-RH7-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64",
"7Server-RH7-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64",
"7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.src",
"7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64",
"7Server-RH7-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64",
"8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.src",
"8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"8Base-RHOSE-4.7:dhcp-12:4.3.6-41.el8_3.1.src",
"8Base-RHOSE-4.7:dhcp-client-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-client-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-common-12:4.3.6-41.el8_3.1.noarch",
"8Base-RHOSE-4.7:dhcp-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-debugsource-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-libs-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-libs-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-relay-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-server-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.ppc64le",
"8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.s390x",
"8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.src",
"8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64",
"8Base-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64",
"8Base-RHOSE-4.7:openshift-kuryr-0:4.7.0-202106232224.p0.git.c7654fb.el8.src",
"8Base-RHOSE-4.7:openshift-kuryr-cni-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"8Base-RHOSE-4.7:openshift-kuryr-common-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"8Base-RHOSE-4.7:openshift-kuryr-controller-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"8Base-RHOSE-4.7:polkit-0:0.115-11.el8_3.2.src",
"8Base-RHOSE-4.7:polkit-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:polkit-debuginfo-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:polkit-debugsource-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:polkit-libs-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:polkit-libs-debuginfo-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:python3-kuryr-kubernetes-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RH7-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.src",
"7Server-RH7-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64",
"7Server-RH7-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64",
"7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.src",
"7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64",
"7Server-RH7-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64",
"8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.src",
"8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"8Base-RHOSE-4.7:dhcp-12:4.3.6-41.el8_3.1.src",
"8Base-RHOSE-4.7:dhcp-client-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-client-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-common-12:4.3.6-41.el8_3.1.noarch",
"8Base-RHOSE-4.7:dhcp-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-debugsource-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-libs-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-libs-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-relay-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-server-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.ppc64le",
"8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.s390x",
"8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.src",
"8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64",
"8Base-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64",
"8Base-RHOSE-4.7:openshift-kuryr-0:4.7.0-202106232224.p0.git.c7654fb.el8.src",
"8Base-RHOSE-4.7:openshift-kuryr-cni-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"8Base-RHOSE-4.7:openshift-kuryr-common-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"8Base-RHOSE-4.7:openshift-kuryr-controller-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"8Base-RHOSE-4.7:polkit-0:0.115-11.el8_3.2.src",
"8Base-RHOSE-4.7:polkit-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:polkit-debuginfo-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:polkit-debugsource-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:polkit-libs-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:polkit-libs-debuginfo-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:python3-kuryr-kubernetes-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2023-05-12T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Important"
}
],
"title": "polkit: local privilege escalation using polkit_system_bus_name_get_creds_sync()"
},
{
"cve": "CVE-2021-25217",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"discovery_date": "2021-05-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1963258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Dynamic Host Configuration Protocol (DHCP). There is a discrepancy between the code that handles encapsulated option information in leases transmitted \"on the wire\" and the code which reads and parses lease information after it has been written to disk storage. This flaw allows an attacker to deliberately cause a situation where dhcpd while running in DHCPv4 or DHCPv6 mode, or the dhclient attempts to read a stored lease that contains option information, to trigger a stack-based buffer overflow in the option parsing code for colon-separated hex digits values. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dhcp: stack-based buffer overflow when parsing statements with colon-separated hex digits in config or lease files in dhcpd and dhclient",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To abuse this flaw an attacker has to be on the same local sub-net of the victim machine. An attacker may send crafted DHCP messages with long lease statements that, when stored locally on file and then re-read by dhclient or dhcpd, might trigger the bug.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RH7-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.src",
"7Server-RH7-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64",
"7Server-RH7-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64",
"7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.src",
"7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64",
"7Server-RH7-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64",
"8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.src",
"8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"8Base-RHOSE-4.7:dhcp-12:4.3.6-41.el8_3.1.src",
"8Base-RHOSE-4.7:dhcp-client-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-client-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-common-12:4.3.6-41.el8_3.1.noarch",
"8Base-RHOSE-4.7:dhcp-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-debugsource-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-libs-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-libs-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-relay-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-server-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.ppc64le",
"8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.s390x",
"8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.src",
"8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64",
"8Base-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64",
"8Base-RHOSE-4.7:openshift-kuryr-0:4.7.0-202106232224.p0.git.c7654fb.el8.src",
"8Base-RHOSE-4.7:openshift-kuryr-cni-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"8Base-RHOSE-4.7:openshift-kuryr-common-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"8Base-RHOSE-4.7:openshift-kuryr-controller-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"8Base-RHOSE-4.7:polkit-0:0.115-11.el8_3.2.src",
"8Base-RHOSE-4.7:polkit-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:polkit-debuginfo-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:polkit-debugsource-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:polkit-libs-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:polkit-libs-debuginfo-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:python3-kuryr-kubernetes-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-25217"
},
{
"category": "external",
"summary": "RHBZ#1963258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1963258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-25217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25217"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-25217",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-25217"
},
{
"category": "external",
"summary": "https://kb.isc.org/docs/cve-2021-25217",
"url": "https://kb.isc.org/docs/cve-2021-25217"
}
],
"release_date": "2021-05-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-07-06T11:31:17+00:00",
"details": "For OpenShift Container Platform 4.7 see the following documentation, which\nwill be updated shortly for this release, for important instructions on how\nto upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.7/release_notes/ocp-4-7-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.7/updating/updating-cluster-cli.html",
"product_ids": [
"7Server-RH7-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.src",
"7Server-RH7-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64",
"7Server-RH7-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64",
"7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.src",
"7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64",
"7Server-RH7-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64",
"8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.src",
"8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"8Base-RHOSE-4.7:dhcp-12:4.3.6-41.el8_3.1.src",
"8Base-RHOSE-4.7:dhcp-client-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-client-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-common-12:4.3.6-41.el8_3.1.noarch",
"8Base-RHOSE-4.7:dhcp-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-debugsource-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-libs-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-libs-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-relay-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-server-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.ppc64le",
"8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.s390x",
"8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.src",
"8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64",
"8Base-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64",
"8Base-RHOSE-4.7:openshift-kuryr-0:4.7.0-202106232224.p0.git.c7654fb.el8.src",
"8Base-RHOSE-4.7:openshift-kuryr-cni-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"8Base-RHOSE-4.7:openshift-kuryr-common-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"8Base-RHOSE-4.7:openshift-kuryr-controller-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"8Base-RHOSE-4.7:polkit-0:0.115-11.el8_3.2.src",
"8Base-RHOSE-4.7:polkit-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:polkit-debuginfo-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:polkit-debugsource-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:polkit-libs-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:polkit-libs-debuginfo-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:python3-kuryr-kubernetes-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:2555"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RH7-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.src",
"7Server-RH7-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64",
"7Server-RH7-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el7.x86_64",
"7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.src",
"7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64",
"7Server-RH7-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el7.x86_64",
"8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.src",
"8Base-RHOSE-4.7:cri-o-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.ppc64le",
"8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.s390x",
"8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.3-6.rhaos4.7.git0d0f863.el8.x86_64",
"8Base-RHOSE-4.7:dhcp-12:4.3.6-41.el8_3.1.src",
"8Base-RHOSE-4.7:dhcp-client-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-client-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-common-12:4.3.6-41.el8_3.1.noarch",
"8Base-RHOSE-4.7:dhcp-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-debugsource-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-libs-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-libs-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-relay-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:dhcp-server-debuginfo-12:4.3.6-41.el8_3.1.x86_64",
"8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.ppc64le",
"8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.s390x",
"8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.src",
"8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64",
"8Base-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202106252127.p0.git.8b4b094.el8.x86_64",
"8Base-RHOSE-4.7:openshift-kuryr-0:4.7.0-202106232224.p0.git.c7654fb.el8.src",
"8Base-RHOSE-4.7:openshift-kuryr-cni-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"8Base-RHOSE-4.7:openshift-kuryr-common-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"8Base-RHOSE-4.7:openshift-kuryr-controller-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch",
"8Base-RHOSE-4.7:polkit-0:0.115-11.el8_3.2.src",
"8Base-RHOSE-4.7:polkit-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:polkit-debuginfo-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:polkit-debugsource-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:polkit-libs-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:polkit-libs-debuginfo-0:0.115-11.el8_3.2.x86_64",
"8Base-RHOSE-4.7:python3-kuryr-kubernetes-0:4.7.0-202106232224.p0.git.c7654fb.el8.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dhcp: stack-based buffer overflow when parsing statements with colon-separated hex digits in config or lease files in dhcpd and dhclient"
}
]
}
SCA-2025-0009
Vulnerability from csaf_sick - Published: 2025-08-01 13:00 - Updated: 2025-08-01 13:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
{
"document": {
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "summary",
"text": "SICK has identified multiple vulnerabilities in the SICK TDC-E210GC product. The advisory includes a total of 23 vulnerabilities, of which 14 are confirmed as affected and 9 as known not affected. At this time, SICK is not aware of any public exploits specifically targeting these vulnerabilities. Customers are strongly advised to apply the recommended workaround for the affected vulnerabilities to reduce potential risk.",
"title": "summary"
},
{
"category": "general",
"text": "As general security measures, SICK recommends to minimize network exposure of the devices, restrict network access and follow recommended security practices in order to run the devices in a protected IT environment.",
"title": "General Security Measures"
},
{
"category": "general",
"text": "SICK performs vulnerability classification by using the CVSS scoring system (*CVSS v3.1*). The environmental score is dependent on the customer\u2019s environment and can affect the overall CVSS score. SICK recommends that customers individually evaluate the environmental score to achieve final scoring.",
"title": "Vulnerability Classification"
}
],
"publisher": {
"category": "vendor",
"contact_details": "psirt@sick.de",
"issuing_authority": "SICK AG issues and issues in EHS products (when related to the Endress+Hauser SICK (EHS) joint venture).",
"name": "SICK PSIRT",
"namespace": "https://www.sick.com/psirt"
},
"references": [
{
"summary": "SICK PSIRT Security Advisories",
"url": "https://sick.com/psirt"
},
{
"summary": "SICK Operating Guidelines",
"url": "https://www.sick.com/media/docs/9/19/719/special_information_sick_operating_guidelines_cybersecurity_by_sick_en_im0106719.pdf"
},
{
"summary": "ICS-CERT recommended practices on Industrial Security",
"url": "https://www.cisa.gov/resources-tools/resources/ics-recommended-practices"
},
{
"summary": "CVSS v3.1 Calculator",
"url": "https://www.first.org/cvss/calculator/3.1"
},
{
"category": "self",
"summary": "The canonical URL.",
"url": "https://www.sick.com/.well-known/csaf/white/2025/sca-2025-0009.json"
}
],
"title": "Vulnerabilities affecting SICK TDC-E210GC",
"tracking": {
"current_release_date": "2025-08-01T13:00:00.000Z",
"generator": {
"date": "2025-08-01T08:14:37.621Z",
"engine": {
"name": "Secvisogram",
"version": "2.5.32"
}
},
"id": "SCA-2025-0009",
"initial_release_date": "2025-08-01T13:00:00.000Z",
"revision_history": [
{
"date": "2025-08-01T13:00:00.000Z",
"number": "1",
"summary": "Initial version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:all/*",
"product": {
"name": "SICK TDC-E210GC all versions",
"product_id": "CSAFPID-0001",
"product_identification_helper": {
"skus": [
"6070344"
]
}
}
}
],
"category": "product_name",
"name": "TDC-E210GC"
}
],
"category": "product_family",
"name": "Telematic Data Collector"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:all/*",
"product": {
"name": "SICK TDC-E210GC Firmware all versions",
"product_id": "CSAFPID-0002"
}
}
],
"category": "product_name",
"name": "TDC-E210GC Firmware"
}
],
"category": "vendor",
"name": "SICK AG"
}
],
"relationships": [
{
"category": "installed_on",
"full_product_name": {
"name": "SICK TDC-E210GC all Firmware versions",
"product_id": "CSAFPID-0003"
},
"product_reference": "CSAFPID-0002",
"relates_to_product_reference": "CSAFPID-0001"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-38408",
"cwe": {
"id": "CWE-428",
"name": "Unquoted Search Path or Element"
},
"notes": [
{
"category": "summary",
"text": "The PKCS#11 feature in ssh-agent in OpenSSH before 9.3p2 has an insufficiently trustworthy search path, leading to remote code execution if an agent is forwarded to an attacker-controlled system. (Code in /usr/lib is not necessarily safe for loading into ssh-agent.) NOTE: this issue exists because of an incomplete fix for CVE-2016-10009.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0003"
]
},
"remediations": [
{
"category": "workaround",
"details": "Please make sure that only trusted entities have access to the device. Furthermore, you should apply the following General Security Measures when operating the product to mitigate the associated security risk.\nThe collected resources \"SICK Operating Guidelines\" and \"ICS-CERT recommended practices on Industrial Security\" could help to implement the general security practices.",
"product_ids": [
"CSAFPID-0003"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"environmentalScore": 9.8,
"environmentalSeverity": "CRITICAL",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 9.8,
"temporalSeverity": "CRITICAL",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "OpenSSH Remote Code Execution Due to an Inssufficiently Trustworthy Search Path"
},
{
"cve": "CVE-2021-23017",
"cwe": {
"id": "CWE-193",
"name": "Off-by-one Error"
},
"notes": [
{
"category": "summary",
"text": "A security issue in nginx resolver was identified, which might allow an attacker who is able to forge UDP packets from the DNS server to cause 1-byte memory overwrite, resulting in worker process crash or potential other impact.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0003"
]
},
"remediations": [
{
"category": "workaround",
"details": "Please make sure that only trusted entities have access to the device. Furthermore, you should apply the following General Security Measures when operating the product to mitigate the associated security risk.\nThe collected resources \"SICK Operating Guidelines\" and \"ICS-CERT recommended practices on Industrial Security\" could help to implement the general security practices.",
"product_ids": [
"CSAFPID-0003"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.7,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.7,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "NGINX Off-by-One Error"
},
{
"cve": "CVE-2020-12062",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "The scp client in OpenSSH 8.2 incorrectly sends duplicate responses to the server upon a utimes system call failure, which allows a malicious unprivileged user on the remote server to overwrite arbitrary files in the client\u0027s download directory by creating a crafted subdirectory anywhere on the remote server. The victim must use the command scp -rp to download a file hierarchy containing, anywhere inside, this crafted subdirectory. NOTE: the vendor points out that \"this attack can achieve no more than a hostile peer is already able to achieve within the scp protocol\" and \"utimes does not fail under normal circumstances.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0003"
]
},
"remediations": [
{
"category": "workaround",
"details": "Please make sure that only trusted entities have access to the device. Furthermore, you should apply the following General Security Measures when operating the product to mitigate the associated security risk.\nThe collected resources \"SICK Operating Guidelines\" and \"ICS-CERT recommended practices on Industrial Security\" could help to implement the general security practices.",
"product_ids": [
"CSAFPID-0003"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "Inproper Input Validation in OpenSSH 8.2"
},
{
"cve": "CVE-2021-41874",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "An unauthorized access vulnerabiitly exists in all versions of Portainer, which could let a malicious user obtain sensitive information. NOTE: Portainer has received no detail of this CVE report. There is also no response after multiple attempts of contacting the original source.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0003"
]
},
"remediations": [
{
"category": "workaround",
"details": "Please make sure that only trusted entities have access to the device. Furthermore, you should apply the following General Security Measures when operating the product to mitigate the associated security risk.\nThe collected resources \"SICK Operating Guidelines\" and \"ICS-CERT recommended practices on Industrial Security\" could help to implement the general security practices.",
"product_ids": [
"CSAFPID-0003"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "Unauthorized Access Vulnerabiitly in All Versions of Portainer"
},
{
"cve": "CVE-2021-25217",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "summary",
"text": "In ISC DHCP 4.1-ESV-R1 -\u003e 4.1-ESV-R16, ISC DHCP 4.4.0 -\u003e 4.4.2 (Other branches of ISC DHCP (i.e., releases in the 4.0.x series or lower and releases in the 4.3.x series) are beyond their End-of-Life (EOL) and no longer supported by ISC. From inspection it is clear that the defect is also present in releases from those series, but they have not been officially tested for the vulnerability), The outcome of encountering the defect while reading a lease that will trigger it varies, according to: the component being affected (i.e., dhclient or dhcpd) whether the package was built as a 32-bit or 64-bit binary whether the compiler flag -fstack-protection-strong was used when compiling In dhclient, ISC has not successfully reproduced the error on a 64-bit system. However, on a 32-bit system it is possible to cause dhclient to crash when reading an improper lease, which could cause network connectivity problems for an affected system due to the absence of a running DHCP client process. In dhcpd, when run in DHCPv4 or DHCPv6 mode: if the dhcpd server binary was built for a 32-bit architecture AND the -fstack-protection-strong flag was specified to the compiler, dhcpd may exit while parsing a lease file containing an objectionable lease, resulting in lack of service to clients. Additionally, the offending lease and the lease immediately following it in the lease database may be improperly deleted. if the dhcpd server binary was built for a 64-bit architecture OR if the -fstack-protection-strong compiler flag was NOT specified, the crash will not occur, but it is possible for the offending lease and the lease which immediately followed it to be improperly deleted.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0003"
]
},
"remediations": [
{
"category": "workaround",
"details": "Please make sure that only trusted entities have access to the device. Furthermore, you should apply the following General Security Measures when operating the product to mitigate the associated security risk.\nThe collected resources \"SICK Operating Guidelines\" and \"ICS-CERT recommended practices on Industrial Security\" could help to implement the general security practices.",
"product_ids": [
"CSAFPID-0003"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalScore": 7.4,
"environmentalSeverity": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"temporalScore": 7.4,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "A Buffer Overrun in Lease File Parsing Code Can Be Used to Exploit a Common Vulnerability Shared by DHCPD and Dhclient"
},
{
"cve": "CVE-2021-3618",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"notes": [
{
"category": "summary",
"text": "ALPACA is an application layer protocol content confusion attack, exploiting TLS servers implementing different protocols but using compatible certificates, such as multi-domain or wildcard certificates. A MiTM attacker having access to victim\u0027s traffic at the TCP/IP layer can redirect traffic from one subdomainto another, resulting in a valid TLS session. This breaks the authentication of TLS and cross-protocol attacks may be possible where the behavior of one protocol service may compromise the other at the application layer.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0003"
]
},
"remediations": [
{
"category": "workaround",
"details": "Please make sure that only trusted entities have access to the device. Furthermore, you should apply the following General Security Measures when operating the product to mitigate the associated security risk.\nThe collected resources \"SICK Operating Guidelines\" and \"ICS-CERT recommended practices on Industrial Security\" could help to implement the general security practices.",
"product_ids": [
"CSAFPID-0003"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.4,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.4,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "Broken Authentication of TLS"
},
{
"cve": "CVE-2021-28041",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "summary",
"text": "SSH-agent in OpenSSH before 8.5 has a double free that may be relevant in a few less-common scenarios, such as unconstrained agent-socket access on a legacy operating system, or the forwarding of an agent to an attacker-controlled host.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0003"
]
},
"remediations": [
{
"category": "workaround",
"details": "Please make sure that only trusted entities have access to the device. Furthermore, you should apply the following General Security Measures when operating the product to mitigate the associated security risk.\nThe collected resources \"SICK Operating Guidelines\" and \"ICS-CERT recommended practices on Industrial Security\" could help to implement the general security practices.",
"product_ids": [
"CSAFPID-0003"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.1,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"temporalScore": 7.1,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "Double Free in OpenSSH"
},
{
"cve": "CVE-2020-15778",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "scp in OpenSSH through 8.3p1 allows command injection in the scp.c toremote function, as demonstrated by backtick characters in the destination argument. NOTE: the vendor reportedly has stated that they intentionally omit validation of \"anomalous argument transfers\" because that could \"stand a great chance of breaking existing workflows.\"",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0003"
]
},
"remediations": [
{
"category": "workaround",
"details": "Please make sure that only trusted entities have access to the device. Furthermore, you should apply the following General Security Measures when operating the product to mitigate the associated security risk.\nThe collected resources \"SICK Operating Guidelines\" and \"ICS-CERT recommended practices on Industrial Security\" could help to implement the general security practices.",
"product_ids": [
"CSAFPID-0003"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "Command Injection in the OpenSSH scp.c to Remote Function"
},
{
"cve": "CVE-2021-42650",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"notes": [
{
"category": "summary",
"text": "Cross Site Scripting (XSS) vulnerability exists in Portainer before 2.9.1 via the node input box in Custom Templates.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0003"
]
},
"remediations": [
{
"category": "workaround",
"details": "Please make sure that only trusted entities have access to the device. Furthermore, you should apply the following General Security Measures when operating the product to mitigate the associated security risk.\nThe collected resources \"SICK Operating Guidelines\" and \"ICS-CERT recommended practices on Industrial Security\" could help to implement the general security practices.",
"product_ids": [
"CSAFPID-0003"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"environmentalScore": 6.1,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"temporalScore": 6.1,
"temporalSeverity": "MEDIUM",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "Portainer XSS Vulnerability"
},
{
"cve": "CVE-2016-20012",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "summary",
"text": "OpenSSH through 8.7 allows remote attackers, who have a suspicion that a certain combination of username and public key is known to an SSH server, to test whether this suspicion is correct. This occurs because a challenge is sent only when that combination could be valid for a login session. NOTE: the vendor does not recognize user enumeration as a vulnerability for this product",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0003"
]
},
"remediations": [
{
"category": "workaround",
"details": "Please make sure that only trusted entities have access to the device. Furthermore, you should apply the following General Security Measures when operating the product to mitigate the associated security risk.\nThe collected resources \"SICK Operating Guidelines\" and \"ICS-CERT recommended practices on Industrial Security\" could help to implement the general security practices.",
"product_ids": [
"CSAFPID-0003"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"environmentalScore": 5.3,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.3,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "OpenSSH User Enumeration"
},
{
"cve": "CVE-2025-26465",
"cwe": {
"id": "CWE-390",
"name": "Detection of Error Condition Without Action"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability was found in OpenSSH when the VerifyHostKeyDNS option is enabled. A machine-in-the-middle attack can be performed by a malicious machine impersonating a legit server. This issue occurs due to how OpenSSH mishandles error codes in specific conditions when verifying the host key. For an attack to be considered successful, the attacker needs to manage to exhaust the client\u0027s memory resource first, turning the attack complexity high.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0003"
]
},
"remediations": [
{
"category": "workaround",
"details": "Please make sure that only trusted entities have access to the device. Furthermore, you should apply the following General Security Measures when operating the product to mitigate the associated security risk.\nThe collected resources \"SICK Operating Guidelines\" and \"ICS-CERT recommended practices on Industrial Security\" could help to implement the general security practices.",
"product_ids": [
"CSAFPID-0003"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"environmentalScore": 6.8,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 6.8,
"temporalSeverity": "MEDIUM",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "OpenSSH VerifyHostKeyDNS Vulnerable to Mashine-in-the-Middle"
},
{
"cve": "CVE-2019-20372",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"notes": [
{
"category": "summary",
"text": "NGINX before 1.17.7, with certain error_page configurations, allows HTTP request smuggling, as demonstrated by the ability of an attacker to read unauthorized web pages in environments where NGINX is being fronted by a load balancer.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0003"
]
},
"remediations": [
{
"category": "workaround",
"details": "Please make sure that only trusted entities have access to the device. Furthermore, you should apply the following General Security Measures when operating the product to mitigate the associated security risk.\nThe collected resources \"SICK Operating Guidelines\" and \"ICS-CERT recommended practices on Industrial Security\" could help to implement the general security practices.",
"product_ids": [
"CSAFPID-0003"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"environmentalScore": 5.3,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.3,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "NGINX Allows HTTP Request Smuggling"
},
{
"cve": "CVE-2020-14145",
"cwe": {
"id": "CWE-203",
"name": "Observable Discrepancy"
},
"notes": [
{
"category": "summary",
"text": "The client side in OpenSSH 5.7 through 8.4 has an Observable Discrepancy leading to an information leak in the algorithm negotiation. This allows man-in-the-middle attackers to target initial connection attempts (where no host key for the server has been cached by the client). NOTE: some reports state that 8.5 and 8.6 are also affected.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0003"
]
},
"remediations": [
{
"category": "workaround",
"details": "Please make sure that only trusted entities have access to the device. Furthermore, you should apply the following General Security Measures when operating the product to mitigate the associated security risk.\nThe collected resources \"SICK Operating Guidelines\" and \"ICS-CERT recommended practices on Industrial Security\" could help to implement the general security practices.",
"product_ids": [
"CSAFPID-0003"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"environmentalScore": 5.9,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.9,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "OpenSSH Information Leak in the Algorithm Negotiation"
},
{
"cve": "CVE-2021-36368",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in OpenSSH before 8.9. If a client is using public-key authentication with agent forwarding but without -oLogLevel=verbose, and an attacker has silently modified the server to support the None authentication option, then the user cannot determine whether FIDO authentication is going to confirm that the user wishes to connect to that server, or that the user wishes to allow that server to connect to a different server on the user\u0027s behalf. NOTE: the vendor\u0027s position is \"this is not an authentication bypass, since nothing is being bypassed.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0003"
]
},
"remediations": [
{
"category": "workaround",
"details": "Please make sure that only trusted entities have access to the device. Furthermore, you should apply the following General Security Measures when operating the product to mitigate the associated security risk. The collected resources \"SICK Operating Guidelines\" and \"ICS-CERT recommended practices on Industrial Security\" could help to implement the general security practices.",
"product_ids": [
"CSAFPID-0003"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"environmentalScore": 6.8,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 6.8,
"temporalSeverity": "MEDIUM",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "OpenSSH Vulnerable to Authentication Bypass"
},
{
"cve": "CVE-2022-24961",
"cwe": {
"id": "CWE-390",
"name": "Detection of Error Condition Without Action"
},
"notes": [
{
"category": "summary",
"text": "In Portainer Agent before 2.11.1, an API server can continue running even if not associated with a Portainer instance in the past few days. The vulnerability allows the API server to run even when not linked to a Portainer instance recently, posing a security risk.",
"title": "Summary"
}
],
"product_status": {
"known_not_affected": [
"CSAFPID-0003"
]
},
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"environmentalScore": 9.8,
"environmentalSeverity": "CRITICAL",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 9.8,
"temporalSeverity": "CRITICAL",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "Portainer Agent API Server Vulnerability"
},
{
"cve": "CVE-2023-44487",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023.",
"title": "Summary"
}
],
"product_status": {
"known_not_affected": [
"CSAFPID-0003"
]
},
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "Denial of Service in HTTP/2 Protocol"
},
{
"cve": "CVE-2021-41617",
"cwe": {
"id": "CWE-273",
"name": "Improper Check for Dropped Privileges"
},
"notes": [
{
"category": "summary",
"text": "sshd in OpenSSH 6.2 through 8.x before 8.8, when certain non-default configurations are used, allows privilege escalation because supplemental groups are not initialized as expected. Helper programs for AuthorizedKeysCommand and AuthorizedPrincipalsCommand may run with privileges associated with group memberships of the sshd process, if the configuration specifies running the command as a different user.",
"title": "Summary"
}
],
"product_status": {
"known_not_affected": [
"CSAFPID-0003"
]
},
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"temporalScore": 7,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "OpenSSH Privilege Escalation"
},
{
"cve": "CVE-2023-51767",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"notes": [
{
"category": "summary",
"text": "OpenSSH through 9.6, when common types of DRAM are used, might allow row hammer attacks (for authentication bypass) because the integer value of authenticated in mm_answer_authpassword does not resist flips of a single bit. NOTE: this is applicable to a certain threat model of attacker-victim co-location in which the attacker has user privileges.",
"title": "Summary"
}
],
"product_status": {
"known_not_affected": [
"CSAFPID-0003"
]
},
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"temporalScore": 7,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "OpenSSH Authentication Bypass Vulnerability"
},
{
"cve": "CVE-2008-3844",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "Certain Red Hat Enterprise Linux (RHEL) 4 and 5 packages for OpenSSH, as signed in August 2008 using a legitimate Red Hat GPG key, contain an externally introduced modification (Trojan Horse) that allows the package authors to have an unknown impact. NOTE: since the malicious packages were not distributed from any official Red Hat sources, the scope of this issue is restricted to users who may have obtained these packages through unofficial distribution points. As of 20080827, no unofficial distributions of this software are known.",
"title": "Summary"
}
],
"product_status": {
"known_not_affected": [
"CSAFPID-0003"
]
},
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "Trojan Horse at RHEL4 for OpenSSH"
},
{
"cve": "CVE-2022-2929",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "summary",
"text": "In ISC DHCP 1.0 -\u003e 4.4.3, ISC DHCP 4.1-ESV-R1 -\u003e 4.1-ESV-R16-P1 a system with access to a DHCP server, sending DHCP packets crafted to include fqdn labels longer than 63 bytes, could eventually cause the server to run out of memory.",
"title": "Summary"
}
],
"product_status": {
"known_not_affected": [
"CSAFPID-0003"
]
},
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 6.5,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 6.5,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "DHCP Memory Leak"
},
{
"cve": "CVE-2022-2928",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "In ISC DHCP 4.4.0 -\u003e 4.4.3, ISC DHCP 4.1-ESV-R1 -\u003e 4.1-ESV-R16-P1, when the function option_code_hash_lookup() is called from add_option(), it increases the option\u0027s refcount field. However, there is not a corresponding call to option_dereference() to decrement the refcount field. The function add_option() is only used in server responses to lease query packets. Each lease query response calls this function for several options, so eventually, the reference counters could overflow and cause the server to abort.",
"title": "Summary"
}
],
"product_status": {
"known_not_affected": [
"CSAFPID-0003"
]
},
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 6.5,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 6.5,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "An Option Refcount Overflow Exists in DHCPD"
},
{
"cve": "CVE-2023-48795",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"notes": [
{
"category": "summary",
"text": "The SSH transport protocol with certain OpenSSH extensions, found in OpenSSH before 9.6 and other products, allows remote attackers to bypass integrity checks such that some packets are omitted (from the extension negotiation message), and a client and server may consequently end up with a connection for which some security features have been downgraded or disabled, aka a Terrapin attack. This occurs because the SSH Binary Packet Protocol (BPP), implemented by these extensions, mishandles the handshake phase and mishandles use of sequence numbers. For example, there is an effective attack against SSH\u0027s use of ChaCha20-Poly1305 (and CBC with Encrypt-then-MAC). The bypass occurs in chacha20-poly1305@openssh.com and (if CBC is used) the -etm@openssh.com MAC algorithms. This also affects Maverick Synergy Java SSH API before 3.1.0-SNAPSHOT, Dropbear through 2022.83, Ssh before 5.1.1 in Erlang/OTP, PuTTY before 0.80, AsyncSSH before 2.14.2, golang.org/x/crypto before 0.17.0, libssh before 0.10.6, libssh2 through 1.11.0, Thorn Tech SFTP Gateway before 3.4.6, Tera Term before 5.1, Paramiko before 3.4.0, jsch before 0.2.15, SFTPGo before 2.5.6, Netgate pfSense Plus through 23.09.1, Netgate pfSense CE through 2.7.2, HPN-SSH through 18.2.0, ProFTPD before 1.3.8b (and before 1.3.9rc2), ORYX CycloneSSH before 2.3.4, NetSarang XShell 7 before Build 0144, CrushFTP before 10.6.0, ConnectBot SSH library before 2.2.22, Apache MINA sshd through 2.11.0, sshj through 0.37.0, TinySSH through 20230101, trilead-ssh2 6401, LANCOM LCOS and LANconfig, FileZilla before 3.66.4, Nova before 11.8, PKIX-SSH before 14.4, SecureCRT before 9.4.3, Transmit5 before 5.10.4, Win32-OpenSSH before 9.5.0.0p1-Beta, WinSCP before 6.2.2, Bitvise SSH Server before 9.32, Bitvise SSH Client before 9.33, KiTTY through 0.76.1.13, the net-ssh gem 7.2.0 for Ruby, the mscdex ssh2 module before 1.15.0 for Node.js, the thrussh library before 0.35.1 for Rust, and the Russh crate before 0.40.2 for Rust.",
"title": "Summary"
}
],
"product_status": {
"known_not_affected": [
"CSAFPID-0003"
]
},
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 5.9,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.9,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "OpenSSH Vulnerable for Bypassing Integrity Checks"
},
{
"cve": "CVE-2007-2768",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "summary",
"text": "OpenSSH, when using OPIE (One-Time Passwords in Everything) for PAM, allows remote attackers to determine the existence of certain user accounts, which displays a different response if the user account exists and is configured to use one-time passwords (OTP), a similar issue to CVE-2007-2243.",
"title": "Summary"
}
],
"product_status": {
"known_not_affected": [
"CSAFPID-0003"
]
},
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"environmentalScore": 3.7,
"environmentalSeverity": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 3.7,
"temporalSeverity": "LOW",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "OpenSSH User Enumeration Using OPIE"
}
]
}
SCA-2025-0011
Vulnerability from csaf_sick - Published: 2025-10-02 13:00 - Updated: 2025-10-02 13:00The PKCS#11 feature in ssh-agent in OpenSSH before 9.3p2 has an insufficiently trustworthy search path, leading to remote code execution if an agent is forwarded to an attacker-controlled system. (Code in /usr/lib is not necessarily safe for loading into ssh-agent.) NOTE: this issue exists because of an incomplete fix for CVE-2016-10009.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
Workaround
|
A security issue in nginx resolver was identified, which might allow an attacker who is able to forge UDP packets from the DNS server to cause 1-byte memory overwrite, resulting in worker process crash or potential other impact.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
Workaround
|
The scp client in OpenSSH 8.2 incorrectly sends duplicate responses to the server upon a utimes system call failure, which allows a malicious unprivileged user on the remote server to overwrite arbitrary files in the client's download directory by creating a crafted subdirectory anywhere on the remote server. The victim must use the command scp -rp to download a file hierarchy containing, anywhere inside, this crafted subdirectory. NOTE: the vendor points out that "this attack can achieve no more than a hostile peer is already able to achieve within the scp protocol" and "utimes does not fail under normal circumstances.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
Workaround
|
An unauthorized access vulnerabiitly exists in all versions of Portainer, which could let a malicious user obtain sensitive information. NOTE: Portainer has received no detail of this CVE report. There is also no response after multiple attempts of contacting the original source.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
Workaround
|
In ISC DHCP 4.1-ESV-R1 -> 4.1-ESV-R16, ISC DHCP 4.4.0 -> 4.4.2 (Other branches of ISC DHCP (i.e., releases in the 4.0.x series or lower and releases in the 4.3.x series) are beyond their End-of-Life (EOL) and no longer supported by ISC. From inspection it is clear that the defect is also present in releases from those series, but they have not been officially tested for the vulnerability), The outcome of encountering the defect while reading a lease that will trigger it varies, according to: the component being affected (i.e., dhclient or dhcpd) whether the package was built as a 32-bit or 64-bit binary whether the compiler flag -fstack-protection-strong was used when compiling In dhclient, ISC has not successfully reproduced the error on a 64-bit system. However, on a 32-bit system it is possible to cause dhclient to crash when reading an improper lease, which could cause network connectivity problems for an affected system due to the absence of a running DHCP client process. In dhcpd, when run in DHCPv4 or DHCPv6 mode: if the dhcpd server binary was built for a 32-bit architecture AND the -fstack-protection-strong flag was specified to the compiler, dhcpd may exit while parsing a lease file containing an objectionable lease, resulting in lack of service to clients. Additionally, the offending lease and the lease immediately following it in the lease database may be improperly deleted. if the dhcpd server binary was built for a 64-bit architecture OR if the -fstack-protection-strong compiler flag was NOT specified, the crash will not occur, but it is possible for the offending lease and the lease which immediately followed it to be improperly deleted.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
Workaround
|
ALPACA is an application layer protocol content confusion attack, exploiting TLS servers implementing different protocols but using compatible certificates, such as multi-domain or wildcard certificates. A MiTM attacker having access to victim's traffic at the TCP/IP layer can redirect traffic from one subdomainto another, resulting in a valid TLS session. This breaks the authentication of TLS and cross-protocol attacks may be possible where the behavior of one protocol service may compromise the other at the application layer.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
Workaround
|
SSH-agent in OpenSSH before 8.5 has a double free that may be relevant in a few less-common scenarios, such as unconstrained agent-socket access on a legacy operating system, or the forwarding of an agent to an attacker-controlled host.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
Workaround
|
scp in OpenSSH through 8.3p1 allows command injection in the scp.c toremote function, as demonstrated by backtick characters in the destination argument. NOTE: the vendor reportedly has stated that they intentionally omit validation of "anomalous argument transfers" because that could "stand a great chance of breaking existing workflows."
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
Workaround
|
Cross Site Scripting (XSS) vulnerability exists in Portainer before 2.9.1 via the node input box in Custom Templates.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
Workaround
|
OpenSSH through 8.7 allows remote attackers, who have a suspicion that a certain combination of username and public key is known to an SSH server, to test whether this suspicion is correct. This occurs because a challenge is sent only when that combination could be valid for a login session. NOTE: the vendor does not recognize user enumeration as a vulnerability for this product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
Workaround
|
A vulnerability was found in OpenSSH when the VerifyHostKeyDNS option is enabled. A machine-in-the-middle attack can be performed by a malicious machine impersonating a legit server. This issue occurs due to how OpenSSH mishandles error codes in specific conditions when verifying the host key. For an attack to be considered successful, the attacker needs to manage to exhaust the client's memory resource first, turning the attack complexity high.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
Workaround
|
NGINX before 1.17.7, with certain error_page configurations, allows HTTP request smuggling, as demonstrated by the ability of an attacker to read unauthorized web pages in environments where NGINX is being fronted by a load balancer.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
Workaround
|
The client side in OpenSSH 5.7 through 8.4 has an Observable Discrepancy leading to an information leak in the algorithm negotiation. This allows man-in-the-middle attackers to target initial connection attempts (where no host key for the server has been cached by the client). NOTE: some reports state that 8.5 and 8.6 are also affected.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
Workaround
|
An issue was discovered in OpenSSH before 8.9. If a client is using public-key authentication with agent forwarding but without -oLogLevel=verbose, and an attacker has silently modified the server to support the None authentication option, then the user cannot determine whether FIDO authentication is going to confirm that the user wishes to connect to that server, or that the user wishes to allow that server to connect to a different server on the user's behalf. NOTE: the vendor's position is "this is not an authentication bypass, since nothing is being bypassed.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
Workaround
|
In Portainer Agent before 2.11.1, an API server can continue running even if not associated with a Portainer instance in the past few days. The vulnerability allows the API server to run even when not linked to a Portainer instance recently, posing a security risk.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
sshd in OpenSSH 6.2 through 8.x before 8.8, when certain non-default configurations are used, allows privilege escalation because supplemental groups are not initialized as expected. Helper programs for AuthorizedKeysCommand and AuthorizedPrincipalsCommand may run with privileges associated with group memberships of the sshd process, if the configuration specifies running the command as a different user.
CWE-273 - Improper Check for Dropped Privileges| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
OpenSSH through 9.6, when common types of DRAM are used, might allow row hammer attacks (for authentication bypass) because the integer value of authenticated in mm_answer_authpassword does not resist flips of a single bit. NOTE: this is applicable to a certain threat model of attacker-victim co-location in which the attacker has user privileges.
CWE-287 - Improper Authentication| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
Certain Red Hat Enterprise Linux (RHEL) 4 and 5 packages for OpenSSH, as signed in August 2008 using a legitimate Red Hat GPG key, contain an externally introduced modification (Trojan Horse) that allows the package authors to have an unknown impact. NOTE: since the malicious packages were not distributed from any official Red Hat sources, the scope of this issue is restricted to users who may have obtained these packages through unofficial distribution points. As of 20080827, no unofficial distributions of this software are known.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
In ISC DHCP 1.0 -> 4.4.3, ISC DHCP 4.1-ESV-R1 -> 4.1-ESV-R16-P1 a system with access to a DHCP server, sending DHCP packets crafted to include fqdn labels longer than 63 bytes, could eventually cause the server to run out of memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
In ISC DHCP 4.4.0 -> 4.4.3, ISC DHCP 4.1-ESV-R1 -> 4.1-ESV-R16-P1, when the function option_code_hash_lookup() is called from add_option(), it increases the option's refcount field. However, there is not a corresponding call to option_dereference() to decrement the refcount field. The function add_option() is only used in server responses to lease query packets. Each lease query response calls this function for several options, so eventually, the reference counters could overflow and cause the server to abort.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
The SSH transport protocol with certain OpenSSH extensions, found in OpenSSH before 9.6 and other products, allows remote attackers to bypass integrity checks such that some packets are omitted (from the extension negotiation message), and a client and server may consequently end up with a connection for which some security features have been downgraded or disabled, aka a Terrapin attack. This occurs because the SSH Binary Packet Protocol (BPP), implemented by these extensions, mishandles the handshake phase and mishandles use of sequence numbers. For example, there is an effective attack against SSH's use of ChaCha20-Poly1305 (and CBC with Encrypt-then-MAC). The bypass occurs in chacha20-poly1305@openssh.com and (if CBC is used) the -etm@openssh.com MAC algorithms. This also affects Maverick Synergy Java SSH API before 3.1.0-SNAPSHOT, Dropbear through 2022.83, Ssh before 5.1.1 in Erlang/OTP, PuTTY before 0.80, AsyncSSH before 2.14.2, golang.org/x/crypto before 0.17.0, libssh before 0.10.6, libssh2 through 1.11.0, Thorn Tech SFTP Gateway before 3.4.6, Tera Term before 5.1, Paramiko before 3.4.0, jsch before 0.2.15, SFTPGo before 2.5.6, Netgate pfSense Plus through 23.09.1, Netgate pfSense CE through 2.7.2, HPN-SSH through 18.2.0, ProFTPD before 1.3.8b (and before 1.3.9rc2), ORYX CycloneSSH before 2.3.4, NetSarang XShell 7 before Build 0144, CrushFTP before 10.6.0, ConnectBot SSH library before 2.2.22, Apache MINA sshd through 2.11.0, sshj through 0.37.0, TinySSH through 20230101, trilead-ssh2 6401, LANCOM LCOS and LANconfig, FileZilla before 3.66.4, Nova before 11.8, PKIX-SSH before 14.4, SecureCRT before 9.4.3, Transmit5 before 5.10.4, Win32-OpenSSH before 9.5.0.0p1-Beta, WinSCP before 6.2.2, Bitvise SSH Server before 9.32, Bitvise SSH Client before 9.33, KiTTY through 0.76.1.13, the net-ssh gem 7.2.0 for Ruby, the mscdex ssh2 module before 1.15.0 for Node.js, the thrussh library before 0.35.1 for Rust, and the Russh crate before 0.40.2 for Rust.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
OpenSSH, when using OPIE (One-Time Passwords in Everything) for PAM, allows remote attackers to determine the existence of certain user accounts, which displays a different response if the user account exists and is configured to use one-time passwords (OTP), a similar issue to CVE-2007-2243.
CWE-770 - Allocation of Resources Without Limits or Throttling| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-0003 | — |
{
"document": {
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "summary",
"text": "Several vulnerabilities in the Endress+Hauser SSG-E210GC product were discoverd. The advisory includes a total of 23 vulnerabilities, of which 14 are confirmed as affected and 9 as known not affected.",
"title": "Summary"
},
{
"category": "description",
"text": "If exploited, these vulnerabilities could potentially allow a remote, unauthenticated attacker to compromise the availability, integrity, and confidentiality of the SSG-E210GC. SICK therefore recommends ensuring that the product operates within a secure environment. Currently, SICK is not aware of any exploits targeting these vulnerabilities. ",
"title": "Impact"
},
{
"category": "description",
"text": "As general security measures, SICK recommends to minimize network exposure of the devices, restrict network access and follow recommended security practices in order to run the devices in a protected IT environment.",
"title": "Mitigation"
},
{
"category": "description",
"text": "Customers are strongly advised to apply the recommended workaround for the affected vulnerabilities to reduce potential risk.",
"title": "Remediation"
},
{
"category": "general",
"text": "As general security measures, SICK recommends to minimize network exposure of the devices, restrict network access and follow recommended security practices in order to run the devices in a protected IT environment.",
"title": "General Recommendation"
}
],
"publisher": {
"category": "coordinator",
"contact_details": "psirt@sick.de",
"issuing_authority": "SICK AG issues and issues in EHS products (when related to the Endress+Hauser SICK (EHS) joint venture).",
"name": "SICK PSIRT",
"namespace": "https://www.sick.com/psirt"
},
"references": [
{
"summary": "Endress+Hauser",
"url": "https://www.endress.com"
},
{
"summary": "SICK PSIRT Security Advisories",
"url": "https://sick.com/psirt"
},
{
"summary": "ICS-CERT recommended practices on Industrial Security",
"url": "https://www.cisa.gov/resources-tools/resources/ics-recommended-practices"
},
{
"summary": "CVSS v3.1 Calculator",
"url": "https://www.first.org/cvss/calculator/3.1"
},
{
"category": "self",
"summary": "The canonical URL.",
"url": "https://www.sick.com/.well-known/csaf/white/2025/sca-2025-0010.json"
}
],
"title": "Vulnerabilities affecting Endress+Hauser SSG-E210GC",
"tracking": {
"current_release_date": "2025-10-02T13:00:00.000Z",
"generator": {
"date": "2025-10-02T09:27:08.522Z",
"engine": {
"name": "Secvisogram",
"version": "2.5.36"
}
},
"id": "SCA-2025-0011",
"initial_release_date": "2025-10-02T13:00:00.000Z",
"revision_history": [
{
"date": "2025-10-02T13:00:00.000Z",
"number": "1.0.0",
"summary": "Initial version"
}
],
"status": "final",
"version": "1.0.0"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:all/*",
"product": {
"name": "Endress+Hauser SSG-E210GC all versions",
"product_id": "CSAFPID-0001",
"product_identification_helper": {
"skus": [
"1124771"
]
}
}
}
],
"category": "product_name",
"name": "SSG-E210GC"
}
],
"category": "product_name",
"name": "SSG"
}
],
"category": "product_family",
"name": "Hardware"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:all/*",
"product": {
"name": "Endress+Hauser SSG-E210GC Firmware all versions",
"product_id": "CSAFPID-0002"
}
}
],
"category": "product_family",
"name": "Firmware"
}
],
"category": "vendor",
"name": "Endress+Hauser"
}
],
"relationships": [
{
"category": "installed_on",
"full_product_name": {
"name": "Endress+Hauser SSG-E210GC all Firmware versions",
"product_id": "CSAFPID-0003"
},
"product_reference": "CSAFPID-0002",
"relates_to_product_reference": "CSAFPID-0001"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-38408",
"cwe": {
"id": "CWE-428",
"name": "Unquoted Search Path or Element"
},
"notes": [
{
"category": "description",
"text": "The PKCS#11 feature in ssh-agent in OpenSSH before 9.3p2 has an insufficiently trustworthy search path, leading to remote code execution if an agent is forwarded to an attacker-controlled system. (Code in /usr/lib is not necessarily safe for loading into ssh-agent.) NOTE: this issue exists because of an incomplete fix for CVE-2016-10009.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0003"
]
},
"remediations": [
{
"category": "workaround",
"details": "Please make sure that only trusted entities have access to the device. Furthermore, you should apply the following General Security Measures when operating the product to mitigate the associated security risk.\nThe collected resources \"SICK Operating Guidelines\" and \"ICS-CERT recommended practices on Industrial Security\" could help to implement the general security practices.",
"product_ids": [
"CSAFPID-0003"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"environmentalScore": 9.8,
"environmentalSeverity": "CRITICAL",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 9.8,
"temporalSeverity": "CRITICAL",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "CVE-2023-38408"
},
{
"cve": "CVE-2021-23017",
"cwe": {
"id": "CWE-193",
"name": "Off-by-one Error"
},
"notes": [
{
"category": "description",
"text": "A security issue in nginx resolver was identified, which might allow an attacker who is able to forge UDP packets from the DNS server to cause 1-byte memory overwrite, resulting in worker process crash or potential other impact.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0003"
]
},
"remediations": [
{
"category": "workaround",
"details": "Please make sure that only trusted entities have access to the device. Furthermore, you should apply the following General Security Measures when operating the product to mitigate the associated security risk.\nThe collected resources \"SICK Operating Guidelines\" and \"ICS-CERT recommended practices on Industrial Security\" could help to implement the general security practices.",
"product_ids": [
"CSAFPID-0003"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.7,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.7,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "CVE-2021-23017"
},
{
"cve": "CVE-2020-12062",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "description",
"text": "The scp client in OpenSSH 8.2 incorrectly sends duplicate responses to the server upon a utimes system call failure, which allows a malicious unprivileged user on the remote server to overwrite arbitrary files in the client\u0027s download directory by creating a crafted subdirectory anywhere on the remote server. The victim must use the command scp -rp to download a file hierarchy containing, anywhere inside, this crafted subdirectory. NOTE: the vendor points out that \"this attack can achieve no more than a hostile peer is already able to achieve within the scp protocol\" and \"utimes does not fail under normal circumstances.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0003"
]
},
"remediations": [
{
"category": "workaround",
"details": "Please make sure that only trusted entities have access to the device. Furthermore, you should apply the following General Security Measures when operating the product to mitigate the associated security risk.\nThe collected resources \"SICK Operating Guidelines\" and \"ICS-CERT recommended practices on Industrial Security\" could help to implement the general security practices.",
"product_ids": [
"CSAFPID-0003"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "CVE-2020-12062"
},
{
"cve": "CVE-2021-41874",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "description",
"text": "An unauthorized access vulnerabiitly exists in all versions of Portainer, which could let a malicious user obtain sensitive information. NOTE: Portainer has received no detail of this CVE report. There is also no response after multiple attempts of contacting the original source.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0003"
]
},
"remediations": [
{
"category": "workaround",
"details": "Please make sure that only trusted entities have access to the device. Furthermore, you should apply the following General Security Measures when operating the product to mitigate the associated security risk.\nThe collected resources \"SICK Operating Guidelines\" and \"ICS-CERT recommended practices on Industrial Security\" could help to implement the general security practices.",
"product_ids": [
"CSAFPID-0003"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "CVE-2021-41874"
},
{
"cve": "CVE-2021-25217",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "description",
"text": "In ISC DHCP 4.1-ESV-R1 -\u003e 4.1-ESV-R16, ISC DHCP 4.4.0 -\u003e 4.4.2 (Other branches of ISC DHCP (i.e., releases in the 4.0.x series or lower and releases in the 4.3.x series) are beyond their End-of-Life (EOL) and no longer supported by ISC. From inspection it is clear that the defect is also present in releases from those series, but they have not been officially tested for the vulnerability), The outcome of encountering the defect while reading a lease that will trigger it varies, according to: the component being affected (i.e., dhclient or dhcpd) whether the package was built as a 32-bit or 64-bit binary whether the compiler flag -fstack-protection-strong was used when compiling In dhclient, ISC has not successfully reproduced the error on a 64-bit system. However, on a 32-bit system it is possible to cause dhclient to crash when reading an improper lease, which could cause network connectivity problems for an affected system due to the absence of a running DHCP client process. In dhcpd, when run in DHCPv4 or DHCPv6 mode: if the dhcpd server binary was built for a 32-bit architecture AND the -fstack-protection-strong flag was specified to the compiler, dhcpd may exit while parsing a lease file containing an objectionable lease, resulting in lack of service to clients. Additionally, the offending lease and the lease immediately following it in the lease database may be improperly deleted. if the dhcpd server binary was built for a 64-bit architecture OR if the -fstack-protection-strong compiler flag was NOT specified, the crash will not occur, but it is possible for the offending lease and the lease which immediately followed it to be improperly deleted.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0003"
]
},
"remediations": [
{
"category": "workaround",
"details": "Please make sure that only trusted entities have access to the device. Furthermore, you should apply the following General Security Measures when operating the product to mitigate the associated security risk.\nThe collected resources \"SICK Operating Guidelines\" and \"ICS-CERT recommended practices on Industrial Security\" could help to implement the general security practices.",
"product_ids": [
"CSAFPID-0003"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalScore": 7.4,
"environmentalSeverity": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"temporalScore": 7.4,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "CVE-2021-25217"
},
{
"cve": "CVE-2021-3618",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"notes": [
{
"category": "description",
"text": "ALPACA is an application layer protocol content confusion attack, exploiting TLS servers implementing different protocols but using compatible certificates, such as multi-domain or wildcard certificates. A MiTM attacker having access to victim\u0027s traffic at the TCP/IP layer can redirect traffic from one subdomainto another, resulting in a valid TLS session. This breaks the authentication of TLS and cross-protocol attacks may be possible where the behavior of one protocol service may compromise the other at the application layer.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0003"
]
},
"remediations": [
{
"category": "workaround",
"details": "Please make sure that only trusted entities have access to the device. Furthermore, you should apply the following General Security Measures when operating the product to mitigate the associated security risk.\nThe collected resources \"SICK Operating Guidelines\" and \"ICS-CERT recommended practices on Industrial Security\" could help to implement the general security practices.",
"product_ids": [
"CSAFPID-0003"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.4,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.4,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "CVE-2021-3618"
},
{
"cve": "CVE-2021-28041",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "description",
"text": "SSH-agent in OpenSSH before 8.5 has a double free that may be relevant in a few less-common scenarios, such as unconstrained agent-socket access on a legacy operating system, or the forwarding of an agent to an attacker-controlled host.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0003"
]
},
"remediations": [
{
"category": "workaround",
"details": "Please make sure that only trusted entities have access to the device. Furthermore, you should apply the following General Security Measures when operating the product to mitigate the associated security risk.\nThe collected resources \"SICK Operating Guidelines\" and \"ICS-CERT recommended practices on Industrial Security\" could help to implement the general security practices.",
"product_ids": [
"CSAFPID-0003"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.1,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"temporalScore": 7.1,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "CVE-2021-28041"
},
{
"cve": "CVE-2020-15778",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"notes": [
{
"category": "description",
"text": "scp in OpenSSH through 8.3p1 allows command injection in the scp.c toremote function, as demonstrated by backtick characters in the destination argument. NOTE: the vendor reportedly has stated that they intentionally omit validation of \"anomalous argument transfers\" because that could \"stand a great chance of breaking existing workflows.\"",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0003"
]
},
"remediations": [
{
"category": "workaround",
"details": "Please make sure that only trusted entities have access to the device. Furthermore, you should apply the following General Security Measures when operating the product to mitigate the associated security risk.\nThe collected resources \"SICK Operating Guidelines\" and \"ICS-CERT recommended practices on Industrial Security\" could help to implement the general security practices.",
"product_ids": [
"CSAFPID-0003"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "CVE-2020-15778"
},
{
"cve": "CVE-2021-42650",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"notes": [
{
"category": "description",
"text": "Cross Site Scripting (XSS) vulnerability exists in Portainer before 2.9.1 via the node input box in Custom Templates.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0003"
]
},
"remediations": [
{
"category": "workaround",
"details": "Please make sure that only trusted entities have access to the device. Furthermore, you should apply the following General Security Measures when operating the product to mitigate the associated security risk.\nThe collected resources \"SICK Operating Guidelines\" and \"ICS-CERT recommended practices on Industrial Security\" could help to implement the general security practices.",
"product_ids": [
"CSAFPID-0003"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"environmentalScore": 6.1,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"temporalScore": 6.1,
"temporalSeverity": "MEDIUM",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "CVE-2021-42650"
},
{
"cve": "CVE-2016-20012",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "description",
"text": "OpenSSH through 8.7 allows remote attackers, who have a suspicion that a certain combination of username and public key is known to an SSH server, to test whether this suspicion is correct. This occurs because a challenge is sent only when that combination could be valid for a login session. NOTE: the vendor does not recognize user enumeration as a vulnerability for this product",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0003"
]
},
"remediations": [
{
"category": "workaround",
"details": "Please make sure that only trusted entities have access to the device. Furthermore, you should apply the following General Security Measures when operating the product to mitigate the associated security risk.\nThe collected resources \"SICK Operating Guidelines\" and \"ICS-CERT recommended practices on Industrial Security\" could help to implement the general security practices.",
"product_ids": [
"CSAFPID-0003"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"environmentalScore": 5.3,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.3,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "CVE-2016-20012"
},
{
"cve": "CVE-2025-26465",
"cwe": {
"id": "CWE-390",
"name": "Detection of Error Condition Without Action"
},
"notes": [
{
"category": "description",
"text": "A vulnerability was found in OpenSSH when the VerifyHostKeyDNS option is enabled. A machine-in-the-middle attack can be performed by a malicious machine impersonating a legit server. This issue occurs due to how OpenSSH mishandles error codes in specific conditions when verifying the host key. For an attack to be considered successful, the attacker needs to manage to exhaust the client\u0027s memory resource first, turning the attack complexity high.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0003"
]
},
"remediations": [
{
"category": "workaround",
"details": "Please make sure that only trusted entities have access to the device. Furthermore, you should apply the following General Security Measures when operating the product to mitigate the associated security risk.\nThe collected resources \"SICK Operating Guidelines\" and \"ICS-CERT recommended practices on Industrial Security\" could help to implement the general security practices.",
"product_ids": [
"CSAFPID-0003"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"environmentalScore": 6.8,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 6.8,
"temporalSeverity": "MEDIUM",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "CVE-2025-26465"
},
{
"cve": "CVE-2019-20372",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"notes": [
{
"category": "description",
"text": "NGINX before 1.17.7, with certain error_page configurations, allows HTTP request smuggling, as demonstrated by the ability of an attacker to read unauthorized web pages in environments where NGINX is being fronted by a load balancer.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0003"
]
},
"remediations": [
{
"category": "workaround",
"details": "Please make sure that only trusted entities have access to the device. Furthermore, you should apply the following General Security Measures when operating the product to mitigate the associated security risk.\nThe collected resources \"SICK Operating Guidelines\" and \"ICS-CERT recommended practices on Industrial Security\" could help to implement the general security practices.",
"product_ids": [
"CSAFPID-0003"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"environmentalScore": 5.3,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.3,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "CVE-2019-20372"
},
{
"cve": "CVE-2020-14145",
"cwe": {
"id": "CWE-203",
"name": "Observable Discrepancy"
},
"notes": [
{
"category": "description",
"text": "The client side in OpenSSH 5.7 through 8.4 has an Observable Discrepancy leading to an information leak in the algorithm negotiation. This allows man-in-the-middle attackers to target initial connection attempts (where no host key for the server has been cached by the client). NOTE: some reports state that 8.5 and 8.6 are also affected.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0003"
]
},
"remediations": [
{
"category": "workaround",
"details": "Please make sure that only trusted entities have access to the device. Furthermore, you should apply the following General Security Measures when operating the product to mitigate the associated security risk.\nThe collected resources \"SICK Operating Guidelines\" and \"ICS-CERT recommended practices on Industrial Security\" could help to implement the general security practices.",
"product_ids": [
"CSAFPID-0003"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"environmentalScore": 5.9,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.9,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "CVE-2020-14145"
},
{
"cve": "CVE-2021-36368",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"notes": [
{
"category": "description",
"text": "An issue was discovered in OpenSSH before 8.9. If a client is using public-key authentication with agent forwarding but without -oLogLevel=verbose, and an attacker has silently modified the server to support the None authentication option, then the user cannot determine whether FIDO authentication is going to confirm that the user wishes to connect to that server, or that the user wishes to allow that server to connect to a different server on the user\u0027s behalf. NOTE: the vendor\u0027s position is \"this is not an authentication bypass, since nothing is being bypassed.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0003"
]
},
"remediations": [
{
"category": "workaround",
"details": "Please make sure that only trusted entities have access to the device. Furthermore, you should apply the following General Security Measures when operating the product to mitigate the associated security risk. The collected resources \"SICK Operating Guidelines\" and \"ICS-CERT recommended practices on Industrial Security\" could help to implement the general security practices.",
"product_ids": [
"CSAFPID-0003"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"environmentalScore": 6.8,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 6.8,
"temporalSeverity": "MEDIUM",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "CVE-2021-36368"
},
{
"cve": "CVE-2022-24961",
"cwe": {
"id": "CWE-390",
"name": "Detection of Error Condition Without Action"
},
"notes": [
{
"category": "description",
"text": "In Portainer Agent before 2.11.1, an API server can continue running even if not associated with a Portainer instance in the past few days. The vulnerability allows the API server to run even when not linked to a Portainer instance recently, posing a security risk.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_not_affected": [
"CSAFPID-0003"
]
},
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"environmentalScore": 9.8,
"environmentalSeverity": "CRITICAL",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 9.8,
"temporalSeverity": "CRITICAL",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "CVE-2022-24961"
},
{
"cve": "CVE-2023-44487",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "description",
"text": "The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_not_affected": [
"CSAFPID-0003"
]
},
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "CVE-2023-44487"
},
{
"cve": "CVE-2021-41617",
"cwe": {
"id": "CWE-273",
"name": "Improper Check for Dropped Privileges"
},
"notes": [
{
"category": "description",
"text": "sshd in OpenSSH 6.2 through 8.x before 8.8, when certain non-default configurations are used, allows privilege escalation because supplemental groups are not initialized as expected. Helper programs for AuthorizedKeysCommand and AuthorizedPrincipalsCommand may run with privileges associated with group memberships of the sshd process, if the configuration specifies running the command as a different user.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_not_affected": [
"CSAFPID-0003"
]
},
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"temporalScore": 7,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "CVE-2021-41617"
},
{
"cve": "CVE-2023-51767",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"notes": [
{
"category": "description",
"text": "OpenSSH through 9.6, when common types of DRAM are used, might allow row hammer attacks (for authentication bypass) because the integer value of authenticated in mm_answer_authpassword does not resist flips of a single bit. NOTE: this is applicable to a certain threat model of attacker-victim co-location in which the attacker has user privileges.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_not_affected": [
"CSAFPID-0003"
]
},
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"temporalScore": 7,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "CVE-2023-51767"
},
{
"cve": "CVE-2008-3844",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "description",
"text": "Certain Red Hat Enterprise Linux (RHEL) 4 and 5 packages for OpenSSH, as signed in August 2008 using a legitimate Red Hat GPG key, contain an externally introduced modification (Trojan Horse) that allows the package authors to have an unknown impact. NOTE: since the malicious packages were not distributed from any official Red Hat sources, the scope of this issue is restricted to users who may have obtained these packages through unofficial distribution points. As of 20080827, no unofficial distributions of this software are known.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_not_affected": [
"CSAFPID-0003"
]
},
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "CVE-2008-3844"
},
{
"cve": "CVE-2022-2929",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "description",
"text": "In ISC DHCP 1.0 -\u003e 4.4.3, ISC DHCP 4.1-ESV-R1 -\u003e 4.1-ESV-R16-P1 a system with access to a DHCP server, sending DHCP packets crafted to include fqdn labels longer than 63 bytes, could eventually cause the server to run out of memory.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_not_affected": [
"CSAFPID-0003"
]
},
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 6.5,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 6.5,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "CVE-2022-2929"
},
{
"cve": "CVE-2022-2928",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "description",
"text": "In ISC DHCP 4.4.0 -\u003e 4.4.3, ISC DHCP 4.1-ESV-R1 -\u003e 4.1-ESV-R16-P1, when the function option_code_hash_lookup() is called from add_option(), it increases the option\u0027s refcount field. However, there is not a corresponding call to option_dereference() to decrement the refcount field. The function add_option() is only used in server responses to lease query packets. Each lease query response calls this function for several options, so eventually, the reference counters could overflow and cause the server to abort.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_not_affected": [
"CSAFPID-0003"
]
},
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 6.5,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 6.5,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "CVE-2022-2928"
},
{
"cve": "CVE-2023-48795",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"notes": [
{
"category": "description",
"text": "The SSH transport protocol with certain OpenSSH extensions, found in OpenSSH before 9.6 and other products, allows remote attackers to bypass integrity checks such that some packets are omitted (from the extension negotiation message), and a client and server may consequently end up with a connection for which some security features have been downgraded or disabled, aka a Terrapin attack. This occurs because the SSH Binary Packet Protocol (BPP), implemented by these extensions, mishandles the handshake phase and mishandles use of sequence numbers. For example, there is an effective attack against SSH\u0027s use of ChaCha20-Poly1305 (and CBC with Encrypt-then-MAC). The bypass occurs in chacha20-poly1305@openssh.com and (if CBC is used) the -etm@openssh.com MAC algorithms. This also affects Maverick Synergy Java SSH API before 3.1.0-SNAPSHOT, Dropbear through 2022.83, Ssh before 5.1.1 in Erlang/OTP, PuTTY before 0.80, AsyncSSH before 2.14.2, golang.org/x/crypto before 0.17.0, libssh before 0.10.6, libssh2 through 1.11.0, Thorn Tech SFTP Gateway before 3.4.6, Tera Term before 5.1, Paramiko before 3.4.0, jsch before 0.2.15, SFTPGo before 2.5.6, Netgate pfSense Plus through 23.09.1, Netgate pfSense CE through 2.7.2, HPN-SSH through 18.2.0, ProFTPD before 1.3.8b (and before 1.3.9rc2), ORYX CycloneSSH before 2.3.4, NetSarang XShell 7 before Build 0144, CrushFTP before 10.6.0, ConnectBot SSH library before 2.2.22, Apache MINA sshd through 2.11.0, sshj through 0.37.0, TinySSH through 20230101, trilead-ssh2 6401, LANCOM LCOS and LANconfig, FileZilla before 3.66.4, Nova before 11.8, PKIX-SSH before 14.4, SecureCRT before 9.4.3, Transmit5 before 5.10.4, Win32-OpenSSH before 9.5.0.0p1-Beta, WinSCP before 6.2.2, Bitvise SSH Server before 9.32, Bitvise SSH Client before 9.33, KiTTY through 0.76.1.13, the net-ssh gem 7.2.0 for Ruby, the mscdex ssh2 module before 1.15.0 for Node.js, the thrussh library before 0.35.1 for Rust, and the Russh crate before 0.40.2 for Rust.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_not_affected": [
"CSAFPID-0003"
]
},
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 5.9,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.9,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "CVE-2023-48795"
},
{
"cve": "CVE-2007-2768",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "description",
"text": "OpenSSH, when using OPIE (One-Time Passwords in Everything) for PAM, allows remote attackers to determine the existence of certain user accounts, which displays a different response if the user account exists and is configured to use one-time passwords (OTP), a similar issue to CVE-2007-2243.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_not_affected": [
"CSAFPID-0003"
]
},
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"environmentalScore": 3.7,
"environmentalSeverity": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 3.7,
"temporalSeverity": "LOW",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0003"
]
}
],
"title": "CVE-2007-2768"
}
]
}
SSA-406691
Vulnerability from csaf_siemens - Published: 2022-03-08 00:00 - Updated: 2022-03-08 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM ROX MX5000
Siemens / RUGGEDCOM ROX MX5000
|
>= V2.3.0 and < V2.15.0 |
Vendor Fix
fix
Workaround
Workaround
|
|
|
RUGGEDCOM ROX RX1400
Siemens / RUGGEDCOM ROX RX1400
|
< V2.15.0 |
Vendor Fix
fix
Workaround
Workaround
|
|
|
RUGGEDCOM ROX RX1500
Siemens / RUGGEDCOM ROX RX1500
|
>= V2.3.0 and < V2.15.0 |
Vendor Fix
fix
Workaround
Workaround
|
|
|
RUGGEDCOM ROX RX1501
Siemens / RUGGEDCOM ROX RX1501
|
>= V2.3.0 and < V2.15.0 |
Vendor Fix
fix
Workaround
Workaround
|
|
|
RUGGEDCOM ROX RX1510
Siemens / RUGGEDCOM ROX RX1510
|
>= V2.3.0 and < V2.15.0 |
Vendor Fix
fix
Workaround
Workaround
|
|
|
RUGGEDCOM ROX RX1511
Siemens / RUGGEDCOM ROX RX1511
|
>= V2.3.0 and < V2.15.0 |
Vendor Fix
fix
Workaround
Workaround
|
|
|
RUGGEDCOM ROX RX1512
Siemens / RUGGEDCOM ROX RX1512
|
>= V2.3.0 and < V2.15.0 |
Vendor Fix
fix
Workaround
Workaround
|
|
|
RUGGEDCOM ROX RX1524
Siemens / RUGGEDCOM ROX RX1524
|
< V2.15.0 |
Vendor Fix
fix
Workaround
Workaround
|
|
|
RUGGEDCOM ROX RX1536
Siemens / RUGGEDCOM ROX RX1536
|
< V2.15.0 |
Vendor Fix
fix
Workaround
Workaround
|
|
|
RUGGEDCOM ROX RX5000
Siemens / RUGGEDCOM ROX RX5000
|
>= V2.3.0 and < V2.15.0 |
Vendor Fix
fix
Workaround
Workaround
|
{
"document": {
"category": "Siemens Security Advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Disclosure is not limited.",
"tlp": {
"label": "WHITE"
}
},
"notes": [
{
"category": "summary",
"text": "A vulnerability in the RUGGEDCOM ROX devices\u0027 third party component, ISC DHCP, could allow an attacker to cause a buffer overrun due to a bug when reading a stored DHCP lease containing certain option information, eventually leading to a denial-of-service condition, or cause a remote-code execution.\n\nSiemens has released updates for the affected products and recommends to update to the latest versions.",
"title": "Summary"
},
{
"category": "general",
"text": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity",
"title": "General Recommendations"
},
{
"category": "general",
"text": "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "Siemens Security Advisories are subject to the terms and conditions contained in Siemens\u0027 underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter \"License Terms\"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens\u0027 Global Website (https://www.siemens.com/terms_of_use, hereinafter \"Terms of Use\"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "productcert@siemens.com",
"name": "Siemens ProductCERT",
"namespace": "https://www.siemens.com"
},
"references": [
{
"category": "self",
"summary": "SSA-406691: Buffer Vulnerabilities in DHCP function of RUGGEDCOM ROX products - PDF Version",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-406691.pdf"
},
{
"category": "self",
"summary": "SSA-406691: Buffer Vulnerabilities in DHCP function of RUGGEDCOM ROX products - TXT Version",
"url": "https://cert-portal.siemens.com/productcert/txt/ssa-406691.txt"
},
{
"category": "self",
"summary": "SSA-406691: Buffer Vulnerabilities in DHCP function of RUGGEDCOM ROX products - CSAF Version",
"url": "https://cert-portal.siemens.com/productcert/csaf/ssa-406691.json"
}
],
"title": "SSA-406691: Buffer Vulnerabilities in DHCP function of RUGGEDCOM ROX products",
"tracking": {
"current_release_date": "2022-03-08T00:00:00Z",
"generator": {
"engine": {
"name": "Siemens ProductCERT CSAF Generator",
"version": "1"
}
},
"id": "SSA-406691",
"initial_release_date": "2022-03-08T00:00:00Z",
"revision_history": [
{
"date": "2022-03-08T00:00:00Z",
"legacy_version": "1.0",
"number": "1",
"summary": "Publication Date"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003e= V2.3.0 and \u003c V2.15.0",
"product": {
"name": "RUGGEDCOM ROX MX5000",
"product_id": "1"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX MX5000"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c V2.15.0",
"product": {
"name": "RUGGEDCOM ROX RX1400",
"product_id": "2"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX RX1400"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003e= V2.3.0 and \u003c V2.15.0",
"product": {
"name": "RUGGEDCOM ROX RX1500",
"product_id": "3"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX RX1500"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003e= V2.3.0 and \u003c V2.15.0",
"product": {
"name": "RUGGEDCOM ROX RX1501",
"product_id": "4"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX RX1501"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003e= V2.3.0 and \u003c V2.15.0",
"product": {
"name": "RUGGEDCOM ROX RX1510",
"product_id": "5"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX RX1510"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003e= V2.3.0 and \u003c V2.15.0",
"product": {
"name": "RUGGEDCOM ROX RX1511",
"product_id": "6"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX RX1511"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003e= V2.3.0 and \u003c V2.15.0",
"product": {
"name": "RUGGEDCOM ROX RX1512",
"product_id": "7"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX RX1512"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c V2.15.0",
"product": {
"name": "RUGGEDCOM ROX RX1524",
"product_id": "8"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX RX1524"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c V2.15.0",
"product": {
"name": "RUGGEDCOM ROX RX1536",
"product_id": "9"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX RX1536"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003e= V2.3.0 and \u003c V2.15.0",
"product": {
"name": "RUGGEDCOM ROX RX5000",
"product_id": "10"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX RX5000"
}
],
"category": "vendor",
"name": "Siemens"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-25217",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "summary",
"text": "The affected products contain the third party component, ISC DHCP, that possesses a vulnerability if used as a DHCP client or server. The vulnerability affects the DHCP package when storing and reading DHCP lease information containing particular option information.\n\nAn attacker could exploit this vulnerability to affect the availability of the DHCP client or server, or in the worst case affect the confidentiality or integrity of device through a buffer overflow or cause a remote-code execution.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10"
]
},
"references": [
{
"summary": "CVE-2021-25217 - RUGGEDCOM ROX MX5000",
"url": "https://support.industry.siemens.com/cs/document/109805782/"
},
{
"summary": "CVE-2021-25217 - RUGGEDCOM ROX RX1400",
"url": "https://support.industry.siemens.com/cs/document/109805782/"
},
{
"summary": "CVE-2021-25217 - RUGGEDCOM ROX RX1500",
"url": "https://support.industry.siemens.com/cs/document/109805782/"
},
{
"summary": "CVE-2021-25217 - RUGGEDCOM ROX RX1501",
"url": "https://support.industry.siemens.com/cs/document/109805782/"
},
{
"summary": "CVE-2021-25217 - RUGGEDCOM ROX RX1510",
"url": "https://support.industry.siemens.com/cs/document/109805782/"
},
{
"summary": "CVE-2021-25217 - RUGGEDCOM ROX RX1511",
"url": "https://support.industry.siemens.com/cs/document/109805782/"
},
{
"summary": "CVE-2021-25217 - RUGGEDCOM ROX RX1512",
"url": "https://support.industry.siemens.com/cs/document/109805782/"
},
{
"summary": "CVE-2021-25217 - RUGGEDCOM ROX RX1524",
"url": "https://support.industry.siemens.com/cs/document/109805782/"
},
{
"summary": "CVE-2021-25217 - RUGGEDCOM ROX RX1536",
"url": "https://support.industry.siemens.com/cs/document/109805782/"
},
{
"summary": "CVE-2021-25217 - RUGGEDCOM ROX RX5000",
"url": "https://support.industry.siemens.com/cs/document/109805782/"
},
{
"summary": "CVE-2021-25217 Mitre 5.0 json",
"url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-25217.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.15.0 or later version",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10"
],
"url": "https://support.industry.siemens.com/cs/document/109805782/"
},
{
"category": "workaround",
"details": "Disable the DHCP server if not needed for operations",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10"
]
},
{
"category": "workaround",
"details": "Disable the DHCP client if not needed for operations",
"product_ids": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10"
]
}
],
"title": "CVE-2021-25217"
}
]
}
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.