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"
},
"fkie_nvd": {
"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\"}]}]}]",
"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\"}]",
"id": "CVE-2021-25217",
"lastModified": "2024-11-21T05:54:34.013",
"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}]}",
"published": "2021-05-26T22:15:07.947",
"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\"]}]",
"sourceIdentifier": "security-officer@isc.org",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-119\"}]}]"
},
"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\"]}]}}"
}
}
OPENSUSE-SU-2024:10715-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "dhcp-4.4.2.P1-2.4 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the dhcp-4.4.2.P1-2.4 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-10715",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_10715-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-3144 page",
"url": "https://www.suse.com/security/cve/CVE-2017-3144/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-5732 page",
"url": "https://www.suse.com/security/cve/CVE-2018-5732/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-5733 page",
"url": "https://www.suse.com/security/cve/CVE-2018-5733/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-6470 page",
"url": "https://www.suse.com/security/cve/CVE-2019-6470/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-25217 page",
"url": "https://www.suse.com/security/cve/CVE-2021-25217/"
}
],
"title": "dhcp-4.4.2.P1-2.4 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:10715-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "dhcp-4.4.2.P1-2.4.aarch64",
"product": {
"name": "dhcp-4.4.2.P1-2.4.aarch64",
"product_id": "dhcp-4.4.2.P1-2.4.aarch64"
}
},
{
"category": "product_version",
"name": "dhcp-client-4.4.2.P1-2.4.aarch64",
"product": {
"name": "dhcp-client-4.4.2.P1-2.4.aarch64",
"product_id": "dhcp-client-4.4.2.P1-2.4.aarch64"
}
},
{
"category": "product_version",
"name": "dhcp-devel-4.4.2.P1-2.4.aarch64",
"product": {
"name": "dhcp-devel-4.4.2.P1-2.4.aarch64",
"product_id": "dhcp-devel-4.4.2.P1-2.4.aarch64"
}
},
{
"category": "product_version",
"name": "dhcp-doc-4.4.2.P1-2.4.aarch64",
"product": {
"name": "dhcp-doc-4.4.2.P1-2.4.aarch64",
"product_id": "dhcp-doc-4.4.2.P1-2.4.aarch64"
}
},
{
"category": "product_version",
"name": "dhcp-relay-4.4.2.P1-2.4.aarch64",
"product": {
"name": "dhcp-relay-4.4.2.P1-2.4.aarch64",
"product_id": "dhcp-relay-4.4.2.P1-2.4.aarch64"
}
},
{
"category": "product_version",
"name": "dhcp-server-4.4.2.P1-2.4.aarch64",
"product": {
"name": "dhcp-server-4.4.2.P1-2.4.aarch64",
"product_id": "dhcp-server-4.4.2.P1-2.4.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-4.4.2.P1-2.4.ppc64le",
"product": {
"name": "dhcp-4.4.2.P1-2.4.ppc64le",
"product_id": "dhcp-4.4.2.P1-2.4.ppc64le"
}
},
{
"category": "product_version",
"name": "dhcp-client-4.4.2.P1-2.4.ppc64le",
"product": {
"name": "dhcp-client-4.4.2.P1-2.4.ppc64le",
"product_id": "dhcp-client-4.4.2.P1-2.4.ppc64le"
}
},
{
"category": "product_version",
"name": "dhcp-devel-4.4.2.P1-2.4.ppc64le",
"product": {
"name": "dhcp-devel-4.4.2.P1-2.4.ppc64le",
"product_id": "dhcp-devel-4.4.2.P1-2.4.ppc64le"
}
},
{
"category": "product_version",
"name": "dhcp-doc-4.4.2.P1-2.4.ppc64le",
"product": {
"name": "dhcp-doc-4.4.2.P1-2.4.ppc64le",
"product_id": "dhcp-doc-4.4.2.P1-2.4.ppc64le"
}
},
{
"category": "product_version",
"name": "dhcp-relay-4.4.2.P1-2.4.ppc64le",
"product": {
"name": "dhcp-relay-4.4.2.P1-2.4.ppc64le",
"product_id": "dhcp-relay-4.4.2.P1-2.4.ppc64le"
}
},
{
"category": "product_version",
"name": "dhcp-server-4.4.2.P1-2.4.ppc64le",
"product": {
"name": "dhcp-server-4.4.2.P1-2.4.ppc64le",
"product_id": "dhcp-server-4.4.2.P1-2.4.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-4.4.2.P1-2.4.s390x",
"product": {
"name": "dhcp-4.4.2.P1-2.4.s390x",
"product_id": "dhcp-4.4.2.P1-2.4.s390x"
}
},
{
"category": "product_version",
"name": "dhcp-client-4.4.2.P1-2.4.s390x",
"product": {
"name": "dhcp-client-4.4.2.P1-2.4.s390x",
"product_id": "dhcp-client-4.4.2.P1-2.4.s390x"
}
},
{
"category": "product_version",
"name": "dhcp-devel-4.4.2.P1-2.4.s390x",
"product": {
"name": "dhcp-devel-4.4.2.P1-2.4.s390x",
"product_id": "dhcp-devel-4.4.2.P1-2.4.s390x"
}
},
{
"category": "product_version",
"name": "dhcp-doc-4.4.2.P1-2.4.s390x",
"product": {
"name": "dhcp-doc-4.4.2.P1-2.4.s390x",
"product_id": "dhcp-doc-4.4.2.P1-2.4.s390x"
}
},
{
"category": "product_version",
"name": "dhcp-relay-4.4.2.P1-2.4.s390x",
"product": {
"name": "dhcp-relay-4.4.2.P1-2.4.s390x",
"product_id": "dhcp-relay-4.4.2.P1-2.4.s390x"
}
},
{
"category": "product_version",
"name": "dhcp-server-4.4.2.P1-2.4.s390x",
"product": {
"name": "dhcp-server-4.4.2.P1-2.4.s390x",
"product_id": "dhcp-server-4.4.2.P1-2.4.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-4.4.2.P1-2.4.x86_64",
"product": {
"name": "dhcp-4.4.2.P1-2.4.x86_64",
"product_id": "dhcp-4.4.2.P1-2.4.x86_64"
}
},
{
"category": "product_version",
"name": "dhcp-client-4.4.2.P1-2.4.x86_64",
"product": {
"name": "dhcp-client-4.4.2.P1-2.4.x86_64",
"product_id": "dhcp-client-4.4.2.P1-2.4.x86_64"
}
},
{
"category": "product_version",
"name": "dhcp-devel-4.4.2.P1-2.4.x86_64",
"product": {
"name": "dhcp-devel-4.4.2.P1-2.4.x86_64",
"product_id": "dhcp-devel-4.4.2.P1-2.4.x86_64"
}
},
{
"category": "product_version",
"name": "dhcp-doc-4.4.2.P1-2.4.x86_64",
"product": {
"name": "dhcp-doc-4.4.2.P1-2.4.x86_64",
"product_id": "dhcp-doc-4.4.2.P1-2.4.x86_64"
}
},
{
"category": "product_version",
"name": "dhcp-relay-4.4.2.P1-2.4.x86_64",
"product": {
"name": "dhcp-relay-4.4.2.P1-2.4.x86_64",
"product_id": "dhcp-relay-4.4.2.P1-2.4.x86_64"
}
},
{
"category": "product_version",
"name": "dhcp-server-4.4.2.P1-2.4.x86_64",
"product": {
"name": "dhcp-server-4.4.2.P1-2.4.x86_64",
"product_id": "dhcp-server-4.4.2.P1-2.4.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-4.4.2.P1-2.4.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.aarch64"
},
"product_reference": "dhcp-4.4.2.P1-2.4.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-4.4.2.P1-2.4.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.ppc64le"
},
"product_reference": "dhcp-4.4.2.P1-2.4.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-4.4.2.P1-2.4.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.s390x"
},
"product_reference": "dhcp-4.4.2.P1-2.4.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-4.4.2.P1-2.4.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.x86_64"
},
"product_reference": "dhcp-4.4.2.P1-2.4.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-4.4.2.P1-2.4.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.aarch64"
},
"product_reference": "dhcp-client-4.4.2.P1-2.4.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-4.4.2.P1-2.4.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.ppc64le"
},
"product_reference": "dhcp-client-4.4.2.P1-2.4.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-4.4.2.P1-2.4.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.s390x"
},
"product_reference": "dhcp-client-4.4.2.P1-2.4.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-4.4.2.P1-2.4.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.x86_64"
},
"product_reference": "dhcp-client-4.4.2.P1-2.4.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-4.4.2.P1-2.4.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.aarch64"
},
"product_reference": "dhcp-devel-4.4.2.P1-2.4.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-4.4.2.P1-2.4.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.ppc64le"
},
"product_reference": "dhcp-devel-4.4.2.P1-2.4.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-4.4.2.P1-2.4.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.s390x"
},
"product_reference": "dhcp-devel-4.4.2.P1-2.4.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-4.4.2.P1-2.4.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.x86_64"
},
"product_reference": "dhcp-devel-4.4.2.P1-2.4.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-doc-4.4.2.P1-2.4.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.aarch64"
},
"product_reference": "dhcp-doc-4.4.2.P1-2.4.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-doc-4.4.2.P1-2.4.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.ppc64le"
},
"product_reference": "dhcp-doc-4.4.2.P1-2.4.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-doc-4.4.2.P1-2.4.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.s390x"
},
"product_reference": "dhcp-doc-4.4.2.P1-2.4.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-doc-4.4.2.P1-2.4.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.x86_64"
},
"product_reference": "dhcp-doc-4.4.2.P1-2.4.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-4.4.2.P1-2.4.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.aarch64"
},
"product_reference": "dhcp-relay-4.4.2.P1-2.4.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-4.4.2.P1-2.4.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.ppc64le"
},
"product_reference": "dhcp-relay-4.4.2.P1-2.4.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-4.4.2.P1-2.4.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.s390x"
},
"product_reference": "dhcp-relay-4.4.2.P1-2.4.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-4.4.2.P1-2.4.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.x86_64"
},
"product_reference": "dhcp-relay-4.4.2.P1-2.4.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-4.4.2.P1-2.4.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.aarch64"
},
"product_reference": "dhcp-server-4.4.2.P1-2.4.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-4.4.2.P1-2.4.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.ppc64le"
},
"product_reference": "dhcp-server-4.4.2.P1-2.4.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-4.4.2.P1-2.4.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.s390x"
},
"product_reference": "dhcp-server-4.4.2.P1-2.4.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-4.4.2.P1-2.4.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.x86_64"
},
"product_reference": "dhcp-server-4.4.2.P1-2.4.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2017-3144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-3144"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability stemming from failure to properly clean up closed OMAPI connections can lead to exhaustion of the pool of socket descriptors available to the DHCP server. Affects ISC DHCP 4.1.0 to 4.1-ESV-R15, 4.2.0 to 4.2.8, 4.3.0 to 4.3.6. Older versions may also be affected but are well beyond their end-of-life (EOL). Releases prior to 4.1.0 have not been tested.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-3144",
"url": "https://www.suse.com/security/cve/CVE-2017-3144"
},
{
"category": "external",
"summary": "SUSE Bug 1076118 for CVE-2017-3144",
"url": "https://bugzilla.suse.com/1076118"
},
{
"category": "external",
"summary": "SUSE Bug 1076119 for CVE-2017-3144",
"url": "https://bugzilla.suse.com/1076119"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2017-3144"
},
{
"cve": "CVE-2018-5732",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-5732"
}
],
"notes": [
{
"category": "general",
"text": "Failure to properly bounds-check a buffer used for processing DHCP options allows a malicious server (or an entity masquerading as a server) to cause a buffer overflow (and resulting crash) in dhclient by sending a response containing a specially constructed options section. Affects ISC DHCP versions 4.1.0 -\u003e 4.1-ESV-R15, 4.2.0 -\u003e 4.2.8, 4.3.0 -\u003e 4.3.6, 4.4.0",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-5732",
"url": "https://www.suse.com/security/cve/CVE-2018-5732"
},
{
"category": "external",
"summary": "SUSE Bug 1083302 for CVE-2018-5732",
"url": "https://bugzilla.suse.com/1083302"
},
{
"category": "external",
"summary": "SUSE Bug 1085417 for CVE-2018-5732",
"url": "https://bugzilla.suse.com/1085417"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2018-5732"
},
{
"cve": "CVE-2018-5733",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-5733"
}
],
"notes": [
{
"category": "general",
"text": "A malicious client which is allowed to send very large amounts of traffic (billions of packets) to a DHCP server can eventually overflow a 32-bit reference counter, potentially causing dhcpd to crash. Affects ISC DHCP 4.1.0 -\u003e 4.1-ESV-R15, 4.2.0 -\u003e 4.2.8, 4.3.0 -\u003e 4.3.6, 4.4.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-5733",
"url": "https://www.suse.com/security/cve/CVE-2018-5733"
},
{
"category": "external",
"summary": "SUSE Bug 1083303 for CVE-2018-5733",
"url": "https://bugzilla.suse.com/1083303"
},
{
"category": "external",
"summary": "SUSE Bug 1085417 for CVE-2018-5733",
"url": "https://bugzilla.suse.com/1085417"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2018-5733"
},
{
"cve": "CVE-2019-6470",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-6470"
}
],
"notes": [
{
"category": "general",
"text": "There had existed in one of the ISC BIND libraries a bug in a function that was used by dhcpd when operating in DHCPv6 mode. There was also a bug in dhcpd relating to the use of this function per its documentation, but the bug in the library function prevented this from causing any harm. All releases of dhcpd from ISC contain copies of this, and other, BIND libraries in combinations that have been tested prior to release and are known to not present issues like this. Some third-party packagers of ISC software have modified the dhcpd source, BIND source, or version matchup in ways that create the crash potential. Based on reports available to ISC, the crash probability is large and no analysis has been done on how, or even if, the probability can be manipulated by an attacker. Affects: Builds of dhcpd versions prior to version 4.4.1 when using BIND versions 9.11.2 or later, or BIND versions with specific bug fixes backported to them. ISC does not have access to comprehensive version lists for all repackagings of dhcpd that are vulnerable. In particular, builds from other vendors may also be affected. Operators are advised to consult their vendor documentation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-6470",
"url": "https://www.suse.com/security/cve/CVE-2019-6470"
},
{
"category": "external",
"summary": "SUSE Bug 1134078 for CVE-2019-6470",
"url": "https://bugzilla.suse.com/1134078"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2019-6470"
},
{
"cve": "CVE-2021-25217",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-25217"
}
],
"notes": [
{
"category": "general",
"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": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-25217",
"url": "https://www.suse.com/security/cve/CVE-2021-25217"
},
{
"category": "external",
"summary": "SUSE Bug 1186382 for CVE-2021-25217",
"url": "https://bugzilla.suse.com/1186382"
},
{
"category": "external",
"summary": "SUSE Bug 1189843 for CVE-2021-25217",
"url": "https://bugzilla.suse.com/1189843"
},
{
"category": "external",
"summary": "SUSE Bug 1189858 for CVE-2021-25217",
"url": "https://bugzilla.suse.com/1189858"
},
{
"category": "external",
"summary": "SUSE Bug 1199299 for CVE-2021-25217",
"url": "https://bugzilla.suse.com/1199299"
},
{
"category": "external",
"summary": "SUSE Bug 1214270 for CVE-2021-25217",
"url": "https://bugzilla.suse.com/1214270"
},
{
"category": "external",
"summary": "SUSE Bug 1218485 for CVE-2021-25217",
"url": "https://bugzilla.suse.com/1218485"
},
{
"category": "external",
"summary": "SUSE Bug 1218969 for CVE-2021-25217",
"url": "https://bugzilla.suse.com/1218969"
},
{
"category": "external",
"summary": "SUSE Bug 1225674 for CVE-2021-25217",
"url": "https://bugzilla.suse.com/1225674"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-client-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-devel-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-doc-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-relay-4.4.2.P1-2.4.x86_64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.aarch64",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.ppc64le",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.s390x",
"openSUSE Tumbleweed:dhcp-server-4.4.2.P1-2.4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2021-25217"
}
]
}
RHSA-2021:2357
Vulnerability from csaf_redhat - Published: 2021-06-09 11:07 - 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: 7Client-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.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.\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:2357",
"url": "https://access.redhat.com/errata/RHSA-2021:2357"
},
{
"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_2357.json"
}
],
"title": "Red Hat Security Advisory: dhcp security update",
"tracking": {
"current_release_date": "2025-11-21T18:23:25+00:00",
"generator": {
"date": "2025-11-21T18:23:25+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2021:2357",
"initial_release_date": "2021-06-09T11:07:56+00:00",
"revision_history": [
{
"date": "2021-06-09T11:07:56+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-06-09T11:07:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:23:25+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 Client (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::client"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Client Optional (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::client"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::computenode"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Workstation (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::workstation"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::workstation"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "dhclient-12:4.2.5-83.el7_9.1.x86_64",
"product": {
"name": "dhclient-12:4.2.5-83.el7_9.1.x86_64",
"product_id": "dhclient-12:4.2.5-83.el7_9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhclient@4.2.5-83.el7_9.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"product": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"product_id": "dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-common@4.2.5-83.el7_9.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.x86_64",
"product": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.x86_64",
"product_id": "dhcp-libs-12:4.2.5-83.el7_9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.2.5-83.el7_9.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"product": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"product_id": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.2.5-83.el7_9.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-12:4.2.5-83.el7_9.1.x86_64",
"product": {
"name": "dhcp-12:4.2.5-83.el7_9.1.x86_64",
"product_id": "dhcp-12:4.2.5-83.el7_9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp@4.2.5-83.el7_9.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"product": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"product_id": "dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-devel@4.2.5-83.el7_9.1?arch=x86_64\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"product": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"product_id": "dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.2.5-83.el7_9.1?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"product": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"product_id": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.2.5-83.el7_9.1?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"product": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"product_id": "dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-devel@4.2.5-83.el7_9.1?arch=i686\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-12:4.2.5-83.el7_9.1.src",
"product": {
"name": "dhcp-12:4.2.5-83.el7_9.1.src",
"product_id": "dhcp-12:4.2.5-83.el7_9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp@4.2.5-83.el7_9.1?arch=src\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"product": {
"name": "dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"product_id": "dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhclient@4.2.5-83.el7_9.1?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"product": {
"name": "dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"product_id": "dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp@4.2.5-83.el7_9.1?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"product": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"product_id": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-common@4.2.5-83.el7_9.1?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"product": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"product_id": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.2.5-83.el7_9.1?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"product": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"product_id": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.2.5-83.el7_9.1?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"product": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"product_id": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-devel@4.2.5-83.el7_9.1?arch=ppc64le\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "dhclient-12:4.2.5-83.el7_9.1.ppc64",
"product": {
"name": "dhclient-12:4.2.5-83.el7_9.1.ppc64",
"product_id": "dhclient-12:4.2.5-83.el7_9.1.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhclient@4.2.5-83.el7_9.1?arch=ppc64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-12:4.2.5-83.el7_9.1.ppc64",
"product": {
"name": "dhcp-12:4.2.5-83.el7_9.1.ppc64",
"product_id": "dhcp-12:4.2.5-83.el7_9.1.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp@4.2.5-83.el7_9.1?arch=ppc64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"product": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"product_id": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-common@4.2.5-83.el7_9.1?arch=ppc64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"product": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"product_id": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.2.5-83.el7_9.1?arch=ppc64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"product": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"product_id": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.2.5-83.el7_9.1?arch=ppc64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"product": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"product_id": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-devel@4.2.5-83.el7_9.1?arch=ppc64\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "ppc64"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"product": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"product_id": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.2.5-83.el7_9.1?arch=ppc\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"product": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"product_id": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.2.5-83.el7_9.1?arch=ppc\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"product": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"product_id": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-devel@4.2.5-83.el7_9.1?arch=ppc\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "ppc"
},
{
"branches": [
{
"category": "product_version",
"name": "dhclient-12:4.2.5-83.el7_9.1.s390x",
"product": {
"name": "dhclient-12:4.2.5-83.el7_9.1.s390x",
"product_id": "dhclient-12:4.2.5-83.el7_9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhclient@4.2.5-83.el7_9.1?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-12:4.2.5-83.el7_9.1.s390x",
"product": {
"name": "dhcp-12:4.2.5-83.el7_9.1.s390x",
"product_id": "dhcp-12:4.2.5-83.el7_9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp@4.2.5-83.el7_9.1?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"product": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"product_id": "dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-common@4.2.5-83.el7_9.1?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"product": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"product_id": "dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.2.5-83.el7_9.1?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"product": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"product_id": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.2.5-83.el7_9.1?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"product": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"product_id": "dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-devel@4.2.5-83.el7_9.1?arch=s390x\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"product": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"product_id": "dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.2.5-83.el7_9.1?arch=s390\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"product": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"product_id": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.2.5-83.el7_9.1?arch=s390\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"product": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"product_id": "dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-devel@4.2.5-83.el7_9.1?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.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhclient-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhclient-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhclient-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.src as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.src",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.i686 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.s390 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.i686 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.s390 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhclient-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhclient-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhclient-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.src",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhclient-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhclient-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhclient-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.src",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhclient-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhclient-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhclient-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.src as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.src",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.i686 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.s390 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.i686 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.s390 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhclient-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhclient-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhclient-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.src",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhclient-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhclient-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhclient-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.src as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.src",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhclient-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhclient-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhclient-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.src",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-83.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64"
},
"product_reference": "dhcp-libs-12:4.2.5-83.el7_9.1.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
}
]
},
"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": [
"7Client-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64",
"7Client-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x",
"7Client-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64",
"7Client-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64",
"7Client-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x",
"7Client-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src",
"7Client-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64",
"7Client-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"7Client-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"7Client-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64",
"7Client-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64",
"7Client-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x",
"7Client-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64",
"7Client-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64",
"7Client-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x",
"7Client-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src",
"7Client-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64",
"7Client-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"7Client-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"7Client-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64",
"7ComputeNode-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64",
"7ComputeNode-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"7ComputeNode-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x",
"7ComputeNode-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64",
"7ComputeNode-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64",
"7ComputeNode-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"7ComputeNode-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x",
"7ComputeNode-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src",
"7ComputeNode-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64",
"7ComputeNode-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"7ComputeNode-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"7ComputeNode-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"7ComputeNode-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64",
"7Server-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64",
"7Server-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x",
"7Server-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64",
"7Server-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64",
"7Server-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x",
"7Server-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src",
"7Server-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64",
"7Server-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"7Server-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"7Server-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64",
"7Server-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64",
"7Server-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x",
"7Server-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64",
"7Server-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64",
"7Server-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x",
"7Server-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src",
"7Server-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64",
"7Server-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"7Server-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"7Server-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src",
"7Workstation-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src",
"7Workstation-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.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-09T11:07:56+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": [
"7Client-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64",
"7Client-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x",
"7Client-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64",
"7Client-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64",
"7Client-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x",
"7Client-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src",
"7Client-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64",
"7Client-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"7Client-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"7Client-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64",
"7Client-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64",
"7Client-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x",
"7Client-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64",
"7Client-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64",
"7Client-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x",
"7Client-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src",
"7Client-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64",
"7Client-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"7Client-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"7Client-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64",
"7ComputeNode-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64",
"7ComputeNode-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"7ComputeNode-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x",
"7ComputeNode-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64",
"7ComputeNode-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64",
"7ComputeNode-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"7ComputeNode-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x",
"7ComputeNode-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src",
"7ComputeNode-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64",
"7ComputeNode-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"7ComputeNode-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"7ComputeNode-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"7ComputeNode-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64",
"7Server-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64",
"7Server-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x",
"7Server-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64",
"7Server-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64",
"7Server-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x",
"7Server-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src",
"7Server-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64",
"7Server-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"7Server-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"7Server-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64",
"7Server-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64",
"7Server-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x",
"7Server-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64",
"7Server-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64",
"7Server-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x",
"7Server-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src",
"7Server-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64",
"7Server-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"7Server-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"7Server-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src",
"7Workstation-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src",
"7Workstation-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:2357"
}
],
"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": [
"7Client-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64",
"7Client-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x",
"7Client-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64",
"7Client-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64",
"7Client-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x",
"7Client-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src",
"7Client-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64",
"7Client-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"7Client-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"7Client-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"7Client-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"7Client-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"7Client-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64",
"7Client-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64",
"7Client-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x",
"7Client-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64",
"7Client-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64",
"7Client-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x",
"7Client-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src",
"7Client-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64",
"7Client-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"7Client-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"7Client-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"7Client-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"7Client-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"7Client-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64",
"7ComputeNode-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64",
"7ComputeNode-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"7ComputeNode-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x",
"7ComputeNode-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64",
"7ComputeNode-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64",
"7ComputeNode-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"7ComputeNode-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x",
"7ComputeNode-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src",
"7ComputeNode-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64",
"7ComputeNode-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"7ComputeNode-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"7ComputeNode-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"7ComputeNode-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"7ComputeNode-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"7ComputeNode-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"7ComputeNode-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64",
"7Server-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64",
"7Server-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x",
"7Server-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64",
"7Server-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64",
"7Server-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x",
"7Server-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src",
"7Server-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64",
"7Server-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"7Server-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"7Server-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"7Server-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"7Server-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"7Server-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64",
"7Server-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64",
"7Server-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x",
"7Server-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64",
"7Server-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64",
"7Server-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x",
"7Server-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src",
"7Server-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64",
"7Server-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"7Server-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"7Server-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"7Server-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"7Server-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"7Server-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src",
"7Workstation-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-optional-7.9.Z:dhclient-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.src",
"7Workstation-optional-7.9.Z:dhcp-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-optional-7.9.Z:dhcp-common-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.i686",
"7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc",
"7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390",
"7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-optional-7.9.Z:dhcp-debuginfo-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.i686",
"7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc",
"7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390",
"7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-optional-7.9.Z:dhcp-devel-12:4.2.5-83.el7_9.1.x86_64",
"7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.i686",
"7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc",
"7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64",
"7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.ppc64le",
"7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390",
"7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.1.s390x",
"7Workstation-optional-7.9.Z:dhcp-libs-12:4.2.5-83.el7_9.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:2359
Vulnerability from csaf_redhat - Published: 2021-06-09 11: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.4.0.Z.MAIN.EUS:dhcp-12:4.3.6-44.el8_4.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-12:4.3.6-44.el8_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-12:4.3.6-44.el8_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-12:4.3.6-44.el8_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-12:4.3.6-44.el8_4.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-common-12:4.3.6-44.el8_4.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debuginfo-12:4.3.6-44.el8_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debuginfo-12:4.3.6-44.el8_4.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debuginfo-12:4.3.6-44.el8_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debuginfo-12:4.3.6-44.el8_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debuginfo-12:4.3.6-44.el8_4.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debugsource-12:4.3.6-44.el8_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debugsource-12:4.3.6-44.el8_4.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debugsource-12:4.3.6-44.el8_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debugsource-12:4.3.6-44.el8_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debugsource-12:4.3.6-44.el8_4.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-12:4.3.6-44.el8_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-12:4.3.6-44.el8_4.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-12:4.3.6-44.el8_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-12:4.3.6-44.el8_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-12:4.3.6-44.el8_4.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-12:4.3.6-44.el8_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-12:4.3.6-44.el8_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-12:4.3.6-44.el8_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-12:4.3.6-44.el8_4.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-12:4.3.6-44.el8_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-12:4.3.6-44.el8_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-12:4.3.6-44.el8_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-12:4.3.6-44.el8_4.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-debuginfo-12:4.3.6-44.el8_4.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 8.\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:2359",
"url": "https://access.redhat.com/errata/RHSA-2021:2359"
},
{
"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_2359.json"
}
],
"title": "Red Hat Security Advisory: dhcp security update",
"tracking": {
"current_release_date": "2025-11-21T18:23:24+00:00",
"generator": {
"date": "2025-11-21T18:23:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2021:2359",
"initial_release_date": "2021-06-09T11:01:07+00:00",
"revision_history": [
{
"date": "2021-06-09T11:01:07+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-06-09T11:01:07+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:23:24+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 (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-12:4.3.6-44.el8_4.1.src",
"product": {
"name": "dhcp-12:4.3.6-44.el8_4.1.src",
"product_id": "dhcp-12:4.3.6-44.el8_4.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp@4.3.6-44.el8_4.1?arch=src\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-client-12:4.3.6-44.el8_4.1.aarch64",
"product": {
"name": "dhcp-client-12:4.3.6-44.el8_4.1.aarch64",
"product_id": "dhcp-client-12:4.3.6-44.el8_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-client@4.3.6-44.el8_4.1?arch=aarch64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-12:4.3.6-44.el8_4.1.aarch64",
"product": {
"name": "dhcp-libs-12:4.3.6-44.el8_4.1.aarch64",
"product_id": "dhcp-libs-12:4.3.6-44.el8_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.3.6-44.el8_4.1?arch=aarch64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-relay-12:4.3.6-44.el8_4.1.aarch64",
"product": {
"name": "dhcp-relay-12:4.3.6-44.el8_4.1.aarch64",
"product_id": "dhcp-relay-12:4.3.6-44.el8_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-relay@4.3.6-44.el8_4.1?arch=aarch64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-server-12:4.3.6-44.el8_4.1.aarch64",
"product": {
"name": "dhcp-server-12:4.3.6-44.el8_4.1.aarch64",
"product_id": "dhcp-server-12:4.3.6-44.el8_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-server@4.3.6-44.el8_4.1?arch=aarch64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debugsource-12:4.3.6-44.el8_4.1.aarch64",
"product": {
"name": "dhcp-debugsource-12:4.3.6-44.el8_4.1.aarch64",
"product_id": "dhcp-debugsource-12:4.3.6-44.el8_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debugsource@4.3.6-44.el8_4.1?arch=aarch64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"product": {
"name": "dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"product_id": "dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-client-debuginfo@4.3.6-44.el8_4.1?arch=aarch64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"product": {
"name": "dhcp-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"product_id": "dhcp-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.3.6-44.el8_4.1?arch=aarch64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"product": {
"name": "dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"product_id": "dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs-debuginfo@4.3.6-44.el8_4.1?arch=aarch64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"product": {
"name": "dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"product_id": "dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-relay-debuginfo@4.3.6-44.el8_4.1?arch=aarch64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"product": {
"name": "dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"product_id": "dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-server-debuginfo@4.3.6-44.el8_4.1?arch=aarch64\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-client-12:4.3.6-44.el8_4.1.ppc64le",
"product": {
"name": "dhcp-client-12:4.3.6-44.el8_4.1.ppc64le",
"product_id": "dhcp-client-12:4.3.6-44.el8_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-client@4.3.6-44.el8_4.1?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-12:4.3.6-44.el8_4.1.ppc64le",
"product": {
"name": "dhcp-libs-12:4.3.6-44.el8_4.1.ppc64le",
"product_id": "dhcp-libs-12:4.3.6-44.el8_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.3.6-44.el8_4.1?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-relay-12:4.3.6-44.el8_4.1.ppc64le",
"product": {
"name": "dhcp-relay-12:4.3.6-44.el8_4.1.ppc64le",
"product_id": "dhcp-relay-12:4.3.6-44.el8_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-relay@4.3.6-44.el8_4.1?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-server-12:4.3.6-44.el8_4.1.ppc64le",
"product": {
"name": "dhcp-server-12:4.3.6-44.el8_4.1.ppc64le",
"product_id": "dhcp-server-12:4.3.6-44.el8_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-server@4.3.6-44.el8_4.1?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debugsource-12:4.3.6-44.el8_4.1.ppc64le",
"product": {
"name": "dhcp-debugsource-12:4.3.6-44.el8_4.1.ppc64le",
"product_id": "dhcp-debugsource-12:4.3.6-44.el8_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debugsource@4.3.6-44.el8_4.1?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"product": {
"name": "dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"product_id": "dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-client-debuginfo@4.3.6-44.el8_4.1?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"product": {
"name": "dhcp-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"product_id": "dhcp-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.3.6-44.el8_4.1?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"product": {
"name": "dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"product_id": "dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs-debuginfo@4.3.6-44.el8_4.1?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"product": {
"name": "dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"product_id": "dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-relay-debuginfo@4.3.6-44.el8_4.1?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"product": {
"name": "dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"product_id": "dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-server-debuginfo@4.3.6-44.el8_4.1?arch=ppc64le\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-client-12:4.3.6-44.el8_4.1.x86_64",
"product": {
"name": "dhcp-client-12:4.3.6-44.el8_4.1.x86_64",
"product_id": "dhcp-client-12:4.3.6-44.el8_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-client@4.3.6-44.el8_4.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-12:4.3.6-44.el8_4.1.x86_64",
"product": {
"name": "dhcp-libs-12:4.3.6-44.el8_4.1.x86_64",
"product_id": "dhcp-libs-12:4.3.6-44.el8_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.3.6-44.el8_4.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-relay-12:4.3.6-44.el8_4.1.x86_64",
"product": {
"name": "dhcp-relay-12:4.3.6-44.el8_4.1.x86_64",
"product_id": "dhcp-relay-12:4.3.6-44.el8_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-relay@4.3.6-44.el8_4.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-server-12:4.3.6-44.el8_4.1.x86_64",
"product": {
"name": "dhcp-server-12:4.3.6-44.el8_4.1.x86_64",
"product_id": "dhcp-server-12:4.3.6-44.el8_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-server@4.3.6-44.el8_4.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debugsource-12:4.3.6-44.el8_4.1.x86_64",
"product": {
"name": "dhcp-debugsource-12:4.3.6-44.el8_4.1.x86_64",
"product_id": "dhcp-debugsource-12:4.3.6-44.el8_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debugsource@4.3.6-44.el8_4.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"product": {
"name": "dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"product_id": "dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-client-debuginfo@4.3.6-44.el8_4.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"product": {
"name": "dhcp-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"product_id": "dhcp-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.3.6-44.el8_4.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"product": {
"name": "dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"product_id": "dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs-debuginfo@4.3.6-44.el8_4.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"product": {
"name": "dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"product_id": "dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-relay-debuginfo@4.3.6-44.el8_4.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"product": {
"name": "dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"product_id": "dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-server-debuginfo@4.3.6-44.el8_4.1?arch=x86_64\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-libs-12:4.3.6-44.el8_4.1.i686",
"product": {
"name": "dhcp-libs-12:4.3.6-44.el8_4.1.i686",
"product_id": "dhcp-libs-12:4.3.6-44.el8_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.3.6-44.el8_4.1?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debugsource-12:4.3.6-44.el8_4.1.i686",
"product": {
"name": "dhcp-debugsource-12:4.3.6-44.el8_4.1.i686",
"product_id": "dhcp-debugsource-12:4.3.6-44.el8_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debugsource@4.3.6-44.el8_4.1?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.i686",
"product": {
"name": "dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.i686",
"product_id": "dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-client-debuginfo@4.3.6-44.el8_4.1?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.3.6-44.el8_4.1.i686",
"product": {
"name": "dhcp-debuginfo-12:4.3.6-44.el8_4.1.i686",
"product_id": "dhcp-debuginfo-12:4.3.6-44.el8_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.3.6-44.el8_4.1?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.i686",
"product": {
"name": "dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.i686",
"product_id": "dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs-debuginfo@4.3.6-44.el8_4.1?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.i686",
"product": {
"name": "dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.i686",
"product_id": "dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-relay-debuginfo@4.3.6-44.el8_4.1?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.i686",
"product": {
"name": "dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.i686",
"product_id": "dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-server-debuginfo@4.3.6-44.el8_4.1?arch=i686\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-client-12:4.3.6-44.el8_4.1.s390x",
"product": {
"name": "dhcp-client-12:4.3.6-44.el8_4.1.s390x",
"product_id": "dhcp-client-12:4.3.6-44.el8_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-client@4.3.6-44.el8_4.1?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-12:4.3.6-44.el8_4.1.s390x",
"product": {
"name": "dhcp-libs-12:4.3.6-44.el8_4.1.s390x",
"product_id": "dhcp-libs-12:4.3.6-44.el8_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.3.6-44.el8_4.1?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-relay-12:4.3.6-44.el8_4.1.s390x",
"product": {
"name": "dhcp-relay-12:4.3.6-44.el8_4.1.s390x",
"product_id": "dhcp-relay-12:4.3.6-44.el8_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-relay@4.3.6-44.el8_4.1?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-server-12:4.3.6-44.el8_4.1.s390x",
"product": {
"name": "dhcp-server-12:4.3.6-44.el8_4.1.s390x",
"product_id": "dhcp-server-12:4.3.6-44.el8_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-server@4.3.6-44.el8_4.1?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debugsource-12:4.3.6-44.el8_4.1.s390x",
"product": {
"name": "dhcp-debugsource-12:4.3.6-44.el8_4.1.s390x",
"product_id": "dhcp-debugsource-12:4.3.6-44.el8_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debugsource@4.3.6-44.el8_4.1?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"product": {
"name": "dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"product_id": "dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-client-debuginfo@4.3.6-44.el8_4.1?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"product": {
"name": "dhcp-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"product_id": "dhcp-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.3.6-44.el8_4.1?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"product": {
"name": "dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"product_id": "dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs-debuginfo@4.3.6-44.el8_4.1?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"product": {
"name": "dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"product_id": "dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-relay-debuginfo@4.3.6-44.el8_4.1?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"product": {
"name": "dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"product_id": "dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-server-debuginfo@4.3.6-44.el8_4.1?arch=s390x\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-common-12:4.3.6-44.el8_4.1.noarch",
"product": {
"name": "dhcp-common-12:4.3.6-44.el8_4.1.noarch",
"product_id": "dhcp-common-12:4.3.6-44.el8_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-common@4.3.6-44.el8_4.1?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-44.el8_4.1.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-12:4.3.6-44.el8_4.1.src"
},
"product_reference": "dhcp-12:4.3.6-44.el8_4.1.src",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-12:4.3.6-44.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-12:4.3.6-44.el8_4.1.aarch64"
},
"product_reference": "dhcp-client-12:4.3.6-44.el8_4.1.aarch64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-12:4.3.6-44.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-12:4.3.6-44.el8_4.1.ppc64le"
},
"product_reference": "dhcp-client-12:4.3.6-44.el8_4.1.ppc64le",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-12:4.3.6-44.el8_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-12:4.3.6-44.el8_4.1.s390x"
},
"product_reference": "dhcp-client-12:4.3.6-44.el8_4.1.s390x",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-12:4.3.6-44.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-12:4.3.6-44.el8_4.1.x86_64"
},
"product_reference": "dhcp-client-12:4.3.6-44.el8_4.1.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.aarch64"
},
"product_reference": "dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.i686"
},
"product_reference": "dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.ppc64le"
},
"product_reference": "dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.s390x"
},
"product_reference": "dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.x86_64"
},
"product_reference": "dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.3.6-44.el8_4.1.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-common-12:4.3.6-44.el8_4.1.noarch"
},
"product_reference": "dhcp-common-12:4.3.6-44.el8_4.1.noarch",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.3.6-44.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debuginfo-12:4.3.6-44.el8_4.1.aarch64"
},
"product_reference": "dhcp-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.3.6-44.el8_4.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debuginfo-12:4.3.6-44.el8_4.1.i686"
},
"product_reference": "dhcp-debuginfo-12:4.3.6-44.el8_4.1.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.3.6-44.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debuginfo-12:4.3.6-44.el8_4.1.ppc64le"
},
"product_reference": "dhcp-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.3.6-44.el8_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debuginfo-12:4.3.6-44.el8_4.1.s390x"
},
"product_reference": "dhcp-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.3.6-44.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debuginfo-12:4.3.6-44.el8_4.1.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debugsource-12:4.3.6-44.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debugsource-12:4.3.6-44.el8_4.1.aarch64"
},
"product_reference": "dhcp-debugsource-12:4.3.6-44.el8_4.1.aarch64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debugsource-12:4.3.6-44.el8_4.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debugsource-12:4.3.6-44.el8_4.1.i686"
},
"product_reference": "dhcp-debugsource-12:4.3.6-44.el8_4.1.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debugsource-12:4.3.6-44.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debugsource-12:4.3.6-44.el8_4.1.ppc64le"
},
"product_reference": "dhcp-debugsource-12:4.3.6-44.el8_4.1.ppc64le",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debugsource-12:4.3.6-44.el8_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debugsource-12:4.3.6-44.el8_4.1.s390x"
},
"product_reference": "dhcp-debugsource-12:4.3.6-44.el8_4.1.s390x",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debugsource-12:4.3.6-44.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debugsource-12:4.3.6-44.el8_4.1.x86_64"
},
"product_reference": "dhcp-debugsource-12:4.3.6-44.el8_4.1.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.3.6-44.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-12:4.3.6-44.el8_4.1.aarch64"
},
"product_reference": "dhcp-libs-12:4.3.6-44.el8_4.1.aarch64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.3.6-44.el8_4.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-12:4.3.6-44.el8_4.1.i686"
},
"product_reference": "dhcp-libs-12:4.3.6-44.el8_4.1.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.3.6-44.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-12:4.3.6-44.el8_4.1.ppc64le"
},
"product_reference": "dhcp-libs-12:4.3.6-44.el8_4.1.ppc64le",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.3.6-44.el8_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-12:4.3.6-44.el8_4.1.s390x"
},
"product_reference": "dhcp-libs-12:4.3.6-44.el8_4.1.s390x",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.3.6-44.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-12:4.3.6-44.el8_4.1.x86_64"
},
"product_reference": "dhcp-libs-12:4.3.6-44.el8_4.1.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.aarch64"
},
"product_reference": "dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.i686"
},
"product_reference": "dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.ppc64le"
},
"product_reference": "dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.s390x"
},
"product_reference": "dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.x86_64"
},
"product_reference": "dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-12:4.3.6-44.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-12:4.3.6-44.el8_4.1.aarch64"
},
"product_reference": "dhcp-relay-12:4.3.6-44.el8_4.1.aarch64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-12:4.3.6-44.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-12:4.3.6-44.el8_4.1.ppc64le"
},
"product_reference": "dhcp-relay-12:4.3.6-44.el8_4.1.ppc64le",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-12:4.3.6-44.el8_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-12:4.3.6-44.el8_4.1.s390x"
},
"product_reference": "dhcp-relay-12:4.3.6-44.el8_4.1.s390x",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-12:4.3.6-44.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-12:4.3.6-44.el8_4.1.x86_64"
},
"product_reference": "dhcp-relay-12:4.3.6-44.el8_4.1.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.aarch64"
},
"product_reference": "dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.i686"
},
"product_reference": "dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.ppc64le"
},
"product_reference": "dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.s390x"
},
"product_reference": "dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.x86_64"
},
"product_reference": "dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-12:4.3.6-44.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-12:4.3.6-44.el8_4.1.aarch64"
},
"product_reference": "dhcp-server-12:4.3.6-44.el8_4.1.aarch64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-12:4.3.6-44.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-12:4.3.6-44.el8_4.1.ppc64le"
},
"product_reference": "dhcp-server-12:4.3.6-44.el8_4.1.ppc64le",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-12:4.3.6-44.el8_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-12:4.3.6-44.el8_4.1.s390x"
},
"product_reference": "dhcp-server-12:4.3.6-44.el8_4.1.s390x",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-12:4.3.6-44.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-12:4.3.6-44.el8_4.1.x86_64"
},
"product_reference": "dhcp-server-12:4.3.6-44.el8_4.1.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.aarch64"
},
"product_reference": "dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.i686"
},
"product_reference": "dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.ppc64le"
},
"product_reference": "dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.s390x"
},
"product_reference": "dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.x86_64"
},
"product_reference": "dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.MAIN.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.4.0.Z.MAIN.EUS:dhcp-12:4.3.6-44.el8_4.1.src",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-12:4.3.6-44.el8_4.1.x86_64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.i686",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-common-12:4.3.6-44.el8_4.1.noarch",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debuginfo-12:4.3.6-44.el8_4.1.i686",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debugsource-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debugsource-12:4.3.6-44.el8_4.1.i686",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debugsource-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debugsource-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debugsource-12:4.3.6-44.el8_4.1.x86_64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-12:4.3.6-44.el8_4.1.i686",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-12:4.3.6-44.el8_4.1.x86_64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.i686",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-12:4.3.6-44.el8_4.1.x86_64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.i686",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-12:4.3.6-44.el8_4.1.x86_64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.i686",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-debuginfo-12:4.3.6-44.el8_4.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-09T11:01:07+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.4.0.Z.MAIN.EUS:dhcp-12:4.3.6-44.el8_4.1.src",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-12:4.3.6-44.el8_4.1.x86_64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.i686",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-common-12:4.3.6-44.el8_4.1.noarch",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debuginfo-12:4.3.6-44.el8_4.1.i686",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debugsource-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debugsource-12:4.3.6-44.el8_4.1.i686",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debugsource-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debugsource-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debugsource-12:4.3.6-44.el8_4.1.x86_64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-12:4.3.6-44.el8_4.1.i686",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-12:4.3.6-44.el8_4.1.x86_64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.i686",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-12:4.3.6-44.el8_4.1.x86_64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.i686",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-12:4.3.6-44.el8_4.1.x86_64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.i686",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:2359"
}
],
"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.4.0.Z.MAIN.EUS:dhcp-12:4.3.6-44.el8_4.1.src",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-12:4.3.6-44.el8_4.1.x86_64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.i686",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-client-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-common-12:4.3.6-44.el8_4.1.noarch",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debuginfo-12:4.3.6-44.el8_4.1.i686",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debugsource-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debugsource-12:4.3.6-44.el8_4.1.i686",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debugsource-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debugsource-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-debugsource-12:4.3.6-44.el8_4.1.x86_64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-12:4.3.6-44.el8_4.1.i686",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-12:4.3.6-44.el8_4.1.x86_64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.i686",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-libs-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-12:4.3.6-44.el8_4.1.x86_64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.i686",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-relay-debuginfo-12:4.3.6-44.el8_4.1.x86_64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-12:4.3.6-44.el8_4.1.x86_64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.aarch64",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.i686",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.ppc64le",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-debuginfo-12:4.3.6-44.el8_4.1.s390x",
"BaseOS-8.4.0.Z.MAIN.EUS:dhcp-server-debuginfo-12:4.3.6-44.el8_4.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:2405
Vulnerability from csaf_redhat - Published: 2021-06-14 14:53 - 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: 7ComputeNode-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.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.7 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:2405",
"url": "https://access.redhat.com/errata/RHSA-2021:2405"
},
{
"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_2405.json"
}
],
"title": "Red Hat Security Advisory: dhcp security update",
"tracking": {
"current_release_date": "2025-11-21T18:23:30+00:00",
"generator": {
"date": "2025-11-21T18:23:30+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2021:2405",
"initial_release_date": "2021-06-14T14:53:20+00:00",
"revision_history": [
{
"date": "2021-06-14T14:53:20+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-06-14T14:53:20+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:23:30+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 ComputeNode Optional EUS (v. 7.7)",
"product": {
"name": "Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:7.7::computenode"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product": {
"name": "Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:7.7::computenode"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product": {
"name": "Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:7.7::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:7.7::server"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "dhclient-12:4.2.5-77.el7_7.1.x86_64",
"product": {
"name": "dhclient-12:4.2.5-77.el7_7.1.x86_64",
"product_id": "dhclient-12:4.2.5-77.el7_7.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhclient@4.2.5-77.el7_7.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-common-12:4.2.5-77.el7_7.1.x86_64",
"product": {
"name": "dhcp-common-12:4.2.5-77.el7_7.1.x86_64",
"product_id": "dhcp-common-12:4.2.5-77.el7_7.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-common@4.2.5-77.el7_7.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.x86_64",
"product": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.x86_64",
"product_id": "dhcp-libs-12:4.2.5-77.el7_7.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.2.5-77.el7_7.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64",
"product": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64",
"product_id": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.2.5-77.el7_7.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-12:4.2.5-77.el7_7.1.x86_64",
"product": {
"name": "dhcp-12:4.2.5-77.el7_7.1.x86_64",
"product_id": "dhcp-12:4.2.5-77.el7_7.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp@4.2.5-77.el7_7.1?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.x86_64",
"product": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.x86_64",
"product_id": "dhcp-devel-12:4.2.5-77.el7_7.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-devel@4.2.5-77.el7_7.1?arch=x86_64\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.i686",
"product": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.i686",
"product_id": "dhcp-libs-12:4.2.5-77.el7_7.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.2.5-77.el7_7.1?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686",
"product": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686",
"product_id": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.2.5-77.el7_7.1?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.i686",
"product": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.i686",
"product_id": "dhcp-devel-12:4.2.5-77.el7_7.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-devel@4.2.5-77.el7_7.1?arch=i686\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-12:4.2.5-77.el7_7.1.src",
"product": {
"name": "dhcp-12:4.2.5-77.el7_7.1.src",
"product_id": "dhcp-12:4.2.5-77.el7_7.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp@4.2.5-77.el7_7.1?arch=src\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "dhclient-12:4.2.5-77.el7_7.1.ppc64le",
"product": {
"name": "dhclient-12:4.2.5-77.el7_7.1.ppc64le",
"product_id": "dhclient-12:4.2.5-77.el7_7.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhclient@4.2.5-77.el7_7.1?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-12:4.2.5-77.el7_7.1.ppc64le",
"product": {
"name": "dhcp-12:4.2.5-77.el7_7.1.ppc64le",
"product_id": "dhcp-12:4.2.5-77.el7_7.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp@4.2.5-77.el7_7.1?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-common-12:4.2.5-77.el7_7.1.ppc64le",
"product": {
"name": "dhcp-common-12:4.2.5-77.el7_7.1.ppc64le",
"product_id": "dhcp-common-12:4.2.5-77.el7_7.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-common@4.2.5-77.el7_7.1?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le",
"product": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le",
"product_id": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.2.5-77.el7_7.1?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le",
"product": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le",
"product_id": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.2.5-77.el7_7.1?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le",
"product": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le",
"product_id": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-devel@4.2.5-77.el7_7.1?arch=ppc64le\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "dhclient-12:4.2.5-77.el7_7.1.ppc64",
"product": {
"name": "dhclient-12:4.2.5-77.el7_7.1.ppc64",
"product_id": "dhclient-12:4.2.5-77.el7_7.1.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhclient@4.2.5-77.el7_7.1?arch=ppc64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-12:4.2.5-77.el7_7.1.ppc64",
"product": {
"name": "dhcp-12:4.2.5-77.el7_7.1.ppc64",
"product_id": "dhcp-12:4.2.5-77.el7_7.1.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp@4.2.5-77.el7_7.1?arch=ppc64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-common-12:4.2.5-77.el7_7.1.ppc64",
"product": {
"name": "dhcp-common-12:4.2.5-77.el7_7.1.ppc64",
"product_id": "dhcp-common-12:4.2.5-77.el7_7.1.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-common@4.2.5-77.el7_7.1?arch=ppc64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc64",
"product": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc64",
"product_id": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.2.5-77.el7_7.1?arch=ppc64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64",
"product": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64",
"product_id": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.2.5-77.el7_7.1?arch=ppc64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc64",
"product": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc64",
"product_id": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-devel@4.2.5-77.el7_7.1?arch=ppc64\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "ppc64"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc",
"product": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc",
"product_id": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.2.5-77.el7_7.1?arch=ppc\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc",
"product": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc",
"product_id": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.2.5-77.el7_7.1?arch=ppc\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc",
"product": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc",
"product_id": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-devel@4.2.5-77.el7_7.1?arch=ppc\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "ppc"
},
{
"branches": [
{
"category": "product_version",
"name": "dhclient-12:4.2.5-77.el7_7.1.s390x",
"product": {
"name": "dhclient-12:4.2.5-77.el7_7.1.s390x",
"product_id": "dhclient-12:4.2.5-77.el7_7.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhclient@4.2.5-77.el7_7.1?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-12:4.2.5-77.el7_7.1.s390x",
"product": {
"name": "dhcp-12:4.2.5-77.el7_7.1.s390x",
"product_id": "dhcp-12:4.2.5-77.el7_7.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp@4.2.5-77.el7_7.1?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-common-12:4.2.5-77.el7_7.1.s390x",
"product": {
"name": "dhcp-common-12:4.2.5-77.el7_7.1.s390x",
"product_id": "dhcp-common-12:4.2.5-77.el7_7.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-common@4.2.5-77.el7_7.1?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.s390x",
"product": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.s390x",
"product_id": "dhcp-libs-12:4.2.5-77.el7_7.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.2.5-77.el7_7.1?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x",
"product": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x",
"product_id": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.2.5-77.el7_7.1?arch=s390x\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.s390x",
"product": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.s390x",
"product_id": "dhcp-devel-12:4.2.5-77.el7_7.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-devel@4.2.5-77.el7_7.1?arch=s390x\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.s390",
"product": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.s390",
"product_id": "dhcp-libs-12:4.2.5-77.el7_7.1.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.2.5-77.el7_7.1?arch=s390\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390",
"product": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390",
"product_id": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.2.5-77.el7_7.1?arch=s390\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.s390",
"product": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.s390",
"product_id": "dhcp-devel-12:4.2.5-77.el7_7.1.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-devel@4.2.5-77.el7_7.1?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.2.5-77.el7_7.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64"
},
"product_reference": "dhclient-12:4.2.5-77.el7_7.1.ppc64",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-77.el7_7.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64le"
},
"product_reference": "dhclient-12:4.2.5-77.el7_7.1.ppc64le",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-77.el7_7.1.s390x as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.s390x"
},
"product_reference": "dhclient-12:4.2.5-77.el7_7.1.s390x",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-77.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.x86_64"
},
"product_reference": "dhclient-12:4.2.5-77.el7_7.1.x86_64",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-77.el7_7.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64"
},
"product_reference": "dhcp-12:4.2.5-77.el7_7.1.ppc64",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-77.el7_7.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64le"
},
"product_reference": "dhcp-12:4.2.5-77.el7_7.1.ppc64le",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-77.el7_7.1.s390x as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.s390x"
},
"product_reference": "dhcp-12:4.2.5-77.el7_7.1.s390x",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-77.el7_7.1.src as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.src"
},
"product_reference": "dhcp-12:4.2.5-77.el7_7.1.src",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-77.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.x86_64"
},
"product_reference": "dhcp-12:4.2.5-77.el7_7.1.x86_64",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-77.el7_7.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64"
},
"product_reference": "dhcp-common-12:4.2.5-77.el7_7.1.ppc64",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-77.el7_7.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64le"
},
"product_reference": "dhcp-common-12:4.2.5-77.el7_7.1.ppc64le",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-77.el7_7.1.s390x as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.s390x"
},
"product_reference": "dhcp-common-12:4.2.5-77.el7_7.1.s390x",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-77.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.x86_64"
},
"product_reference": "dhcp-common-12:4.2.5-77.el7_7.1.x86_64",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.i686 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.i686"
},
"product_reference": "dhcp-devel-12:4.2.5-77.el7_7.1.i686",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc"
},
"product_reference": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64"
},
"product_reference": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc64",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le"
},
"product_reference": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.s390 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390"
},
"product_reference": "dhcp-devel-12:4.2.5-77.el7_7.1.s390",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.s390x as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390x"
},
"product_reference": "dhcp-devel-12:4.2.5-77.el7_7.1.s390x",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.x86_64"
},
"product_reference": "dhcp-devel-12:4.2.5-77.el7_7.1.x86_64",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.i686 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.i686"
},
"product_reference": "dhcp-libs-12:4.2.5-77.el7_7.1.i686",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc"
},
"product_reference": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64"
},
"product_reference": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc64",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le"
},
"product_reference": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.s390 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390"
},
"product_reference": "dhcp-libs-12:4.2.5-77.el7_7.1.s390",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.s390x as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390x"
},
"product_reference": "dhcp-libs-12:4.2.5-77.el7_7.1.s390x",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)",
"product_id": "7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.x86_64"
},
"product_reference": "dhcp-libs-12:4.2.5-77.el7_7.1.x86_64",
"relates_to_product_reference": "7ComputeNode-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-77.el7_7.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64"
},
"product_reference": "dhclient-12:4.2.5-77.el7_7.1.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-77.el7_7.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64le"
},
"product_reference": "dhclient-12:4.2.5-77.el7_7.1.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-77.el7_7.1.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.s390x"
},
"product_reference": "dhclient-12:4.2.5-77.el7_7.1.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-77.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.x86_64"
},
"product_reference": "dhclient-12:4.2.5-77.el7_7.1.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-77.el7_7.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64"
},
"product_reference": "dhcp-12:4.2.5-77.el7_7.1.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-77.el7_7.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64le"
},
"product_reference": "dhcp-12:4.2.5-77.el7_7.1.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-77.el7_7.1.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.s390x"
},
"product_reference": "dhcp-12:4.2.5-77.el7_7.1.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-77.el7_7.1.src as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.src"
},
"product_reference": "dhcp-12:4.2.5-77.el7_7.1.src",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-77.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.x86_64"
},
"product_reference": "dhcp-12:4.2.5-77.el7_7.1.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-77.el7_7.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64"
},
"product_reference": "dhcp-common-12:4.2.5-77.el7_7.1.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-77.el7_7.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64le"
},
"product_reference": "dhcp-common-12:4.2.5-77.el7_7.1.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-77.el7_7.1.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.s390x"
},
"product_reference": "dhcp-common-12:4.2.5-77.el7_7.1.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-77.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.x86_64"
},
"product_reference": "dhcp-common-12:4.2.5-77.el7_7.1.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.i686"
},
"product_reference": "dhcp-devel-12:4.2.5-77.el7_7.1.i686",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc"
},
"product_reference": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64"
},
"product_reference": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le"
},
"product_reference": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390"
},
"product_reference": "dhcp-devel-12:4.2.5-77.el7_7.1.s390",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390x"
},
"product_reference": "dhcp-devel-12:4.2.5-77.el7_7.1.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.x86_64"
},
"product_reference": "dhcp-devel-12:4.2.5-77.el7_7.1.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.i686"
},
"product_reference": "dhcp-libs-12:4.2.5-77.el7_7.1.i686",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc"
},
"product_reference": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64"
},
"product_reference": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le"
},
"product_reference": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390"
},
"product_reference": "dhcp-libs-12:4.2.5-77.el7_7.1.s390",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390x"
},
"product_reference": "dhcp-libs-12:4.2.5-77.el7_7.1.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)",
"product_id": "7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.x86_64"
},
"product_reference": "dhcp-libs-12:4.2.5-77.el7_7.1.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-77.el7_7.1.ppc64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64"
},
"product_reference": "dhclient-12:4.2.5-77.el7_7.1.ppc64",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-77.el7_7.1.ppc64le as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64le"
},
"product_reference": "dhclient-12:4.2.5-77.el7_7.1.ppc64le",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-77.el7_7.1.s390x as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.s390x"
},
"product_reference": "dhclient-12:4.2.5-77.el7_7.1.s390x",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-77.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.x86_64"
},
"product_reference": "dhclient-12:4.2.5-77.el7_7.1.x86_64",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-77.el7_7.1.ppc64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64"
},
"product_reference": "dhcp-12:4.2.5-77.el7_7.1.ppc64",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-77.el7_7.1.ppc64le as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64le"
},
"product_reference": "dhcp-12:4.2.5-77.el7_7.1.ppc64le",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-77.el7_7.1.s390x as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.s390x"
},
"product_reference": "dhcp-12:4.2.5-77.el7_7.1.s390x",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-77.el7_7.1.src as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.src"
},
"product_reference": "dhcp-12:4.2.5-77.el7_7.1.src",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-77.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.x86_64"
},
"product_reference": "dhcp-12:4.2.5-77.el7_7.1.x86_64",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-77.el7_7.1.ppc64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64"
},
"product_reference": "dhcp-common-12:4.2.5-77.el7_7.1.ppc64",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-77.el7_7.1.ppc64le as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64le"
},
"product_reference": "dhcp-common-12:4.2.5-77.el7_7.1.ppc64le",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-77.el7_7.1.s390x as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.s390x"
},
"product_reference": "dhcp-common-12:4.2.5-77.el7_7.1.s390x",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-77.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.x86_64"
},
"product_reference": "dhcp-common-12:4.2.5-77.el7_7.1.x86_64",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.i686"
},
"product_reference": "dhcp-devel-12:4.2.5-77.el7_7.1.i686",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc"
},
"product_reference": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64"
},
"product_reference": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc64",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le"
},
"product_reference": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.s390 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390"
},
"product_reference": "dhcp-devel-12:4.2.5-77.el7_7.1.s390",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.s390x as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390x"
},
"product_reference": "dhcp-devel-12:4.2.5-77.el7_7.1.s390x",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.x86_64"
},
"product_reference": "dhcp-devel-12:4.2.5-77.el7_7.1.x86_64",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.i686"
},
"product_reference": "dhcp-libs-12:4.2.5-77.el7_7.1.i686",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc"
},
"product_reference": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64"
},
"product_reference": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc64",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le"
},
"product_reference": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.s390 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390"
},
"product_reference": "dhcp-libs-12:4.2.5-77.el7_7.1.s390",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.s390x as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390x"
},
"product_reference": "dhcp-libs-12:4.2.5-77.el7_7.1.s390x",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.x86_64"
},
"product_reference": "dhcp-libs-12:4.2.5-77.el7_7.1.x86_64",
"relates_to_product_reference": "7Server-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-77.el7_7.1.ppc64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64"
},
"product_reference": "dhclient-12:4.2.5-77.el7_7.1.ppc64",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-77.el7_7.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64le"
},
"product_reference": "dhclient-12:4.2.5-77.el7_7.1.ppc64le",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-77.el7_7.1.s390x as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.s390x"
},
"product_reference": "dhclient-12:4.2.5-77.el7_7.1.s390x",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-77.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.x86_64"
},
"product_reference": "dhclient-12:4.2.5-77.el7_7.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-77.el7_7.1.ppc64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64"
},
"product_reference": "dhcp-12:4.2.5-77.el7_7.1.ppc64",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-77.el7_7.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64le"
},
"product_reference": "dhcp-12:4.2.5-77.el7_7.1.ppc64le",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-77.el7_7.1.s390x as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.s390x"
},
"product_reference": "dhcp-12:4.2.5-77.el7_7.1.s390x",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-77.el7_7.1.src as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.src"
},
"product_reference": "dhcp-12:4.2.5-77.el7_7.1.src",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-77.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.x86_64"
},
"product_reference": "dhcp-12:4.2.5-77.el7_7.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-77.el7_7.1.ppc64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64"
},
"product_reference": "dhcp-common-12:4.2.5-77.el7_7.1.ppc64",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-77.el7_7.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64le"
},
"product_reference": "dhcp-common-12:4.2.5-77.el7_7.1.ppc64le",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-77.el7_7.1.s390x as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.s390x"
},
"product_reference": "dhcp-common-12:4.2.5-77.el7_7.1.s390x",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-77.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.x86_64"
},
"product_reference": "dhcp-common-12:4.2.5-77.el7_7.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.i686"
},
"product_reference": "dhcp-devel-12:4.2.5-77.el7_7.1.i686",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc"
},
"product_reference": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64"
},
"product_reference": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc64",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le"
},
"product_reference": "dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.s390 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390"
},
"product_reference": "dhcp-devel-12:4.2.5-77.el7_7.1.s390",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.s390x as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390x"
},
"product_reference": "dhcp-devel-12:4.2.5-77.el7_7.1.s390x",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-77.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.x86_64"
},
"product_reference": "dhcp-devel-12:4.2.5-77.el7_7.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.i686"
},
"product_reference": "dhcp-libs-12:4.2.5-77.el7_7.1.i686",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc"
},
"product_reference": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64"
},
"product_reference": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc64",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le"
},
"product_reference": "dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.s390 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390"
},
"product_reference": "dhcp-libs-12:4.2.5-77.el7_7.1.s390",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.s390x as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390x"
},
"product_reference": "dhcp-libs-12:4.2.5-77.el7_7.1.s390x",
"relates_to_product_reference": "7Server-optional-7.7.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-77.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)",
"product_id": "7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.x86_64"
},
"product_reference": "dhcp-libs-12:4.2.5-77.el7_7.1.x86_64",
"relates_to_product_reference": "7Server-optional-7.7.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": [
"7ComputeNode-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.src",
"7ComputeNode-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686",
"7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc",
"7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390",
"7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.i686",
"7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc",
"7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390",
"7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.i686",
"7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc",
"7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390",
"7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.src",
"7ComputeNode-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686",
"7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc",
"7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390",
"7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.i686",
"7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc",
"7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390",
"7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.i686",
"7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc",
"7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390",
"7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.x86_64",
"7Server-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64",
"7Server-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.s390x",
"7Server-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.x86_64",
"7Server-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64",
"7Server-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.s390x",
"7Server-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.src",
"7Server-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.x86_64",
"7Server-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64",
"7Server-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.s390x",
"7Server-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.x86_64",
"7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686",
"7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc",
"7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64",
"7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390",
"7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x",
"7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64",
"7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.i686",
"7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc",
"7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64",
"7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390",
"7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390x",
"7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.x86_64",
"7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.i686",
"7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc",
"7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64",
"7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390",
"7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390x",
"7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.x86_64",
"7Server-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64",
"7Server-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.s390x",
"7Server-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.x86_64",
"7Server-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64",
"7Server-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.s390x",
"7Server-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.src",
"7Server-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.x86_64",
"7Server-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64",
"7Server-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.s390x",
"7Server-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.x86_64",
"7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686",
"7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc",
"7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64",
"7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390",
"7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x",
"7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64",
"7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.i686",
"7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc",
"7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64",
"7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390",
"7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390x",
"7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.x86_64",
"7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.i686",
"7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc",
"7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64",
"7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390",
"7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390x",
"7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.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-14T14:53:20+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": [
"7ComputeNode-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.src",
"7ComputeNode-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686",
"7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc",
"7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390",
"7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.i686",
"7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc",
"7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390",
"7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.i686",
"7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc",
"7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390",
"7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.src",
"7ComputeNode-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686",
"7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc",
"7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390",
"7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.i686",
"7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc",
"7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390",
"7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.i686",
"7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc",
"7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390",
"7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.x86_64",
"7Server-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64",
"7Server-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.s390x",
"7Server-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.x86_64",
"7Server-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64",
"7Server-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.s390x",
"7Server-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.src",
"7Server-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.x86_64",
"7Server-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64",
"7Server-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.s390x",
"7Server-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.x86_64",
"7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686",
"7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc",
"7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64",
"7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390",
"7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x",
"7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64",
"7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.i686",
"7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc",
"7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64",
"7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390",
"7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390x",
"7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.x86_64",
"7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.i686",
"7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc",
"7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64",
"7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390",
"7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390x",
"7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.x86_64",
"7Server-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64",
"7Server-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.s390x",
"7Server-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.x86_64",
"7Server-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64",
"7Server-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.s390x",
"7Server-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.src",
"7Server-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.x86_64",
"7Server-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64",
"7Server-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.s390x",
"7Server-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.x86_64",
"7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686",
"7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc",
"7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64",
"7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390",
"7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x",
"7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64",
"7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.i686",
"7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc",
"7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64",
"7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390",
"7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390x",
"7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.x86_64",
"7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.i686",
"7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc",
"7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64",
"7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390",
"7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390x",
"7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:2405"
}
],
"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": [
"7ComputeNode-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.src",
"7ComputeNode-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686",
"7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc",
"7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390",
"7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.i686",
"7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc",
"7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390",
"7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.i686",
"7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc",
"7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390",
"7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.src",
"7ComputeNode-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686",
"7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc",
"7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390",
"7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.i686",
"7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc",
"7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390",
"7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.x86_64",
"7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.i686",
"7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc",
"7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64",
"7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le",
"7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390",
"7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390x",
"7ComputeNode-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.x86_64",
"7Server-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64",
"7Server-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.s390x",
"7Server-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.x86_64",
"7Server-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64",
"7Server-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.s390x",
"7Server-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.src",
"7Server-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.x86_64",
"7Server-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64",
"7Server-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.s390x",
"7Server-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.x86_64",
"7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686",
"7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc",
"7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64",
"7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390",
"7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x",
"7Server-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64",
"7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.i686",
"7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc",
"7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64",
"7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390",
"7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390x",
"7Server-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.x86_64",
"7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.i686",
"7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc",
"7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64",
"7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390",
"7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390x",
"7Server-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.x86_64",
"7Server-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64",
"7Server-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.s390x",
"7Server-optional-7.7.EUS:dhclient-12:4.2.5-77.el7_7.1.x86_64",
"7Server-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64",
"7Server-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.s390x",
"7Server-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.src",
"7Server-optional-7.7.EUS:dhcp-12:4.2.5-77.el7_7.1.x86_64",
"7Server-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64",
"7Server-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.s390x",
"7Server-optional-7.7.EUS:dhcp-common-12:4.2.5-77.el7_7.1.x86_64",
"7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.i686",
"7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc",
"7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64",
"7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390",
"7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.s390x",
"7Server-optional-7.7.EUS:dhcp-debuginfo-12:4.2.5-77.el7_7.1.x86_64",
"7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.i686",
"7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc",
"7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64",
"7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390",
"7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.s390x",
"7Server-optional-7.7.EUS:dhcp-devel-12:4.2.5-77.el7_7.1.x86_64",
"7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.i686",
"7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc",
"7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64",
"7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.ppc64le",
"7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390",
"7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.1.s390x",
"7Server-optional-7.7.EUS:dhcp-libs-12:4.2.5-77.el7_7.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:2414
Vulnerability from csaf_redhat - Published: 2021-06-14 19:57 - 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.4.AUS:dhclient-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.AUS:dhcp-12:4.2.5-58.el7_4.5.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.AUS:dhcp-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.AUS:dhcp-common-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.AUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.AUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.AUS:dhcp-devel-12:4.2.5-58.el7_4.5.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.AUS:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.AUS:dhcp-libs-12:4.2.5-58.el7_4.5.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.AUS:dhcp-libs-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:dhclient-12:4.2.5-58.el7_4.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:dhclient-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:dhcp-common-12:4.2.5-58.el7_4.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:dhcp-common-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.TUS:dhclient-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.TUS:dhcp-12:4.2.5-58.el7_4.5.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.TUS:dhcp-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.TUS:dhcp-common-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.TUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.TUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.TUS:dhcp-devel-12:4.2.5-58.el7_4.5.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.TUS:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.TUS:dhcp-libs-12:4.2.5-58.el7_4.5.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.TUS:dhcp-libs-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:dhclient-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:dhcp-12:4.2.5-58.el7_4.5.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:dhcp-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:dhcp-common-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:dhcp-devel-12:4.2.5-58.el7_4.5.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:dhcp-libs-12:4.2.5-58.el7_4.5.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:dhcp-libs-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:dhclient-12:4.2.5-58.el7_4.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:dhclient-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:dhcp-common-12:4.2.5-58.el7_4.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:dhcp-common-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:dhclient-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:dhcp-12:4.2.5-58.el7_4.5.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:dhcp-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:dhcp-common-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:dhcp-devel-12:4.2.5-58.el7_4.5.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:dhcp-libs-12:4.2.5-58.el7_4.5.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:dhcp-libs-12:4.2.5-58.el7_4.5.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.4 Advanced Update Support, Red Hat Enterprise Linux 7.4 Telco Extended Update Support, and Red Hat Enterprise Linux 7.4 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:2414",
"url": "https://access.redhat.com/errata/RHSA-2021:2414"
},
{
"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_2414.json"
}
],
"title": "Red Hat Security Advisory: dhcp security update",
"tracking": {
"current_release_date": "2025-11-21T18:23:30+00:00",
"generator": {
"date": "2025-11-21T18:23:30+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2021:2414",
"initial_release_date": "2021-06-14T19:57:26+00:00",
"revision_history": [
{
"date": "2021-06-14T19:57:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-06-14T19:57:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:23:30+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.4)",
"product": {
"name": "Red Hat Enterprise Linux Server AUS (v. 7.4)",
"product_id": "7Server-7.4.AUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_aus:7.4::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional AUS (v. 7.4)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional AUS (v. 7.4)",
"product_id": "7Server-optional-7.4.AUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_aus:7.4::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product": {
"name": "Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_e4s:7.4::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_e4s:7.4::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product": {
"name": "Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product_id": "7Server-7.4.TUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_tus:7.4::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional TUS (v. 7.4)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional TUS (v. 7.4)",
"product_id": "7Server-optional-7.4.TUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_tus:7.4::server"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "dhclient-12:4.2.5-58.el7_4.5.x86_64",
"product": {
"name": "dhclient-12:4.2.5-58.el7_4.5.x86_64",
"product_id": "dhclient-12:4.2.5-58.el7_4.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhclient@4.2.5-58.el7_4.5?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-12:4.2.5-58.el7_4.5.x86_64",
"product": {
"name": "dhcp-12:4.2.5-58.el7_4.5.x86_64",
"product_id": "dhcp-12:4.2.5-58.el7_4.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp@4.2.5-58.el7_4.5?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-common-12:4.2.5-58.el7_4.5.x86_64",
"product": {
"name": "dhcp-common-12:4.2.5-58.el7_4.5.x86_64",
"product_id": "dhcp-common-12:4.2.5-58.el7_4.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-common@4.2.5-58.el7_4.5?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-12:4.2.5-58.el7_4.5.x86_64",
"product": {
"name": "dhcp-libs-12:4.2.5-58.el7_4.5.x86_64",
"product_id": "dhcp-libs-12:4.2.5-58.el7_4.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.2.5-58.el7_4.5?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64",
"product": {
"name": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64",
"product_id": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.2.5-58.el7_4.5?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-devel-12:4.2.5-58.el7_4.5.x86_64",
"product": {
"name": "dhcp-devel-12:4.2.5-58.el7_4.5.x86_64",
"product_id": "dhcp-devel-12:4.2.5-58.el7_4.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-devel@4.2.5-58.el7_4.5?arch=x86_64\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-libs-12:4.2.5-58.el7_4.5.i686",
"product": {
"name": "dhcp-libs-12:4.2.5-58.el7_4.5.i686",
"product_id": "dhcp-libs-12:4.2.5-58.el7_4.5.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.2.5-58.el7_4.5?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686",
"product": {
"name": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686",
"product_id": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.2.5-58.el7_4.5?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-devel-12:4.2.5-58.el7_4.5.i686",
"product": {
"name": "dhcp-devel-12:4.2.5-58.el7_4.5.i686",
"product_id": "dhcp-devel-12:4.2.5-58.el7_4.5.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-devel@4.2.5-58.el7_4.5?arch=i686\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-12:4.2.5-58.el7_4.5.src",
"product": {
"name": "dhcp-12:4.2.5-58.el7_4.5.src",
"product_id": "dhcp-12:4.2.5-58.el7_4.5.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp@4.2.5-58.el7_4.5?arch=src\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "dhclient-12:4.2.5-58.el7_4.5.ppc64le",
"product": {
"name": "dhclient-12:4.2.5-58.el7_4.5.ppc64le",
"product_id": "dhclient-12:4.2.5-58.el7_4.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhclient@4.2.5-58.el7_4.5?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-12:4.2.5-58.el7_4.5.ppc64le",
"product": {
"name": "dhcp-12:4.2.5-58.el7_4.5.ppc64le",
"product_id": "dhcp-12:4.2.5-58.el7_4.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp@4.2.5-58.el7_4.5?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-common-12:4.2.5-58.el7_4.5.ppc64le",
"product": {
"name": "dhcp-common-12:4.2.5-58.el7_4.5.ppc64le",
"product_id": "dhcp-common-12:4.2.5-58.el7_4.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-common@4.2.5-58.el7_4.5?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-12:4.2.5-58.el7_4.5.ppc64le",
"product": {
"name": "dhcp-libs-12:4.2.5-58.el7_4.5.ppc64le",
"product_id": "dhcp-libs-12:4.2.5-58.el7_4.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.2.5-58.el7_4.5?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.ppc64le",
"product": {
"name": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.ppc64le",
"product_id": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.2.5-58.el7_4.5?arch=ppc64le\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-devel-12:4.2.5-58.el7_4.5.ppc64le",
"product": {
"name": "dhcp-devel-12:4.2.5-58.el7_4.5.ppc64le",
"product_id": "dhcp-devel-12:4.2.5-58.el7_4.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-devel@4.2.5-58.el7_4.5?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-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)",
"product_id": "7Server-7.4.AUS:dhclient-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhclient-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-58.el7_4.5.src as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)",
"product_id": "7Server-7.4.AUS:dhcp-12:4.2.5-58.el7_4.5.src"
},
"product_reference": "dhcp-12:4.2.5-58.el7_4.5.src",
"relates_to_product_reference": "7Server-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)",
"product_id": "7Server-7.4.AUS:dhcp-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)",
"product_id": "7Server-7.4.AUS:dhcp-common-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-common-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)",
"product_id": "7Server-7.4.AUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686",
"relates_to_product_reference": "7Server-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)",
"product_id": "7Server-7.4.AUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-58.el7_4.5.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)",
"product_id": "7Server-7.4.AUS:dhcp-devel-12:4.2.5-58.el7_4.5.i686"
},
"product_reference": "dhcp-devel-12:4.2.5-58.el7_4.5.i686",
"relates_to_product_reference": "7Server-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)",
"product_id": "7Server-7.4.AUS:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-devel-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-58.el7_4.5.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)",
"product_id": "7Server-7.4.AUS:dhcp-libs-12:4.2.5-58.el7_4.5.i686"
},
"product_reference": "dhcp-libs-12:4.2.5-58.el7_4.5.i686",
"relates_to_product_reference": "7Server-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)",
"product_id": "7Server-7.4.AUS:dhcp-libs-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-libs-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-58.el7_4.5.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:dhclient-12:4.2.5-58.el7_4.5.ppc64le"
},
"product_reference": "dhclient-12:4.2.5-58.el7_4.5.ppc64le",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:dhclient-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhclient-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-58.el7_4.5.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.ppc64le"
},
"product_reference": "dhcp-12:4.2.5-58.el7_4.5.ppc64le",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-58.el7_4.5.src as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.src"
},
"product_reference": "dhcp-12:4.2.5-58.el7_4.5.src",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-58.el7_4.5.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:dhcp-common-12:4.2.5-58.el7_4.5.ppc64le"
},
"product_reference": "dhcp-common-12:4.2.5-58.el7_4.5.ppc64le",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:dhcp-common-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-common-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.ppc64le"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.ppc64le",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-58.el7_4.5.i686 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.i686"
},
"product_reference": "dhcp-devel-12:4.2.5-58.el7_4.5.i686",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-58.el7_4.5.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.ppc64le"
},
"product_reference": "dhcp-devel-12:4.2.5-58.el7_4.5.ppc64le",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-devel-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-58.el7_4.5.i686 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.i686"
},
"product_reference": "dhcp-libs-12:4.2.5-58.el7_4.5.i686",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-58.el7_4.5.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.ppc64le"
},
"product_reference": "dhcp-libs-12:4.2.5-58.el7_4.5.ppc64le",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-libs-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product_id": "7Server-7.4.TUS:dhclient-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhclient-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-58.el7_4.5.src as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product_id": "7Server-7.4.TUS:dhcp-12:4.2.5-58.el7_4.5.src"
},
"product_reference": "dhcp-12:4.2.5-58.el7_4.5.src",
"relates_to_product_reference": "7Server-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product_id": "7Server-7.4.TUS:dhcp-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product_id": "7Server-7.4.TUS:dhcp-common-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-common-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product_id": "7Server-7.4.TUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686",
"relates_to_product_reference": "7Server-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product_id": "7Server-7.4.TUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-58.el7_4.5.i686 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product_id": "7Server-7.4.TUS:dhcp-devel-12:4.2.5-58.el7_4.5.i686"
},
"product_reference": "dhcp-devel-12:4.2.5-58.el7_4.5.i686",
"relates_to_product_reference": "7Server-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product_id": "7Server-7.4.TUS:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-devel-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-58.el7_4.5.i686 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product_id": "7Server-7.4.TUS:dhcp-libs-12:4.2.5-58.el7_4.5.i686"
},
"product_reference": "dhcp-libs-12:4.2.5-58.el7_4.5.i686",
"relates_to_product_reference": "7Server-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product_id": "7Server-7.4.TUS:dhcp-libs-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-libs-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.4)",
"product_id": "7Server-optional-7.4.AUS:dhclient-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhclient-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-58.el7_4.5.src as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.4)",
"product_id": "7Server-optional-7.4.AUS:dhcp-12:4.2.5-58.el7_4.5.src"
},
"product_reference": "dhcp-12:4.2.5-58.el7_4.5.src",
"relates_to_product_reference": "7Server-optional-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.4)",
"product_id": "7Server-optional-7.4.AUS:dhcp-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.4)",
"product_id": "7Server-optional-7.4.AUS:dhcp-common-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-common-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.4)",
"product_id": "7Server-optional-7.4.AUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686",
"relates_to_product_reference": "7Server-optional-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.4)",
"product_id": "7Server-optional-7.4.AUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-58.el7_4.5.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.4)",
"product_id": "7Server-optional-7.4.AUS:dhcp-devel-12:4.2.5-58.el7_4.5.i686"
},
"product_reference": "dhcp-devel-12:4.2.5-58.el7_4.5.i686",
"relates_to_product_reference": "7Server-optional-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.4)",
"product_id": "7Server-optional-7.4.AUS:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-devel-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-58.el7_4.5.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.4)",
"product_id": "7Server-optional-7.4.AUS:dhcp-libs-12:4.2.5-58.el7_4.5.i686"
},
"product_reference": "dhcp-libs-12:4.2.5-58.el7_4.5.i686",
"relates_to_product_reference": "7Server-optional-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.4)",
"product_id": "7Server-optional-7.4.AUS:dhcp-libs-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-libs-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-58.el7_4.5.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:dhclient-12:4.2.5-58.el7_4.5.ppc64le"
},
"product_reference": "dhclient-12:4.2.5-58.el7_4.5.ppc64le",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:dhclient-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhclient-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-58.el7_4.5.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.ppc64le"
},
"product_reference": "dhcp-12:4.2.5-58.el7_4.5.ppc64le",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-58.el7_4.5.src as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.src"
},
"product_reference": "dhcp-12:4.2.5-58.el7_4.5.src",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-58.el7_4.5.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:dhcp-common-12:4.2.5-58.el7_4.5.ppc64le"
},
"product_reference": "dhcp-common-12:4.2.5-58.el7_4.5.ppc64le",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:dhcp-common-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-common-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.ppc64le"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.ppc64le",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-58.el7_4.5.i686 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.i686"
},
"product_reference": "dhcp-devel-12:4.2.5-58.el7_4.5.i686",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-58.el7_4.5.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.ppc64le"
},
"product_reference": "dhcp-devel-12:4.2.5-58.el7_4.5.ppc64le",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-devel-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-58.el7_4.5.i686 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.i686"
},
"product_reference": "dhcp-libs-12:4.2.5-58.el7_4.5.i686",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-58.el7_4.5.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.ppc64le"
},
"product_reference": "dhcp-libs-12:4.2.5-58.el7_4.5.ppc64le",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-libs-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.4)",
"product_id": "7Server-optional-7.4.TUS:dhclient-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhclient-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-58.el7_4.5.src as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.4)",
"product_id": "7Server-optional-7.4.TUS:dhcp-12:4.2.5-58.el7_4.5.src"
},
"product_reference": "dhcp-12:4.2.5-58.el7_4.5.src",
"relates_to_product_reference": "7Server-optional-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.4)",
"product_id": "7Server-optional-7.4.TUS:dhcp-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.4)",
"product_id": "7Server-optional-7.4.TUS:dhcp-common-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-common-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.4)",
"product_id": "7Server-optional-7.4.TUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686",
"relates_to_product_reference": "7Server-optional-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.4)",
"product_id": "7Server-optional-7.4.TUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-58.el7_4.5.i686 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.4)",
"product_id": "7Server-optional-7.4.TUS:dhcp-devel-12:4.2.5-58.el7_4.5.i686"
},
"product_reference": "dhcp-devel-12:4.2.5-58.el7_4.5.i686",
"relates_to_product_reference": "7Server-optional-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.4)",
"product_id": "7Server-optional-7.4.TUS:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-devel-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-58.el7_4.5.i686 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.4)",
"product_id": "7Server-optional-7.4.TUS:dhcp-libs-12:4.2.5-58.el7_4.5.i686"
},
"product_reference": "dhcp-libs-12:4.2.5-58.el7_4.5.i686",
"relates_to_product_reference": "7Server-optional-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-58.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.4)",
"product_id": "7Server-optional-7.4.TUS:dhcp-libs-12:4.2.5-58.el7_4.5.x86_64"
},
"product_reference": "dhcp-libs-12:4.2.5-58.el7_4.5.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.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.4.AUS:dhclient-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.AUS:dhcp-12:4.2.5-58.el7_4.5.src",
"7Server-7.4.AUS:dhcp-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.AUS:dhcp-common-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.AUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686",
"7Server-7.4.AUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.AUS:dhcp-devel-12:4.2.5-58.el7_4.5.i686",
"7Server-7.4.AUS:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.AUS:dhcp-libs-12:4.2.5-58.el7_4.5.i686",
"7Server-7.4.AUS:dhcp-libs-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.E4S:dhclient-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-7.4.E4S:dhclient-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.src",
"7Server-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.E4S:dhcp-common-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-7.4.E4S:dhcp-common-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686",
"7Server-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.i686",
"7Server-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.i686",
"7Server-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.TUS:dhclient-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.TUS:dhcp-12:4.2.5-58.el7_4.5.src",
"7Server-7.4.TUS:dhcp-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.TUS:dhcp-common-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.TUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686",
"7Server-7.4.TUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.TUS:dhcp-devel-12:4.2.5-58.el7_4.5.i686",
"7Server-7.4.TUS:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.TUS:dhcp-libs-12:4.2.5-58.el7_4.5.i686",
"7Server-7.4.TUS:dhcp-libs-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.AUS:dhclient-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.AUS:dhcp-12:4.2.5-58.el7_4.5.src",
"7Server-optional-7.4.AUS:dhcp-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.AUS:dhcp-common-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.AUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686",
"7Server-optional-7.4.AUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.AUS:dhcp-devel-12:4.2.5-58.el7_4.5.i686",
"7Server-optional-7.4.AUS:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.AUS:dhcp-libs-12:4.2.5-58.el7_4.5.i686",
"7Server-optional-7.4.AUS:dhcp-libs-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.E4S:dhclient-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-optional-7.4.E4S:dhclient-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-optional-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.src",
"7Server-optional-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.E4S:dhcp-common-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-optional-7.4.E4S:dhcp-common-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686",
"7Server-optional-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-optional-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.i686",
"7Server-optional-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-optional-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.i686",
"7Server-optional-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-optional-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.TUS:dhclient-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.TUS:dhcp-12:4.2.5-58.el7_4.5.src",
"7Server-optional-7.4.TUS:dhcp-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.TUS:dhcp-common-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.TUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686",
"7Server-optional-7.4.TUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.TUS:dhcp-devel-12:4.2.5-58.el7_4.5.i686",
"7Server-optional-7.4.TUS:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.TUS:dhcp-libs-12:4.2.5-58.el7_4.5.i686",
"7Server-optional-7.4.TUS:dhcp-libs-12:4.2.5-58.el7_4.5.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:57:26+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.4.AUS:dhclient-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.AUS:dhcp-12:4.2.5-58.el7_4.5.src",
"7Server-7.4.AUS:dhcp-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.AUS:dhcp-common-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.AUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686",
"7Server-7.4.AUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.AUS:dhcp-devel-12:4.2.5-58.el7_4.5.i686",
"7Server-7.4.AUS:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.AUS:dhcp-libs-12:4.2.5-58.el7_4.5.i686",
"7Server-7.4.AUS:dhcp-libs-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.E4S:dhclient-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-7.4.E4S:dhclient-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.src",
"7Server-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.E4S:dhcp-common-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-7.4.E4S:dhcp-common-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686",
"7Server-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.i686",
"7Server-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.i686",
"7Server-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.TUS:dhclient-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.TUS:dhcp-12:4.2.5-58.el7_4.5.src",
"7Server-7.4.TUS:dhcp-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.TUS:dhcp-common-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.TUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686",
"7Server-7.4.TUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.TUS:dhcp-devel-12:4.2.5-58.el7_4.5.i686",
"7Server-7.4.TUS:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.TUS:dhcp-libs-12:4.2.5-58.el7_4.5.i686",
"7Server-7.4.TUS:dhcp-libs-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.AUS:dhclient-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.AUS:dhcp-12:4.2.5-58.el7_4.5.src",
"7Server-optional-7.4.AUS:dhcp-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.AUS:dhcp-common-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.AUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686",
"7Server-optional-7.4.AUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.AUS:dhcp-devel-12:4.2.5-58.el7_4.5.i686",
"7Server-optional-7.4.AUS:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.AUS:dhcp-libs-12:4.2.5-58.el7_4.5.i686",
"7Server-optional-7.4.AUS:dhcp-libs-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.E4S:dhclient-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-optional-7.4.E4S:dhclient-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-optional-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.src",
"7Server-optional-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.E4S:dhcp-common-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-optional-7.4.E4S:dhcp-common-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686",
"7Server-optional-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-optional-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.i686",
"7Server-optional-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-optional-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.i686",
"7Server-optional-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-optional-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.TUS:dhclient-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.TUS:dhcp-12:4.2.5-58.el7_4.5.src",
"7Server-optional-7.4.TUS:dhcp-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.TUS:dhcp-common-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.TUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686",
"7Server-optional-7.4.TUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.TUS:dhcp-devel-12:4.2.5-58.el7_4.5.i686",
"7Server-optional-7.4.TUS:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.TUS:dhcp-libs-12:4.2.5-58.el7_4.5.i686",
"7Server-optional-7.4.TUS:dhcp-libs-12:4.2.5-58.el7_4.5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:2414"
}
],
"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.4.AUS:dhclient-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.AUS:dhcp-12:4.2.5-58.el7_4.5.src",
"7Server-7.4.AUS:dhcp-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.AUS:dhcp-common-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.AUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686",
"7Server-7.4.AUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.AUS:dhcp-devel-12:4.2.5-58.el7_4.5.i686",
"7Server-7.4.AUS:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.AUS:dhcp-libs-12:4.2.5-58.el7_4.5.i686",
"7Server-7.4.AUS:dhcp-libs-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.E4S:dhclient-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-7.4.E4S:dhclient-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.src",
"7Server-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.E4S:dhcp-common-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-7.4.E4S:dhcp-common-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686",
"7Server-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.i686",
"7Server-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.i686",
"7Server-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.TUS:dhclient-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.TUS:dhcp-12:4.2.5-58.el7_4.5.src",
"7Server-7.4.TUS:dhcp-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.TUS:dhcp-common-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.TUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686",
"7Server-7.4.TUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.TUS:dhcp-devel-12:4.2.5-58.el7_4.5.i686",
"7Server-7.4.TUS:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64",
"7Server-7.4.TUS:dhcp-libs-12:4.2.5-58.el7_4.5.i686",
"7Server-7.4.TUS:dhcp-libs-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.AUS:dhclient-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.AUS:dhcp-12:4.2.5-58.el7_4.5.src",
"7Server-optional-7.4.AUS:dhcp-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.AUS:dhcp-common-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.AUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686",
"7Server-optional-7.4.AUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.AUS:dhcp-devel-12:4.2.5-58.el7_4.5.i686",
"7Server-optional-7.4.AUS:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.AUS:dhcp-libs-12:4.2.5-58.el7_4.5.i686",
"7Server-optional-7.4.AUS:dhcp-libs-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.E4S:dhclient-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-optional-7.4.E4S:dhclient-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-optional-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.src",
"7Server-optional-7.4.E4S:dhcp-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.E4S:dhcp-common-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-optional-7.4.E4S:dhcp-common-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686",
"7Server-optional-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-optional-7.4.E4S:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.i686",
"7Server-optional-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-optional-7.4.E4S:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.i686",
"7Server-optional-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.ppc64le",
"7Server-optional-7.4.E4S:dhcp-libs-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.TUS:dhclient-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.TUS:dhcp-12:4.2.5-58.el7_4.5.src",
"7Server-optional-7.4.TUS:dhcp-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.TUS:dhcp-common-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.TUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.i686",
"7Server-optional-7.4.TUS:dhcp-debuginfo-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.TUS:dhcp-devel-12:4.2.5-58.el7_4.5.i686",
"7Server-optional-7.4.TUS:dhcp-devel-12:4.2.5-58.el7_4.5.x86_64",
"7Server-optional-7.4.TUS:dhcp-libs-12:4.2.5-58.el7_4.5.i686",
"7Server-optional-7.4.TUS:dhcp-libs-12:4.2.5-58.el7_4.5.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:2415
Vulnerability from csaf_redhat - Published: 2021-06-14 19:35 - 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.3.AUS:dhclient-12:4.2.5-47.el7_3.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.AUS:dhcp-12:4.2.5-47.el7_3.2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.AUS:dhcp-12:4.2.5-47.el7_3.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.AUS:dhcp-common-12:4.2.5-47.el7_3.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.AUS:dhcp-debuginfo-12:4.2.5-47.el7_3.2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.AUS:dhcp-debuginfo-12:4.2.5-47.el7_3.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.AUS:dhcp-devel-12:4.2.5-47.el7_3.2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.AUS:dhcp-devel-12:4.2.5-47.el7_3.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.AUS:dhcp-libs-12:4.2.5-47.el7_3.2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.AUS:dhcp-libs-12:4.2.5-47.el7_3.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:dhclient-12:4.2.5-47.el7_3.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:dhcp-12:4.2.5-47.el7_3.2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:dhcp-12:4.2.5-47.el7_3.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:dhcp-common-12:4.2.5-47.el7_3.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:dhcp-debuginfo-12:4.2.5-47.el7_3.2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:dhcp-debuginfo-12:4.2.5-47.el7_3.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:dhcp-devel-12:4.2.5-47.el7_3.2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:dhcp-devel-12:4.2.5-47.el7_3.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:dhcp-libs-12:4.2.5-47.el7_3.2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:dhcp-libs-12:4.2.5-47.el7_3.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.3 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:2415",
"url": "https://access.redhat.com/errata/RHSA-2021:2415"
},
{
"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_2415.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:2415",
"initial_release_date": "2021-06-14T19:35:46+00:00",
"revision_history": [
{
"date": "2021-06-14T19:35:46+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-06-14T19:35:46+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 Server AUS (v. 7.3)",
"product": {
"name": "Red Hat Enterprise Linux Server AUS (v. 7.3)",
"product_id": "7Server-7.3.AUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_aus:7.3::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional AUS (v. 7.3)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional AUS (v. 7.3)",
"product_id": "7Server-optional-7.3.AUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_aus:7.3::server"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "dhclient-12:4.2.5-47.el7_3.2.x86_64",
"product": {
"name": "dhclient-12:4.2.5-47.el7_3.2.x86_64",
"product_id": "dhclient-12:4.2.5-47.el7_3.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhclient@4.2.5-47.el7_3.2?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-12:4.2.5-47.el7_3.2.x86_64",
"product": {
"name": "dhcp-12:4.2.5-47.el7_3.2.x86_64",
"product_id": "dhcp-12:4.2.5-47.el7_3.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp@4.2.5-47.el7_3.2?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-common-12:4.2.5-47.el7_3.2.x86_64",
"product": {
"name": "dhcp-common-12:4.2.5-47.el7_3.2.x86_64",
"product_id": "dhcp-common-12:4.2.5-47.el7_3.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-common@4.2.5-47.el7_3.2?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-libs-12:4.2.5-47.el7_3.2.x86_64",
"product": {
"name": "dhcp-libs-12:4.2.5-47.el7_3.2.x86_64",
"product_id": "dhcp-libs-12:4.2.5-47.el7_3.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.2.5-47.el7_3.2?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.2.5-47.el7_3.2.x86_64",
"product": {
"name": "dhcp-debuginfo-12:4.2.5-47.el7_3.2.x86_64",
"product_id": "dhcp-debuginfo-12:4.2.5-47.el7_3.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.2.5-47.el7_3.2?arch=x86_64\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-devel-12:4.2.5-47.el7_3.2.x86_64",
"product": {
"name": "dhcp-devel-12:4.2.5-47.el7_3.2.x86_64",
"product_id": "dhcp-devel-12:4.2.5-47.el7_3.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-devel@4.2.5-47.el7_3.2?arch=x86_64\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-libs-12:4.2.5-47.el7_3.2.i686",
"product": {
"name": "dhcp-libs-12:4.2.5-47.el7_3.2.i686",
"product_id": "dhcp-libs-12:4.2.5-47.el7_3.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-libs@4.2.5-47.el7_3.2?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-debuginfo-12:4.2.5-47.el7_3.2.i686",
"product": {
"name": "dhcp-debuginfo-12:4.2.5-47.el7_3.2.i686",
"product_id": "dhcp-debuginfo-12:4.2.5-47.el7_3.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-debuginfo@4.2.5-47.el7_3.2?arch=i686\u0026epoch=12"
}
}
},
{
"category": "product_version",
"name": "dhcp-devel-12:4.2.5-47.el7_3.2.i686",
"product": {
"name": "dhcp-devel-12:4.2.5-47.el7_3.2.i686",
"product_id": "dhcp-devel-12:4.2.5-47.el7_3.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp-devel@4.2.5-47.el7_3.2?arch=i686\u0026epoch=12"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "dhcp-12:4.2.5-47.el7_3.2.src",
"product": {
"name": "dhcp-12:4.2.5-47.el7_3.2.src",
"product_id": "dhcp-12:4.2.5-47.el7_3.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dhcp@4.2.5-47.el7_3.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-47.el7_3.2.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)",
"product_id": "7Server-7.3.AUS:dhclient-12:4.2.5-47.el7_3.2.x86_64"
},
"product_reference": "dhclient-12:4.2.5-47.el7_3.2.x86_64",
"relates_to_product_reference": "7Server-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-47.el7_3.2.src as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)",
"product_id": "7Server-7.3.AUS:dhcp-12:4.2.5-47.el7_3.2.src"
},
"product_reference": "dhcp-12:4.2.5-47.el7_3.2.src",
"relates_to_product_reference": "7Server-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-47.el7_3.2.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)",
"product_id": "7Server-7.3.AUS:dhcp-12:4.2.5-47.el7_3.2.x86_64"
},
"product_reference": "dhcp-12:4.2.5-47.el7_3.2.x86_64",
"relates_to_product_reference": "7Server-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-47.el7_3.2.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)",
"product_id": "7Server-7.3.AUS:dhcp-common-12:4.2.5-47.el7_3.2.x86_64"
},
"product_reference": "dhcp-common-12:4.2.5-47.el7_3.2.x86_64",
"relates_to_product_reference": "7Server-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-47.el7_3.2.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)",
"product_id": "7Server-7.3.AUS:dhcp-debuginfo-12:4.2.5-47.el7_3.2.i686"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-47.el7_3.2.i686",
"relates_to_product_reference": "7Server-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-47.el7_3.2.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)",
"product_id": "7Server-7.3.AUS:dhcp-debuginfo-12:4.2.5-47.el7_3.2.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-47.el7_3.2.x86_64",
"relates_to_product_reference": "7Server-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-47.el7_3.2.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)",
"product_id": "7Server-7.3.AUS:dhcp-devel-12:4.2.5-47.el7_3.2.i686"
},
"product_reference": "dhcp-devel-12:4.2.5-47.el7_3.2.i686",
"relates_to_product_reference": "7Server-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-47.el7_3.2.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)",
"product_id": "7Server-7.3.AUS:dhcp-devel-12:4.2.5-47.el7_3.2.x86_64"
},
"product_reference": "dhcp-devel-12:4.2.5-47.el7_3.2.x86_64",
"relates_to_product_reference": "7Server-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-47.el7_3.2.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)",
"product_id": "7Server-7.3.AUS:dhcp-libs-12:4.2.5-47.el7_3.2.i686"
},
"product_reference": "dhcp-libs-12:4.2.5-47.el7_3.2.i686",
"relates_to_product_reference": "7Server-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-47.el7_3.2.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)",
"product_id": "7Server-7.3.AUS:dhcp-libs-12:4.2.5-47.el7_3.2.x86_64"
},
"product_reference": "dhcp-libs-12:4.2.5-47.el7_3.2.x86_64",
"relates_to_product_reference": "7Server-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhclient-12:4.2.5-47.el7_3.2.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.3)",
"product_id": "7Server-optional-7.3.AUS:dhclient-12:4.2.5-47.el7_3.2.x86_64"
},
"product_reference": "dhclient-12:4.2.5-47.el7_3.2.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-47.el7_3.2.src as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.3)",
"product_id": "7Server-optional-7.3.AUS:dhcp-12:4.2.5-47.el7_3.2.src"
},
"product_reference": "dhcp-12:4.2.5-47.el7_3.2.src",
"relates_to_product_reference": "7Server-optional-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-12:4.2.5-47.el7_3.2.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.3)",
"product_id": "7Server-optional-7.3.AUS:dhcp-12:4.2.5-47.el7_3.2.x86_64"
},
"product_reference": "dhcp-12:4.2.5-47.el7_3.2.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-common-12:4.2.5-47.el7_3.2.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.3)",
"product_id": "7Server-optional-7.3.AUS:dhcp-common-12:4.2.5-47.el7_3.2.x86_64"
},
"product_reference": "dhcp-common-12:4.2.5-47.el7_3.2.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-47.el7_3.2.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.3)",
"product_id": "7Server-optional-7.3.AUS:dhcp-debuginfo-12:4.2.5-47.el7_3.2.i686"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-47.el7_3.2.i686",
"relates_to_product_reference": "7Server-optional-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-debuginfo-12:4.2.5-47.el7_3.2.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.3)",
"product_id": "7Server-optional-7.3.AUS:dhcp-debuginfo-12:4.2.5-47.el7_3.2.x86_64"
},
"product_reference": "dhcp-debuginfo-12:4.2.5-47.el7_3.2.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-47.el7_3.2.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.3)",
"product_id": "7Server-optional-7.3.AUS:dhcp-devel-12:4.2.5-47.el7_3.2.i686"
},
"product_reference": "dhcp-devel-12:4.2.5-47.el7_3.2.i686",
"relates_to_product_reference": "7Server-optional-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-devel-12:4.2.5-47.el7_3.2.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.3)",
"product_id": "7Server-optional-7.3.AUS:dhcp-devel-12:4.2.5-47.el7_3.2.x86_64"
},
"product_reference": "dhcp-devel-12:4.2.5-47.el7_3.2.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-47.el7_3.2.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.3)",
"product_id": "7Server-optional-7.3.AUS:dhcp-libs-12:4.2.5-47.el7_3.2.i686"
},
"product_reference": "dhcp-libs-12:4.2.5-47.el7_3.2.i686",
"relates_to_product_reference": "7Server-optional-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dhcp-libs-12:4.2.5-47.el7_3.2.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.3)",
"product_id": "7Server-optional-7.3.AUS:dhcp-libs-12:4.2.5-47.el7_3.2.x86_64"
},
"product_reference": "dhcp-libs-12:4.2.5-47.el7_3.2.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.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.3.AUS:dhclient-12:4.2.5-47.el7_3.2.x86_64",
"7Server-7.3.AUS:dhcp-12:4.2.5-47.el7_3.2.src",
"7Server-7.3.AUS:dhcp-12:4.2.5-47.el7_3.2.x86_64",
"7Server-7.3.AUS:dhcp-common-12:4.2.5-47.el7_3.2.x86_64",
"7Server-7.3.AUS:dhcp-debuginfo-12:4.2.5-47.el7_3.2.i686",
"7Server-7.3.AUS:dhcp-debuginfo-12:4.2.5-47.el7_3.2.x86_64",
"7Server-7.3.AUS:dhcp-devel-12:4.2.5-47.el7_3.2.i686",
"7Server-7.3.AUS:dhcp-devel-12:4.2.5-47.el7_3.2.x86_64",
"7Server-7.3.AUS:dhcp-libs-12:4.2.5-47.el7_3.2.i686",
"7Server-7.3.AUS:dhcp-libs-12:4.2.5-47.el7_3.2.x86_64",
"7Server-optional-7.3.AUS:dhclient-12:4.2.5-47.el7_3.2.x86_64",
"7Server-optional-7.3.AUS:dhcp-12:4.2.5-47.el7_3.2.src",
"7Server-optional-7.3.AUS:dhcp-12:4.2.5-47.el7_3.2.x86_64",
"7Server-optional-7.3.AUS:dhcp-common-12:4.2.5-47.el7_3.2.x86_64",
"7Server-optional-7.3.AUS:dhcp-debuginfo-12:4.2.5-47.el7_3.2.i686",
"7Server-optional-7.3.AUS:dhcp-debuginfo-12:4.2.5-47.el7_3.2.x86_64",
"7Server-optional-7.3.AUS:dhcp-devel-12:4.2.5-47.el7_3.2.i686",
"7Server-optional-7.3.AUS:dhcp-devel-12:4.2.5-47.el7_3.2.x86_64",
"7Server-optional-7.3.AUS:dhcp-libs-12:4.2.5-47.el7_3.2.i686",
"7Server-optional-7.3.AUS:dhcp-libs-12:4.2.5-47.el7_3.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:35:46+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.3.AUS:dhclient-12:4.2.5-47.el7_3.2.x86_64",
"7Server-7.3.AUS:dhcp-12:4.2.5-47.el7_3.2.src",
"7Server-7.3.AUS:dhcp-12:4.2.5-47.el7_3.2.x86_64",
"7Server-7.3.AUS:dhcp-common-12:4.2.5-47.el7_3.2.x86_64",
"7Server-7.3.AUS:dhcp-debuginfo-12:4.2.5-47.el7_3.2.i686",
"7Server-7.3.AUS:dhcp-debuginfo-12:4.2.5-47.el7_3.2.x86_64",
"7Server-7.3.AUS:dhcp-devel-12:4.2.5-47.el7_3.2.i686",
"7Server-7.3.AUS:dhcp-devel-12:4.2.5-47.el7_3.2.x86_64",
"7Server-7.3.AUS:dhcp-libs-12:4.2.5-47.el7_3.2.i686",
"7Server-7.3.AUS:dhcp-libs-12:4.2.5-47.el7_3.2.x86_64",
"7Server-optional-7.3.AUS:dhclient-12:4.2.5-47.el7_3.2.x86_64",
"7Server-optional-7.3.AUS:dhcp-12:4.2.5-47.el7_3.2.src",
"7Server-optional-7.3.AUS:dhcp-12:4.2.5-47.el7_3.2.x86_64",
"7Server-optional-7.3.AUS:dhcp-common-12:4.2.5-47.el7_3.2.x86_64",
"7Server-optional-7.3.AUS:dhcp-debuginfo-12:4.2.5-47.el7_3.2.i686",
"7Server-optional-7.3.AUS:dhcp-debuginfo-12:4.2.5-47.el7_3.2.x86_64",
"7Server-optional-7.3.AUS:dhcp-devel-12:4.2.5-47.el7_3.2.i686",
"7Server-optional-7.3.AUS:dhcp-devel-12:4.2.5-47.el7_3.2.x86_64",
"7Server-optional-7.3.AUS:dhcp-libs-12:4.2.5-47.el7_3.2.i686",
"7Server-optional-7.3.AUS:dhcp-libs-12:4.2.5-47.el7_3.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:2415"
}
],
"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.3.AUS:dhclient-12:4.2.5-47.el7_3.2.x86_64",
"7Server-7.3.AUS:dhcp-12:4.2.5-47.el7_3.2.src",
"7Server-7.3.AUS:dhcp-12:4.2.5-47.el7_3.2.x86_64",
"7Server-7.3.AUS:dhcp-common-12:4.2.5-47.el7_3.2.x86_64",
"7Server-7.3.AUS:dhcp-debuginfo-12:4.2.5-47.el7_3.2.i686",
"7Server-7.3.AUS:dhcp-debuginfo-12:4.2.5-47.el7_3.2.x86_64",
"7Server-7.3.AUS:dhcp-devel-12:4.2.5-47.el7_3.2.i686",
"7Server-7.3.AUS:dhcp-devel-12:4.2.5-47.el7_3.2.x86_64",
"7Server-7.3.AUS:dhcp-libs-12:4.2.5-47.el7_3.2.i686",
"7Server-7.3.AUS:dhcp-libs-12:4.2.5-47.el7_3.2.x86_64",
"7Server-optional-7.3.AUS:dhclient-12:4.2.5-47.el7_3.2.x86_64",
"7Server-optional-7.3.AUS:dhcp-12:4.2.5-47.el7_3.2.src",
"7Server-optional-7.3.AUS:dhcp-12:4.2.5-47.el7_3.2.x86_64",
"7Server-optional-7.3.AUS:dhcp-common-12:4.2.5-47.el7_3.2.x86_64",
"7Server-optional-7.3.AUS:dhcp-debuginfo-12:4.2.5-47.el7_3.2.i686",
"7Server-optional-7.3.AUS:dhcp-debuginfo-12:4.2.5-47.el7_3.2.x86_64",
"7Server-optional-7.3.AUS:dhcp-devel-12:4.2.5-47.el7_3.2.i686",
"7Server-optional-7.3.AUS:dhcp-devel-12:4.2.5-47.el7_3.2.x86_64",
"7Server-optional-7.3.AUS:dhcp-libs-12:4.2.5-47.el7_3.2.i686",
"7Server-optional-7.3.AUS:dhcp-libs-12:4.2.5-47.el7_3.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: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"
}
]
}
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.