Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2018-17204 (GCVE-0-2018-17204)
Vulnerability from cvelistv5 – Published: 2018-09-19 16:00 – Updated: 2024-08-05 10:47- n/a
| URL | Tags |
|---|---|
| https://access.redhat.com/errata/RHSA-2019:0053 | vendor-advisoryx_refsource_REDHAT |
| https://usn.ubuntu.com/3873-1/ | vendor-advisoryx_refsource_UBUNTU |
| https://access.redhat.com/errata/RHSA-2018:3500 | vendor-advisoryx_refsource_REDHAT |
| https://github.com/openvswitch/ovs/commit/4af6da3… | x_refsource_MISC |
| https://access.redhat.com/errata/RHSA-2019:0081 | vendor-advisoryx_refsource_REDHAT |
| https://lists.debian.org/debian-lts-announce/2021… | mailing-listx_refsource_MLIST |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-05T10:47:03.764Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "RHSA-2019:0053",
"tags": [
"vendor-advisory",
"x_refsource_REDHAT",
"x_transferred"
],
"url": "https://access.redhat.com/errata/RHSA-2019:0053"
},
{
"name": "USN-3873-1",
"tags": [
"vendor-advisory",
"x_refsource_UBUNTU",
"x_transferred"
],
"url": "https://usn.ubuntu.com/3873-1/"
},
{
"name": "RHSA-2018:3500",
"tags": [
"vendor-advisory",
"x_refsource_REDHAT",
"x_transferred"
],
"url": "https://access.redhat.com/errata/RHSA-2018:3500"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/openvswitch/ovs/commit/4af6da3b275b764b1afe194df6499b33d2bf4cde"
},
{
"name": "RHSA-2019:0081",
"tags": [
"vendor-advisory",
"x_refsource_REDHAT",
"x_transferred"
],
"url": "https://access.redhat.com/errata/RHSA-2019:0081"
},
{
"name": "[debian-lts-announce] 20210219 [SECURITY] [DLA 2571-1] openvswitch security update",
"tags": [
"mailing-list",
"x_refsource_MLIST",
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2021/02/msg00032.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "n/a",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "n/a"
}
]
}
],
"datePublic": "2018-09-19T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "An issue was discovered in Open vSwitch (OvS) 2.7.x through 2.7.6, affecting parse_group_prop_ntr_selection_method in lib/ofp-util.c. When decoding a group mod, it validates the group type and command after the whole group mod has been decoded. The OF1.5 decoder, however, tries to use the type and command earlier, when it might still be invalid. This causes an assertion failure (via OVS_NOT_REACHED). ovs-vswitchd does not enable support for OpenFlow 1.5 by default."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "n/a",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2021-02-20T00:06:13.000Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"name": "RHSA-2019:0053",
"tags": [
"vendor-advisory",
"x_refsource_REDHAT"
],
"url": "https://access.redhat.com/errata/RHSA-2019:0053"
},
{
"name": "USN-3873-1",
"tags": [
"vendor-advisory",
"x_refsource_UBUNTU"
],
"url": "https://usn.ubuntu.com/3873-1/"
},
{
"name": "RHSA-2018:3500",
"tags": [
"vendor-advisory",
"x_refsource_REDHAT"
],
"url": "https://access.redhat.com/errata/RHSA-2018:3500"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/openvswitch/ovs/commit/4af6da3b275b764b1afe194df6499b33d2bf4cde"
},
{
"name": "RHSA-2019:0081",
"tags": [
"vendor-advisory",
"x_refsource_REDHAT"
],
"url": "https://access.redhat.com/errata/RHSA-2019:0081"
},
{
"name": "[debian-lts-announce] 20210219 [SECURITY] [DLA 2571-1] openvswitch security update",
"tags": [
"mailing-list",
"x_refsource_MLIST"
],
"url": "https://lists.debian.org/debian-lts-announce/2021/02/msg00032.html"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2018-17204",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "An issue was discovered in Open vSwitch (OvS) 2.7.x through 2.7.6, affecting parse_group_prop_ntr_selection_method in lib/ofp-util.c. When decoding a group mod, it validates the group type and command after the whole group mod has been decoded. The OF1.5 decoder, however, tries to use the type and command earlier, when it might still be invalid. This causes an assertion failure (via OVS_NOT_REACHED). ovs-vswitchd does not enable support for OpenFlow 1.5 by default."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "RHSA-2019:0053",
"refsource": "REDHAT",
"url": "https://access.redhat.com/errata/RHSA-2019:0053"
},
{
"name": "USN-3873-1",
"refsource": "UBUNTU",
"url": "https://usn.ubuntu.com/3873-1/"
},
{
"name": "RHSA-2018:3500",
"refsource": "REDHAT",
"url": "https://access.redhat.com/errata/RHSA-2018:3500"
},
{
"name": "https://github.com/openvswitch/ovs/commit/4af6da3b275b764b1afe194df6499b33d2bf4cde",
"refsource": "MISC",
"url": "https://github.com/openvswitch/ovs/commit/4af6da3b275b764b1afe194df6499b33d2bf4cde"
},
{
"name": "RHSA-2019:0081",
"refsource": "REDHAT",
"url": "https://access.redhat.com/errata/RHSA-2019:0081"
},
{
"name": "[debian-lts-announce] 20210219 [SECURITY] [DLA 2571-1] openvswitch security update",
"refsource": "MLIST",
"url": "https://lists.debian.org/debian-lts-announce/2021/02/msg00032.html"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2018-17204",
"datePublished": "2018-09-19T16:00:00.000Z",
"dateReserved": "2018-09-19T00:00:00.000Z",
"dateUpdated": "2024-08-05T10:47:03.764Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2018-17204",
"date": "2026-05-28",
"epss": "0.01127",
"percentile": "0.78586"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:openvswitch:openvswitch:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"2.7.0\", \"versionEndIncluding\": \"2.7.6\", \"matchCriteriaId\": \"682FD155-6A56-43D5-9953-852BB3AA0109\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:redhat:openstack:10:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"E722FEF7-58A6-47AD-B1D0-DB0B71B0C7AA\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:redhat:openstack:13:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"704CFA1A-953E-4105-BFBE-406034B83DED\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*\", \"matchCriteriaId\": \"F7016A2A-8365-4F1A-89A2-7A19F2BCAE5B\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*\", \"matchCriteriaId\": \"23A7C53F-B80F-4E6A-AFA9-58EEA84BE11D\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"DEECE5FC-CACF-4496-A3E7-164736409252\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"An issue was discovered in Open vSwitch (OvS) 2.7.x through 2.7.6, affecting parse_group_prop_ntr_selection_method in lib/ofp-util.c. When decoding a group mod, it validates the group type and command after the whole group mod has been decoded. The OF1.5 decoder, however, tries to use the type and command earlier, when it might still be invalid. This causes an assertion failure (via OVS_NOT_REACHED). ovs-vswitchd does not enable support for OpenFlow 1.5 by default.\"}, {\"lang\": \"es\", \"value\": \"Se ha descubierto un problema en Open vSwitch (OvS) en versiones 2.7.x hasta la 2.7.6 que afecta a parse_group_prop_ntr_selection_method en lib/ofp-util.c. Cuando se descodifica un mod de grupo, valida el tipo de grupo y comando despu\\u00e9s de que todo el mod de grupo se haya descodificado. Sin embargo, el decodificador OF1.5 intenta utilizar el tipo y comando antes, cuando puede ser todav\\u00eda no v\\u00e1lido. Esto provoca un fallo de aserci\\u00f3n (mediante OVS_NOT_REACHED). ovs-vswitchd tiene deshabilitado el soporte para OpenFlow 1.5 por defecto.\"}]",
"id": "CVE-2018-17204",
"lastModified": "2024-11-21T03:54:05.327",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L\", \"baseScore\": 4.3, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"LOW\"}, \"exploitabilityScore\": 2.8, \"impactScore\": 1.4}], \"cvssMetricV2\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"2.0\", \"vectorString\": \"AV:N/AC:L/Au:S/C:N/I:N/A:P\", \"baseScore\": 4.0, \"accessVector\": \"NETWORK\", \"accessComplexity\": \"LOW\", \"authentication\": \"SINGLE\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"PARTIAL\"}, \"baseSeverity\": \"MEDIUM\", \"exploitabilityScore\": 8.0, \"impactScore\": 2.9, \"acInsufInfo\": false, \"obtainAllPrivilege\": false, \"obtainUserPrivilege\": false, \"obtainOtherPrivilege\": false, \"userInteractionRequired\": false}]}",
"published": "2018-09-19T16:29:00.897",
"references": "[{\"url\": \"https://access.redhat.com/errata/RHSA-2018:3500\", \"source\": \"cve@mitre.org\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://access.redhat.com/errata/RHSA-2019:0053\", \"source\": \"cve@mitre.org\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://access.redhat.com/errata/RHSA-2019:0081\", \"source\": \"cve@mitre.org\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://github.com/openvswitch/ovs/commit/4af6da3b275b764b1afe194df6499b33d2bf4cde\", \"source\": \"cve@mitre.org\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2021/02/msg00032.html\", \"source\": \"cve@mitre.org\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://usn.ubuntu.com/3873-1/\", \"source\": \"cve@mitre.org\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://access.redhat.com/errata/RHSA-2018:3500\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://access.redhat.com/errata/RHSA-2019:0053\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://access.redhat.com/errata/RHSA-2019:0081\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://github.com/openvswitch/ovs/commit/4af6da3b275b764b1afe194df6499b33d2bf4cde\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2021/02/msg00032.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://usn.ubuntu.com/3873-1/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}]",
"sourceIdentifier": "cve@mitre.org",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-617\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2018-17204\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2018-09-19T16:29:00.897\",\"lastModified\":\"2024-11-21T03:54:05.327\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"An issue was discovered in Open vSwitch (OvS) 2.7.x through 2.7.6, affecting parse_group_prop_ntr_selection_method in lib/ofp-util.c. When decoding a group mod, it validates the group type and command after the whole group mod has been decoded. The OF1.5 decoder, however, tries to use the type and command earlier, when it might still be invalid. This causes an assertion failure (via OVS_NOT_REACHED). ovs-vswitchd does not enable support for OpenFlow 1.5 by default.\"},{\"lang\":\"es\",\"value\":\"Se ha descubierto un problema en Open vSwitch (OvS) en versiones 2.7.x hasta la 2.7.6 que afecta a parse_group_prop_ntr_selection_method en lib/ofp-util.c. Cuando se descodifica un mod de grupo, valida el tipo de grupo y comando despu\u00e9s de que todo el mod de grupo se haya descodificado. Sin embargo, el decodificador OF1.5 intenta utilizar el tipo y comando antes, cuando puede ser todav\u00eda no v\u00e1lido. Esto provoca un fallo de aserci\u00f3n (mediante OVS_NOT_REACHED). ovs-vswitchd tiene deshabilitado el soporte para OpenFlow 1.5 por defecto.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L\",\"baseScore\":4.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":2.8,\"impactScore\":1.4}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:S/C:N/I:N/A:P\",\"baseScore\":4.0,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"SINGLE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":8.0,\"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-617\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openvswitch:openvswitch:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.7.0\",\"versionEndIncluding\":\"2.7.6\",\"matchCriteriaId\":\"682FD155-6A56-43D5-9953-852BB3AA0109\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redhat:openstack:10:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E722FEF7-58A6-47AD-B1D0-DB0B71B0C7AA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redhat:openstack:13:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"704CFA1A-953E-4105-BFBE-406034B83DED\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"F7016A2A-8365-4F1A-89A2-7A19F2BCAE5B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"23A7C53F-B80F-4E6A-AFA9-58EEA84BE11D\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"DEECE5FC-CACF-4496-A3E7-164736409252\"}]}]}],\"references\":[{\"url\":\"https://access.redhat.com/errata/RHSA-2018:3500\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2019:0053\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2019:0081\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/openvswitch/ovs/commit/4af6da3b275b764b1afe194df6499b33d2bf4cde\",\"source\":\"cve@mitre.org\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2021/02/msg00032.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/3873-1/\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2018:3500\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2019:0053\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2019:0081\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/openvswitch/ovs/commit/4af6da3b275b764b1afe194df6499b33d2bf4cde\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2021/02/msg00032.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/3873-1/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}"
}
}
BDU:2019-00706
Vulnerability from fstec - Published: 19.09.2018{
"CVSS 2.0": "AV:N/AC:L/Au:S/C:N/I:N/A:P",
"CVSS 3.0": "AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"CVSS 4.0": null,
"remediation_\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": null,
"remediation_\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435": null,
"\u0412\u0435\u043d\u0434\u043e\u0440 \u041f\u041e": "\u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f, ASPEED Technology Inc.",
"\u0412\u0435\u0440\u0441\u0438\u044f \u041f\u041e": "\u0434\u043e 2.6 (OpenBMC), - (ASPEED ast2400), - (ASPEED ast2500)",
"\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u043c\u0435\u0440\u044b \u043f\u043e \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044e": "\u0414\u043b\u044f Ubuntu \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439: \nhttps://usn.ubuntu.com/3873-1/\n\u0414\u043b\u044f Open vSwitch:\nhttps://github.com/openvswitch/ovs/commit/4af6da3b275b764b1afe194df6499b33d2bf4cde",
"\u0414\u0430\u0442\u0430 \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f": "19.09.2018",
"\u0414\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f": "02.07.2021",
"\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438": "19.02.2019",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": "BDU:2019-00706",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0439 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "CVE-2018-17204",
"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0430",
"\u041a\u043b\u0430\u0441\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043a\u043e\u0434\u0430",
"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u041f\u041e": "OpenBMC, ASPEED ast2400, ASPEED ast2500",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u041e\u0421 \u0438 \u0442\u0438\u043f \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b": null,
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043c\u0435\u0442\u043e\u0434\u0430 parse_group_prop_ntr_selection_method \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043c\u043d\u043e\u0433\u043e\u0443\u0440\u043e\u0432\u043d\u0435\u0432\u043e\u0433\u043e \u043a\u043e\u043c\u043c\u0443\u0442\u0430\u0442\u043e\u0440\u0430 Open vSwitch, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043e\u0442\u043a\u0430\u0437 \u0432 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0438",
"\u041d\u0430\u043b\u0438\u0447\u0438\u0435 \u044d\u043a\u0441\u043f\u043b\u043e\u0439\u0442\u0430": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "\u041d\u0435\u043f\u0440\u0438\u043d\u044f\u0442\u0438\u0435 \u043c\u0435\u0440 \u043f\u043e \u0437\u0430\u0449\u0438\u0442\u0435 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u044b \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b (\u0438\u043b\u0438 \\\u00ab\u041c\u0435\u0436\u0441\u0430\u0439\u0442\u043e\u0432\u0430\u044f \u0441\u0446\u0435\u043d\u0430\u0440\u043d\u0430\u044f \u0430\u0442\u0430\u043a\u0430\\\u00bb) (CWE-79)",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043c\u0435\u0442\u043e\u0434\u0430 parse_group_prop_ntr_selection_method (lib/ofp-util.c) \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043c\u043d\u043e\u0433\u043e\u0443\u0440\u043e\u0432\u043d\u0435\u0432\u043e\u0433\u043e \u043a\u043e\u043c\u043c\u0443\u0442\u0430\u0442\u043e\u0440\u0430 Open vSwitch (OvS) \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0438\u0437-\u0437\u0430 \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e\u0439 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0432\u0445\u043e\u0434\u043d\u044b\u0445 \u0434\u0430\u043d\u043d\u044b\u0445. \u042d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e, \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u043c\u0443 \u0443\u0434\u0430\u043b\u0451\u043d\u043d\u043e, \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043e\u0442\u043a\u0430\u0437 \u0432 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0438",
"\u041f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u044f \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": null,
"\u041f\u0440\u043e\u0447\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f": "-",
"\u0421\u0432\u044f\u0437\u044c \u0441 \u0438\u043d\u0446\u0438\u0434\u0435\u043d\u0442\u0430\u043c\u0438 \u0418\u0411": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438": "\u041c\u0430\u043d\u0438\u043f\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u0441\u0443\u0440\u0441\u0430\u043c\u0438",
"\u0421\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438": "https://usn.ubuntu.com/3873-1/\nhttps://nvd.nist.gov/vuln/detail/CVE-2018-17204\nhttps://github.com/openvswitch/ovs/commit/4af6da3b275b764b1afe194df6499b33d2bf4cde",
"\u0421\u0442\u0430\u0442\u0443\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u043c",
"\u0422\u0438\u043f \u041f\u041e": "\u041e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430, \u041f\u041e \u0441\u0435\u0442\u0435\u0432\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e-\u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u0433\u043e \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430",
"\u0422\u0438\u043f \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "CWE-79",
"\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0421\u0440\u0435\u0434\u043d\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 2.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 4)\n\u0421\u0440\u0435\u0434\u043d\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 3.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 4,3)"
}
FKIE_CVE-2018-17204
Vulnerability from fkie_nvd - Published: 2018-09-19 16:29 - Updated: 2024-11-21 03:54| Vendor | Product | Version | |
|---|---|---|---|
| openvswitch | openvswitch | * | |
| redhat | openstack | 10 | |
| redhat | openstack | 13 | |
| canonical | ubuntu_linux | 16.04 | |
| canonical | ubuntu_linux | 18.04 | |
| debian | debian_linux | 9.0 |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:openvswitch:openvswitch:*:*:*:*:*:*:*:*",
"matchCriteriaId": "682FD155-6A56-43D5-9953-852BB3AA0109",
"versionEndIncluding": "2.7.6",
"versionStartIncluding": "2.7.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:redhat:openstack:10:*:*:*:*:*:*:*",
"matchCriteriaId": "E722FEF7-58A6-47AD-B1D0-DB0B71B0C7AA",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:redhat:openstack:13:*:*:*:*:*:*:*",
"matchCriteriaId": "704CFA1A-953E-4105-BFBE-406034B83DED",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*",
"matchCriteriaId": "F7016A2A-8365-4F1A-89A2-7A19F2BCAE5B",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*",
"matchCriteriaId": "23A7C53F-B80F-4E6A-AFA9-58EEA84BE11D",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*",
"matchCriteriaId": "DEECE5FC-CACF-4496-A3E7-164736409252",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "An issue was discovered in Open vSwitch (OvS) 2.7.x through 2.7.6, affecting parse_group_prop_ntr_selection_method in lib/ofp-util.c. When decoding a group mod, it validates the group type and command after the whole group mod has been decoded. The OF1.5 decoder, however, tries to use the type and command earlier, when it might still be invalid. This causes an assertion failure (via OVS_NOT_REACHED). ovs-vswitchd does not enable support for OpenFlow 1.5 by default."
},
{
"lang": "es",
"value": "Se ha descubierto un problema en Open vSwitch (OvS) en versiones 2.7.x hasta la 2.7.6 que afecta a parse_group_prop_ntr_selection_method en lib/ofp-util.c. Cuando se descodifica un mod de grupo, valida el tipo de grupo y comando despu\u00e9s de que todo el mod de grupo se haya descodificado. Sin embargo, el decodificador OF1.5 intenta utilizar el tipo y comando antes, cuando puede ser todav\u00eda no v\u00e1lido. Esto provoca un fallo de aserci\u00f3n (mediante OVS_NOT_REACHED). ovs-vswitchd tiene deshabilitado el soporte para OpenFlow 1.5 por defecto."
}
],
"id": "CVE-2018-17204",
"lastModified": "2024-11-21T03:54:05.327",
"metrics": {
"cvssMetricV2": [
{
"acInsufInfo": false,
"baseSeverity": "MEDIUM",
"cvssData": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "SINGLE",
"availabilityImpact": "PARTIAL",
"baseScore": 4.0,
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:L/Au:S/C:N/I:N/A:P",
"version": "2.0"
},
"exploitabilityScore": 8.0,
"impactScore": 2.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"source": "nvd@nist.gov",
"type": "Primary",
"userInteractionRequired": false
}
],
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"exploitabilityScore": 2.8,
"impactScore": 1.4,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2018-09-19T16:29:00.897",
"references": [
{
"source": "cve@mitre.org",
"tags": [
"Third Party Advisory"
],
"url": "https://access.redhat.com/errata/RHSA-2018:3500"
},
{
"source": "cve@mitre.org",
"tags": [
"Third Party Advisory"
],
"url": "https://access.redhat.com/errata/RHSA-2019:0053"
},
{
"source": "cve@mitre.org",
"tags": [
"Third Party Advisory"
],
"url": "https://access.redhat.com/errata/RHSA-2019:0081"
},
{
"source": "cve@mitre.org",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/openvswitch/ovs/commit/4af6da3b275b764b1afe194df6499b33d2bf4cde"
},
{
"source": "cve@mitre.org",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2021/02/msg00032.html"
},
{
"source": "cve@mitre.org",
"tags": [
"Third Party Advisory"
],
"url": "https://usn.ubuntu.com/3873-1/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://access.redhat.com/errata/RHSA-2018:3500"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://access.redhat.com/errata/RHSA-2019:0053"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://access.redhat.com/errata/RHSA-2019:0081"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/openvswitch/ovs/commit/4af6da3b275b764b1afe194df6499b33d2bf4cde"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2021/02/msg00032.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://usn.ubuntu.com/3873-1/"
}
],
"sourceIdentifier": "cve@mitre.org",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-617"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
GHSA-4WV2-475W-C2FW
Vulnerability from github – Published: 2022-05-13 01:07 – Updated: 2022-05-13 01:07An issue was discovered in Open vSwitch (OvS) 2.7.x through 2.7.6, affecting parse_group_prop_ntr_selection_method in lib/ofp-util.c. When decoding a group mod, it validates the group type and command after the whole group mod has been decoded. The OF1.5 decoder, however, tries to use the type and command earlier, when it might still be invalid. This causes an assertion failure (via OVS_NOT_REACHED). ovs-vswitchd does not enable support for OpenFlow 1.5 by default.
{
"affected": [],
"aliases": [
"CVE-2018-17204"
],
"database_specific": {
"cwe_ids": [
"CWE-617"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2018-09-19T16:29:00Z",
"severity": "MODERATE"
},
"details": "An issue was discovered in Open vSwitch (OvS) 2.7.x through 2.7.6, affecting parse_group_prop_ntr_selection_method in lib/ofp-util.c. When decoding a group mod, it validates the group type and command after the whole group mod has been decoded. The OF1.5 decoder, however, tries to use the type and command earlier, when it might still be invalid. This causes an assertion failure (via OVS_NOT_REACHED). ovs-vswitchd does not enable support for OpenFlow 1.5 by default.",
"id": "GHSA-4wv2-475w-c2fw",
"modified": "2022-05-13T01:07:36Z",
"published": "2022-05-13T01:07:36Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-17204"
},
{
"type": "WEB",
"url": "https://github.com/openvswitch/ovs/commit/4af6da3b275b764b1afe194df6499b33d2bf4cde"
},
{
"type": "WEB",
"url": "https://access.redhat.com/errata/RHSA-2018:3500"
},
{
"type": "WEB",
"url": "https://access.redhat.com/errata/RHSA-2019:0053"
},
{
"type": "WEB",
"url": "https://access.redhat.com/errata/RHSA-2019:0081"
},
{
"type": "WEB",
"url": "https://lists.debian.org/debian-lts-announce/2021/02/msg00032.html"
},
{
"type": "WEB",
"url": "https://usn.ubuntu.com/3873-1"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"type": "CVSS_V3"
}
]
}
GSD-2018-17204
Vulnerability from gsd - Updated: 2023-12-13 01:22{
"GSD": {
"alias": "CVE-2018-17204",
"description": "An issue was discovered in Open vSwitch (OvS) 2.7.x through 2.7.6, affecting parse_group_prop_ntr_selection_method in lib/ofp-util.c. When decoding a group mod, it validates the group type and command after the whole group mod has been decoded. The OF1.5 decoder, however, tries to use the type and command earlier, when it might still be invalid. This causes an assertion failure (via OVS_NOT_REACHED). ovs-vswitchd does not enable support for OpenFlow 1.5 by default.",
"id": "GSD-2018-17204",
"references": [
"https://www.suse.com/security/cve/CVE-2018-17204.html",
"https://access.redhat.com/errata/RHSA-2019:0081",
"https://access.redhat.com/errata/RHSA-2019:0053",
"https://access.redhat.com/errata/RHBA-2018:3683",
"https://access.redhat.com/errata/RHSA-2018:3500",
"https://ubuntu.com/security/CVE-2018-17204"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2018-17204"
],
"details": "An issue was discovered in Open vSwitch (OvS) 2.7.x through 2.7.6, affecting parse_group_prop_ntr_selection_method in lib/ofp-util.c. When decoding a group mod, it validates the group type and command after the whole group mod has been decoded. The OF1.5 decoder, however, tries to use the type and command earlier, when it might still be invalid. This causes an assertion failure (via OVS_NOT_REACHED). ovs-vswitchd does not enable support for OpenFlow 1.5 by default.",
"id": "GSD-2018-17204",
"modified": "2023-12-13T01:22:31.127758Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2018-17204",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "An issue was discovered in Open vSwitch (OvS) 2.7.x through 2.7.6, affecting parse_group_prop_ntr_selection_method in lib/ofp-util.c. When decoding a group mod, it validates the group type and command after the whole group mod has been decoded. The OF1.5 decoder, however, tries to use the type and command earlier, when it might still be invalid. This causes an assertion failure (via OVS_NOT_REACHED). ovs-vswitchd does not enable support for OpenFlow 1.5 by default."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "RHSA-2019:0053",
"refsource": "REDHAT",
"url": "https://access.redhat.com/errata/RHSA-2019:0053"
},
{
"name": "USN-3873-1",
"refsource": "UBUNTU",
"url": "https://usn.ubuntu.com/3873-1/"
},
{
"name": "RHSA-2018:3500",
"refsource": "REDHAT",
"url": "https://access.redhat.com/errata/RHSA-2018:3500"
},
{
"name": "https://github.com/openvswitch/ovs/commit/4af6da3b275b764b1afe194df6499b33d2bf4cde",
"refsource": "MISC",
"url": "https://github.com/openvswitch/ovs/commit/4af6da3b275b764b1afe194df6499b33d2bf4cde"
},
{
"name": "RHSA-2019:0081",
"refsource": "REDHAT",
"url": "https://access.redhat.com/errata/RHSA-2019:0081"
},
{
"name": "[debian-lts-announce] 20210219 [SECURITY] [DLA 2571-1] openvswitch security update",
"refsource": "MLIST",
"url": "https://lists.debian.org/debian-lts-announce/2021/02/msg00032.html"
}
]
}
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:openvswitch:openvswitch:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndIncluding": "2.7.6",
"versionStartIncluding": "2.7.0",
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:redhat:openstack:10:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:redhat:openstack:13:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2018-17204"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "An issue was discovered in Open vSwitch (OvS) 2.7.x through 2.7.6, affecting parse_group_prop_ntr_selection_method in lib/ofp-util.c. When decoding a group mod, it validates the group type and command after the whole group mod has been decoded. The OF1.5 decoder, however, tries to use the type and command earlier, when it might still be invalid. This causes an assertion failure (via OVS_NOT_REACHED). ovs-vswitchd does not enable support for OpenFlow 1.5 by default."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-617"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/openvswitch/ovs/commit/4af6da3b275b764b1afe194df6499b33d2bf4cde",
"refsource": "MISC",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/openvswitch/ovs/commit/4af6da3b275b764b1afe194df6499b33d2bf4cde"
},
{
"name": "RHSA-2018:3500",
"refsource": "REDHAT",
"tags": [
"Third Party Advisory"
],
"url": "https://access.redhat.com/errata/RHSA-2018:3500"
},
{
"name": "RHSA-2019:0081",
"refsource": "REDHAT",
"tags": [
"Third Party Advisory"
],
"url": "https://access.redhat.com/errata/RHSA-2019:0081"
},
{
"name": "RHSA-2019:0053",
"refsource": "REDHAT",
"tags": [
"Third Party Advisory"
],
"url": "https://access.redhat.com/errata/RHSA-2019:0053"
},
{
"name": "USN-3873-1",
"refsource": "UBUNTU",
"tags": [
"Third Party Advisory"
],
"url": "https://usn.ubuntu.com/3873-1/"
},
{
"name": "[debian-lts-announce] 20210219 [SECURITY] [DLA 2571-1] openvswitch security update",
"refsource": "MLIST",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2021/02/msg00032.html"
}
]
}
},
"impact": {
"baseMetricV2": {
"acInsufInfo": false,
"cvssV2": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "SINGLE",
"availabilityImpact": "PARTIAL",
"baseScore": 4.0,
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:L/Au:S/C:N/I:N/A:P",
"version": "2.0"
},
"exploitabilityScore": 8.0,
"impactScore": 2.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "MEDIUM",
"userInteractionRequired": false
},
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"exploitabilityScore": 2.8,
"impactScore": 1.4
}
},
"lastModifiedDate": "2021-08-04T17:14Z",
"publishedDate": "2018-09-19T16:29Z"
}
}
}
RHBA-2018:3683
Vulnerability from csaf_redhat - Published: 2018-11-27 13:19 - Updated: 2025-11-21 17:21An issue was discovered in Open vSwitch (OvS), 2.4.x through 2.4.1, 2.5.x through 2.5.5, 2.6.x through 2.6.3, 2.7.x through 2.7.6, 2.8.x through 2.8.4, and2.9.x through 2.9.2, affecting the parse_group_prop_ntr_selection_method in lib/ofp-util.c. On controllers with the OpenFlow 1.5 decoder enabled, a specially crafted group update can cause an assertion failure, potentially leading to a Denial of Service condition.
CWE-20 - Improper Input Validation| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-0:4.2-20181121.0.el7_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-image-update-0:4.2-20181121.0.el7_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.2-7.5.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.2-7.5.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-placeholder-0:4.2-7.5.el7.noarch | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated redhat-virtualization-host packages that fix several bugs and add\nvarious enhancements are now available.",
"title": "Topic"
},
{
"category": "general",
"text": "The redhat-virtualization-host packages provide the Red Hat Virtualization Host. These packages include redhat-release-virtualization-host, ovirt-node, and rhev-hypervisor. Red Hat Virtualization Hosts (RHVH) are installed using a special build of Red Hat Enterprise Linux with only the packages required to host virtual machines. RHVH features a Cockpit user interface for monitoring the host\u0027s resources and performing administrative tasks.",
"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/RHBA-2018:3683",
"url": "https://access.redhat.com/errata/RHBA-2018:3683"
},
{
"category": "external",
"summary": "1651524",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1651524"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2018/rhba-2018_3683.json"
}
],
"title": "Red Hat Bug Fix Advisory: Important: redhat-virtualization-host bug fix and enhancement update",
"tracking": {
"current_release_date": "2025-11-21T17:21:46+00:00",
"generator": {
"date": "2025-11-21T17:21:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHBA-2018:3683",
"initial_release_date": "2018-11-27T13:19:18+00:00",
"revision_history": [
{
"date": "2018-11-27T13:19:18+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2018-11-27T13:19:18+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T17:21:46+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHEL 7-based RHEV-H for RHEV 4 (build requirements)",
"product": {
"name": "RHEL 7-based RHEV-H for RHEV 4 (build requirements)",
"product_id": "7Server-RHEV-4-HypervisorBuild-7",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::hypervisor"
}
}
},
{
"category": "product_name",
"name": "Red Hat Virtualization 4 Hypervisor for RHEL 7",
"product": {
"name": "Red Hat Virtualization 4 Hypervisor for RHEL 7",
"product_id": "7Server-RHEV-4-Hypervisor-7",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::hypervisor"
}
}
}
],
"category": "product_family",
"name": "Red Hat Virtualization"
},
{
"branches": [
{
"category": "product_version",
"name": "redhat-release-virtualization-host-0:4.2-7.5.el7.x86_64",
"product": {
"name": "redhat-release-virtualization-host-0:4.2-7.5.el7.x86_64",
"product_id": "redhat-release-virtualization-host-0:4.2-7.5.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redhat-release-virtualization-host@4.2-7.5.el7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "redhat-release-virtualization-host-0:4.2-7.5.el7.src",
"product": {
"name": "redhat-release-virtualization-host-0:4.2-7.5.el7.src",
"product_id": "redhat-release-virtualization-host-0:4.2-7.5.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redhat-release-virtualization-host@4.2-7.5.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "redhat-virtualization-host-0:4.2-20181121.0.el7_6.src",
"product": {
"name": "redhat-virtualization-host-0:4.2-20181121.0.el7_6.src",
"product_id": "redhat-virtualization-host-0:4.2-20181121.0.el7_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redhat-virtualization-host@4.2-20181121.0.el7_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "redhat-virtualization-host-image-update-placeholder-0:4.2-7.5.el7.noarch",
"product": {
"name": "redhat-virtualization-host-image-update-placeholder-0:4.2-7.5.el7.noarch",
"product_id": "redhat-virtualization-host-image-update-placeholder-0:4.2-7.5.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redhat-virtualization-host-image-update-placeholder@4.2-7.5.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "redhat-virtualization-host-image-update-0:4.2-20181121.0.el7_6.noarch",
"product": {
"name": "redhat-virtualization-host-image-update-0:4.2-20181121.0.el7_6.noarch",
"product_id": "redhat-virtualization-host-image-update-0:4.2-20181121.0.el7_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redhat-virtualization-host-image-update@4.2-20181121.0.el7_6?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat-virtualization-host-0:4.2-20181121.0.el7_6.src as a component of Red Hat Virtualization 4 Hypervisor for RHEL 7",
"product_id": "7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-0:4.2-20181121.0.el7_6.src"
},
"product_reference": "redhat-virtualization-host-0:4.2-20181121.0.el7_6.src",
"relates_to_product_reference": "7Server-RHEV-4-Hypervisor-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat-virtualization-host-image-update-0:4.2-20181121.0.el7_6.noarch as a component of Red Hat Virtualization 4 Hypervisor for RHEL 7",
"product_id": "7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-image-update-0:4.2-20181121.0.el7_6.noarch"
},
"product_reference": "redhat-virtualization-host-image-update-0:4.2-20181121.0.el7_6.noarch",
"relates_to_product_reference": "7Server-RHEV-4-Hypervisor-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat-release-virtualization-host-0:4.2-7.5.el7.src as a component of RHEL 7-based RHEV-H for RHEV 4 (build requirements)",
"product_id": "7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.2-7.5.el7.src"
},
"product_reference": "redhat-release-virtualization-host-0:4.2-7.5.el7.src",
"relates_to_product_reference": "7Server-RHEV-4-HypervisorBuild-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat-release-virtualization-host-0:4.2-7.5.el7.x86_64 as a component of RHEL 7-based RHEV-H for RHEV 4 (build requirements)",
"product_id": "7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.2-7.5.el7.x86_64"
},
"product_reference": "redhat-release-virtualization-host-0:4.2-7.5.el7.x86_64",
"relates_to_product_reference": "7Server-RHEV-4-HypervisorBuild-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat-virtualization-host-image-update-placeholder-0:4.2-7.5.el7.noarch as a component of RHEL 7-based RHEV-H for RHEV 4 (build requirements)",
"product_id": "7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-placeholder-0:4.2-7.5.el7.noarch"
},
"product_reference": "redhat-virtualization-host-image-update-placeholder-0:4.2-7.5.el7.noarch",
"relates_to_product_reference": "7Server-RHEV-4-HypervisorBuild-7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-17204",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2018-09-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1632522"
}
],
"notes": [
{
"category": "description",
"text": "An issue was discovered in Open vSwitch (OvS), 2.4.x through 2.4.1, 2.5.x through 2.5.5, 2.6.x through 2.6.3, 2.7.x through 2.7.6, 2.8.x through 2.8.4, and2.9.x through 2.9.2, affecting the parse_group_prop_ntr_selection_method in lib/ofp-util.c. On controllers with the OpenFlow 1.5 decoder enabled, a specially crafted group update can cause an assertion failure, potentially leading to a Denial of Service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openvswitch: Mishandle of group mods in lib/ofp-util.c:parse_group_prop_ntr_selection_method() allows for assertion failure",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-0:4.2-20181121.0.el7_6.src",
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-image-update-0:4.2-20181121.0.el7_6.noarch",
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.2-7.5.el7.src",
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.2-7.5.el7.x86_64",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-placeholder-0:4.2-7.5.el7.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-17204"
},
{
"category": "external",
"summary": "RHBZ#1632522",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1632522"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-17204",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-17204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-17204"
}
],
"release_date": "2018-09-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-27T13:19:18+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/2974891",
"product_ids": [
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-0:4.2-20181121.0.el7_6.src",
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-image-update-0:4.2-20181121.0.el7_6.noarch",
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.2-7.5.el7.src",
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.2-7.5.el7.x86_64",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-placeholder-0:4.2-7.5.el7.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2018:3683"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 2.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-0:4.2-20181121.0.el7_6.src",
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-image-update-0:4.2-20181121.0.el7_6.noarch",
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.2-7.5.el7.src",
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.2-7.5.el7.x86_64",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-placeholder-0:4.2-7.5.el7.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openvswitch: Mishandle of group mods in lib/ofp-util.c:parse_group_prop_ntr_selection_method() allows for assertion failure"
}
]
}
RHBA-2018_3683
Vulnerability from csaf_redhat - Published: 2018-11-27 13:19 - Updated: 2024-11-15 00:33An issue was discovered in Open vSwitch (OvS), 2.4.x through 2.4.1, 2.5.x through 2.5.5, 2.6.x through 2.6.3, 2.7.x through 2.7.6, 2.8.x through 2.8.4, and2.9.x through 2.9.2, affecting the parse_group_prop_ntr_selection_method in lib/ofp-util.c. On controllers with the OpenFlow 1.5 decoder enabled, a specially crafted group update can cause an assertion failure, potentially leading to a Denial of Service condition.
CWE-20 - Improper Input Validation| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-0:4.2-20181121.0.el7_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-image-update-0:4.2-20181121.0.el7_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.2-7.5.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.2-7.5.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-placeholder-0:4.2-7.5.el7.noarch | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated redhat-virtualization-host packages that fix several bugs and add\nvarious enhancements are now available.",
"title": "Topic"
},
{
"category": "general",
"text": "The redhat-virtualization-host packages provide the Red Hat Virtualization Host. These packages include redhat-release-virtualization-host, ovirt-node, and rhev-hypervisor. Red Hat Virtualization Hosts (RHVH) are installed using a special build of Red Hat Enterprise Linux with only the packages required to host virtual machines. RHVH features a Cockpit user interface for monitoring the host\u0027s resources and performing administrative tasks.",
"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/RHBA-2018:3683",
"url": "https://access.redhat.com/errata/RHBA-2018:3683"
},
{
"category": "external",
"summary": "1651524",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1651524"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2018/rhba-2018_3683.json"
}
],
"title": "Red Hat Bug Fix Advisory: Important: redhat-virtualization-host bug fix and enhancement update",
"tracking": {
"current_release_date": "2024-11-15T00:33:50+00:00",
"generator": {
"date": "2024-11-15T00:33:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHBA-2018:3683",
"initial_release_date": "2018-11-27T13:19:18+00:00",
"revision_history": [
{
"date": "2018-11-27T13:19:18+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2018-11-27T13:19:18+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-15T00:33:50+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHEL 7-based RHEV-H for RHEV 4 (build requirements)",
"product": {
"name": "RHEL 7-based RHEV-H for RHEV 4 (build requirements)",
"product_id": "7Server-RHEV-4-HypervisorBuild-7",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::hypervisor"
}
}
},
{
"category": "product_name",
"name": "Red Hat Virtualization 4 Hypervisor for RHEL 7",
"product": {
"name": "Red Hat Virtualization 4 Hypervisor for RHEL 7",
"product_id": "7Server-RHEV-4-Hypervisor-7",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::hypervisor"
}
}
}
],
"category": "product_family",
"name": "Red Hat Virtualization"
},
{
"branches": [
{
"category": "product_version",
"name": "redhat-release-virtualization-host-0:4.2-7.5.el7.x86_64",
"product": {
"name": "redhat-release-virtualization-host-0:4.2-7.5.el7.x86_64",
"product_id": "redhat-release-virtualization-host-0:4.2-7.5.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redhat-release-virtualization-host@4.2-7.5.el7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "redhat-release-virtualization-host-0:4.2-7.5.el7.src",
"product": {
"name": "redhat-release-virtualization-host-0:4.2-7.5.el7.src",
"product_id": "redhat-release-virtualization-host-0:4.2-7.5.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redhat-release-virtualization-host@4.2-7.5.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "redhat-virtualization-host-0:4.2-20181121.0.el7_6.src",
"product": {
"name": "redhat-virtualization-host-0:4.2-20181121.0.el7_6.src",
"product_id": "redhat-virtualization-host-0:4.2-20181121.0.el7_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redhat-virtualization-host@4.2-20181121.0.el7_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "redhat-virtualization-host-image-update-placeholder-0:4.2-7.5.el7.noarch",
"product": {
"name": "redhat-virtualization-host-image-update-placeholder-0:4.2-7.5.el7.noarch",
"product_id": "redhat-virtualization-host-image-update-placeholder-0:4.2-7.5.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redhat-virtualization-host-image-update-placeholder@4.2-7.5.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "redhat-virtualization-host-image-update-0:4.2-20181121.0.el7_6.noarch",
"product": {
"name": "redhat-virtualization-host-image-update-0:4.2-20181121.0.el7_6.noarch",
"product_id": "redhat-virtualization-host-image-update-0:4.2-20181121.0.el7_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redhat-virtualization-host-image-update@4.2-20181121.0.el7_6?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat-virtualization-host-0:4.2-20181121.0.el7_6.src as a component of Red Hat Virtualization 4 Hypervisor for RHEL 7",
"product_id": "7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-0:4.2-20181121.0.el7_6.src"
},
"product_reference": "redhat-virtualization-host-0:4.2-20181121.0.el7_6.src",
"relates_to_product_reference": "7Server-RHEV-4-Hypervisor-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat-virtualization-host-image-update-0:4.2-20181121.0.el7_6.noarch as a component of Red Hat Virtualization 4 Hypervisor for RHEL 7",
"product_id": "7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-image-update-0:4.2-20181121.0.el7_6.noarch"
},
"product_reference": "redhat-virtualization-host-image-update-0:4.2-20181121.0.el7_6.noarch",
"relates_to_product_reference": "7Server-RHEV-4-Hypervisor-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat-release-virtualization-host-0:4.2-7.5.el7.src as a component of RHEL 7-based RHEV-H for RHEV 4 (build requirements)",
"product_id": "7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.2-7.5.el7.src"
},
"product_reference": "redhat-release-virtualization-host-0:4.2-7.5.el7.src",
"relates_to_product_reference": "7Server-RHEV-4-HypervisorBuild-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat-release-virtualization-host-0:4.2-7.5.el7.x86_64 as a component of RHEL 7-based RHEV-H for RHEV 4 (build requirements)",
"product_id": "7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.2-7.5.el7.x86_64"
},
"product_reference": "redhat-release-virtualization-host-0:4.2-7.5.el7.x86_64",
"relates_to_product_reference": "7Server-RHEV-4-HypervisorBuild-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat-virtualization-host-image-update-placeholder-0:4.2-7.5.el7.noarch as a component of RHEL 7-based RHEV-H for RHEV 4 (build requirements)",
"product_id": "7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-placeholder-0:4.2-7.5.el7.noarch"
},
"product_reference": "redhat-virtualization-host-image-update-placeholder-0:4.2-7.5.el7.noarch",
"relates_to_product_reference": "7Server-RHEV-4-HypervisorBuild-7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-17204",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2018-09-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1632522"
}
],
"notes": [
{
"category": "description",
"text": "An issue was discovered in Open vSwitch (OvS), 2.4.x through 2.4.1, 2.5.x through 2.5.5, 2.6.x through 2.6.3, 2.7.x through 2.7.6, 2.8.x through 2.8.4, and2.9.x through 2.9.2, affecting the parse_group_prop_ntr_selection_method in lib/ofp-util.c. On controllers with the OpenFlow 1.5 decoder enabled, a specially crafted group update can cause an assertion failure, potentially leading to a Denial of Service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openvswitch: Mishandle of group mods in lib/ofp-util.c:parse_group_prop_ntr_selection_method() allows for assertion failure",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-0:4.2-20181121.0.el7_6.src",
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-image-update-0:4.2-20181121.0.el7_6.noarch",
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.2-7.5.el7.src",
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.2-7.5.el7.x86_64",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-placeholder-0:4.2-7.5.el7.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-17204"
},
{
"category": "external",
"summary": "RHBZ#1632522",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1632522"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-17204",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-17204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-17204"
}
],
"release_date": "2018-09-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-27T13:19:18+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/2974891",
"product_ids": [
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-0:4.2-20181121.0.el7_6.src",
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-image-update-0:4.2-20181121.0.el7_6.noarch",
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.2-7.5.el7.src",
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.2-7.5.el7.x86_64",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-placeholder-0:4.2-7.5.el7.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2018:3683"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 2.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-0:4.2-20181121.0.el7_6.src",
"7Server-RHEV-4-Hypervisor-7:redhat-virtualization-host-image-update-0:4.2-20181121.0.el7_6.noarch",
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.2-7.5.el7.src",
"7Server-RHEV-4-HypervisorBuild-7:redhat-release-virtualization-host-0:4.2-7.5.el7.x86_64",
"7Server-RHEV-4-HypervisorBuild-7:redhat-virtualization-host-image-update-placeholder-0:4.2-7.5.el7.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openvswitch: Mishandle of group mods in lib/ofp-util.c:parse_group_prop_ntr_selection_method() allows for assertion failure"
}
]
}
RHSA-2018:3500
Vulnerability from csaf_redhat - Published: 2018-11-05 14:56 - Updated: 2025-11-21 18:06An issue was discovered in Open vSwitch (OvS), 2.4.x through 2.4.1, 2.5.x through 2.5.5, 2.6.x through 2.6.3, 2.7.x through 2.7.6, 2.8.x through 2.8.4, and2.9.x through 2.9.2, affecting the parse_group_prop_ntr_selection_method in lib/ofp-util.c. On controllers with the OpenFlow 1.5 decoder enabled, a specially crafted group update can cause an assertion failure, potentially leading to a Denial of Service condition.
CWE-20 - Improper Input Validation| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
An issue was discovered in Open vSwitch (OvS), 2.7.x through 2.7.6, 2.8.x through 2.8.4, and 2.9.x through 2.9.2, where the ofproto_rule_insert__() function inside ofproto/ofproto.c is affected by an assertion failure under certain circumstances. A specially crafted flow update applied using the bundling feature of Open vSwitch could potentially cause the assertion failure, potentially leading to incorrect flow information being applied, or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
An issue was discovered in Open vSwitch (OvS) 2.5.x through 2.5.5, 2.6.x through 2.6.3, 2.7.x through 2.7.6, 2.8.x through 2.8.4, and 2.9.x through 2.9.2 where the decode_bundle function inside lib/ofp-actions.c is affected by a buffer over-read issue during BUNDLE action decoding. A specially crafted flow update applied using the bundling feature of Open vSwitch could potentially cause a crash leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for openvswitch is now available for Fast Datapath for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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": "Open vSwitch provides standard network bridging functions and support for the OpenFlow protocol for remote per-flow control of traffic.\n\nSecurity Fix(es):\n\n* openvswitch: Mishandle of group mods in lib/ofp-util.c:parse_group_prop_ntr_selection_method() allows for assertion failure (CVE-2018-17204)\n\n* openvswitch: Error during bundle commit in ofproto/ofproto.c:ofproto_rule_insert__() allows for crash (CVE-2018-17205)\n\n* openvswitch: Buffer over-read in lib/ofp-actions.c:decode_bundle() (CVE-2018-17206)\n\nFor more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.\n\nBug Fix(es):\n\n* Previously, when the ovs-vswitchd service restarted, an error displayed with many open files. With this update, the number of sockets opened by ovs-vswitchd is decreased. As a result, the described problem no longer occurs. (BZ#1526306)\n\n* Previously, when OpenvSwitch service was reloaded, the default flow was not removed and it became part of the final flow table. With this update, the default flow rule is no longer added after a service reload. As a result, the described problem no longer occurs. (BZ#1626096)\n\nEnhancement(s):\n\n* With this update, the pmd-rxq-assign configuration has been added to Poll Mode Drivers (PMDs) cores. This allows users to select a round-robin assignment. (BZ#1616001)\n\n* With this update the ovs-appctl connection-status command has been introduced to the ovs-appctl utility. The command enables to monitor hypervisor (HV) south bound database (SBDB) connection status. Layered products can now check if the ovn-controller is properly connected to a central node. (BZ#1593804)\n\n* With this update, a support for the Dynamic Host Configuration Protocol (DHCP) option 252 has been added to Open Virtual Network (OVN) Native DHCP. (BZ#1641765)",
"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-2018:3500",
"url": "https://access.redhat.com/errata/RHSA-2018:3500"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "1526306",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1526306"
},
{
"category": "external",
"summary": "1580217",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1580217"
},
{
"category": "external",
"summary": "1593804",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1593804"
},
{
"category": "external",
"summary": "1609643",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1609643"
},
{
"category": "external",
"summary": "1616001",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1616001"
},
{
"category": "external",
"summary": "1618488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1618488"
},
{
"category": "external",
"summary": "1626096",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1626096"
},
{
"category": "external",
"summary": "1627711",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1627711"
},
{
"category": "external",
"summary": "1632522",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1632522"
},
{
"category": "external",
"summary": "1632525",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1632525"
},
{
"category": "external",
"summary": "1632528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1632528"
},
{
"category": "external",
"summary": "1641765",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1641765"
},
{
"category": "external",
"summary": "1643527",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1643527"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2018/rhsa-2018_3500.json"
}
],
"title": "Red Hat Security Advisory: openvswitch security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2025-11-21T18:06:47+00:00",
"generator": {
"date": "2025-11-21T18:06:47+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2018:3500",
"initial_release_date": "2018-11-05T14:56:37+00:00",
"revision_history": [
{
"date": "2018-11-05T14:56:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2018-11-05T14:56:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:06:47+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Fast Datapath for Red Hat Enterprise Linux 7",
"product": {
"name": "Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::fastdatapath"
}
}
},
{
"category": "product_name",
"name": "Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product": {
"name": "Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::hypervisor"
}
}
}
],
"category": "product_family",
"name": "Fast Datapath"
},
{
"branches": [
{
"category": "product_version",
"name": "openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"product": {
"name": "openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"product_id": "openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch@2.9.0-70.el7fdp.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"product": {
"name": "openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"product_id": "openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-devel@2.9.0-70.el7fdp.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"product": {
"name": "openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"product_id": "openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-ovn-central@2.9.0-70.el7fdp.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"product": {
"name": "openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"product_id": "openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-ovn-common@2.9.0-70.el7fdp.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"product": {
"name": "openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"product_id": "openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-debuginfo@2.9.0-70.el7fdp.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"product": {
"name": "python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"product_id": "python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-openvswitch@2.9.0-70.el7fdp.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"product": {
"name": "openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"product_id": "openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-ovn-vtep@2.9.0-70.el7fdp.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"product": {
"name": "openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"product_id": "openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-ovn-host@2.9.0-70.el7fdp.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "openvswitch-0:2.9.0-70.el7fdp.1.src",
"product": {
"name": "openvswitch-0:2.9.0-70.el7fdp.1.src",
"product_id": "openvswitch-0:2.9.0-70.el7fdp.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch@2.9.0-70.el7fdp.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"product": {
"name": "openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"product_id": "openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch@2.9.0-70.el7fdp.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"product": {
"name": "openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"product_id": "openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-devel@2.9.0-70.el7fdp.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"product": {
"name": "openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"product_id": "openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-ovn-central@2.9.0-70.el7fdp.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"product": {
"name": "openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"product_id": "openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-ovn-common@2.9.0-70.el7fdp.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"product": {
"name": "openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"product_id": "openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-debuginfo@2.9.0-70.el7fdp.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"product": {
"name": "python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"product_id": "python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-openvswitch@2.9.0-70.el7fdp.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"product": {
"name": "openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"product_id": "openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-ovn-vtep@2.9.0-70.el7fdp.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"product": {
"name": "openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"product_id": "openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-ovn-host@2.9.0-70.el7fdp.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"product": {
"name": "openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"product_id": "openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-test@2.9.0-70.el7fdp.1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-0:2.9.0-70.el7fdp.1.ppc64le as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-0:2.9.0-70.el7fdp.1.src as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.src"
},
"product_reference": "openvswitch-0:2.9.0-70.el7fdp.1.src",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-0:2.9.0-70.el7fdp.1.x86_64 as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64 as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64 as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64 as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64 as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64 as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64 as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-test-0:2.9.0-70.el7fdp.1.noarch as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch"
},
"product_reference": "openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64 as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-0:2.9.0-70.el7fdp.1.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-0:2.9.0-70.el7fdp.1.src as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.src"
},
"product_reference": "openvswitch-0:2.9.0-70.el7fdp.1.src",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-0:2.9.0-70.el7fdp.1.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-test-0:2.9.0-70.el7fdp.1.noarch as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch"
},
"product_reference": "openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-17204",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2018-09-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1632522"
}
],
"notes": [
{
"category": "description",
"text": "An issue was discovered in Open vSwitch (OvS), 2.4.x through 2.4.1, 2.5.x through 2.5.5, 2.6.x through 2.6.3, 2.7.x through 2.7.6, 2.8.x through 2.8.4, and2.9.x through 2.9.2, affecting the parse_group_prop_ntr_selection_method in lib/ofp-util.c. On controllers with the OpenFlow 1.5 decoder enabled, a specially crafted group update can cause an assertion failure, potentially leading to a Denial of Service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openvswitch: Mishandle of group mods in lib/ofp-util.c:parse_group_prop_ntr_selection_method() allows for assertion failure",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-17204"
},
{
"category": "external",
"summary": "RHBZ#1632522",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1632522"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-17204",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-17204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-17204"
}
],
"release_date": "2018-09-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-05T14:56:37+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3500"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 2.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openvswitch: Mishandle of group mods in lib/ofp-util.c:parse_group_prop_ntr_selection_method() allows for assertion failure"
},
{
"cve": "CVE-2018-17205",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2018-09-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1632525"
}
],
"notes": [
{
"category": "description",
"text": "An issue was discovered in Open vSwitch (OvS), 2.7.x through 2.7.6, 2.8.x through 2.8.4, and 2.9.x through 2.9.2, where the ofproto_rule_insert__() function inside ofproto/ofproto.c is affected by an assertion failure under certain circumstances.\r\nA specially crafted flow update applied using the bundling feature of Open vSwitch could potentially cause the assertion failure, potentially leading to incorrect flow information being applied, or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openvswitch: Error during bundle commit in ofproto/ofproto.c:ofproto_rule_insert__() allows for crash",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-17205"
},
{
"category": "external",
"summary": "RHBZ#1632525",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1632525"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-17205",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17205"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-17205",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-17205"
}
],
"release_date": "2018-09-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-05T14:56:37+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3500"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openvswitch: Error during bundle commit in ofproto/ofproto.c:ofproto_rule_insert__() allows for crash"
},
{
"cve": "CVE-2018-17206",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2018-09-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1632528"
}
],
"notes": [
{
"category": "description",
"text": "An issue was discovered in Open vSwitch (OvS) 2.5.x through 2.5.5, 2.6.x through 2.6.3, 2.7.x through 2.7.6, 2.8.x through 2.8.4, and 2.9.x through 2.9.2 where the decode_bundle function inside lib/ofp-actions.c is affected by a buffer over-read issue during BUNDLE action decoding.\r\nA specially crafted flow update applied using the bundling feature of Open vSwitch could potentially cause a crash leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openvswitch: Buffer over-read in lib/ofp-actions.c:decode_bundle()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-17206"
},
{
"category": "external",
"summary": "RHBZ#1632528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1632528"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-17206",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17206"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-17206",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-17206"
}
],
"release_date": "2018-09-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-05T14:56:37+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3500"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openvswitch: Buffer over-read in lib/ofp-actions.c:decode_bundle()"
}
]
}
RHSA-2018_3500
Vulnerability from csaf_redhat - Published: 2018-11-05 14:56 - Updated: 2024-11-15 00:37An issue was discovered in Open vSwitch (OvS), 2.4.x through 2.4.1, 2.5.x through 2.5.5, 2.6.x through 2.6.3, 2.7.x through 2.7.6, 2.8.x through 2.8.4, and2.9.x through 2.9.2, affecting the parse_group_prop_ntr_selection_method in lib/ofp-util.c. On controllers with the OpenFlow 1.5 decoder enabled, a specially crafted group update can cause an assertion failure, potentially leading to a Denial of Service condition.
CWE-20 - Improper Input Validation| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
An issue was discovered in Open vSwitch (OvS), 2.7.x through 2.7.6, 2.8.x through 2.8.4, and 2.9.x through 2.9.2, where the ofproto_rule_insert__() function inside ofproto/ofproto.c is affected by an assertion failure under certain circumstances. A specially crafted flow update applied using the bundling feature of Open vSwitch could potentially cause the assertion failure, potentially leading to incorrect flow information being applied, or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
An issue was discovered in Open vSwitch (OvS) 2.5.x through 2.5.5, 2.6.x through 2.6.3, 2.7.x through 2.7.6, 2.8.x through 2.8.4, and 2.9.x through 2.9.2 where the decode_bundle function inside lib/ofp-actions.c is affected by a buffer over-read issue during BUNDLE action decoding. A specially crafted flow update applied using the bundling feature of Open vSwitch could potentially cause a crash leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for openvswitch is now available for Fast Datapath for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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": "Open vSwitch provides standard network bridging functions and support for the OpenFlow protocol for remote per-flow control of traffic.\n\nSecurity Fix(es):\n\n* openvswitch: Mishandle of group mods in lib/ofp-util.c:parse_group_prop_ntr_selection_method() allows for assertion failure (CVE-2018-17204)\n\n* openvswitch: Error during bundle commit in ofproto/ofproto.c:ofproto_rule_insert__() allows for crash (CVE-2018-17205)\n\n* openvswitch: Buffer over-read in lib/ofp-actions.c:decode_bundle() (CVE-2018-17206)\n\nFor more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.\n\nBug Fix(es):\n\n* Previously, when the ovs-vswitchd service restarted, an error displayed with many open files. With this update, the number of sockets opened by ovs-vswitchd is decreased. As a result, the described problem no longer occurs. (BZ#1526306)\n\n* Previously, when OpenvSwitch service was reloaded, the default flow was not removed and it became part of the final flow table. With this update, the default flow rule is no longer added after a service reload. As a result, the described problem no longer occurs. (BZ#1626096)\n\nEnhancement(s):\n\n* With this update, the pmd-rxq-assign configuration has been added to Poll Mode Drivers (PMDs) cores. This allows users to select a round-robin assignment. (BZ#1616001)\n\n* With this update the ovs-appctl connection-status command has been introduced to the ovs-appctl utility. The command enables to monitor hypervisor (HV) south bound database (SBDB) connection status. Layered products can now check if the ovn-controller is properly connected to a central node. (BZ#1593804)\n\n* With this update, a support for the Dynamic Host Configuration Protocol (DHCP) option 252 has been added to Open Virtual Network (OVN) Native DHCP. (BZ#1641765)",
"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-2018:3500",
"url": "https://access.redhat.com/errata/RHSA-2018:3500"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "1526306",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1526306"
},
{
"category": "external",
"summary": "1580217",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1580217"
},
{
"category": "external",
"summary": "1593804",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1593804"
},
{
"category": "external",
"summary": "1609643",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1609643"
},
{
"category": "external",
"summary": "1616001",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1616001"
},
{
"category": "external",
"summary": "1618488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1618488"
},
{
"category": "external",
"summary": "1626096",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1626096"
},
{
"category": "external",
"summary": "1627711",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1627711"
},
{
"category": "external",
"summary": "1632522",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1632522"
},
{
"category": "external",
"summary": "1632525",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1632525"
},
{
"category": "external",
"summary": "1632528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1632528"
},
{
"category": "external",
"summary": "1641765",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1641765"
},
{
"category": "external",
"summary": "1643527",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1643527"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2018/rhsa-2018_3500.json"
}
],
"title": "Red Hat Security Advisory: openvswitch security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2024-11-15T00:37:10+00:00",
"generator": {
"date": "2024-11-15T00:37:10+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2018:3500",
"initial_release_date": "2018-11-05T14:56:37+00:00",
"revision_history": [
{
"date": "2018-11-05T14:56:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2018-11-05T14:56:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-15T00:37:10+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Fast Datapath for Red Hat Enterprise Linux 7",
"product": {
"name": "Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::fastdatapath"
}
}
},
{
"category": "product_name",
"name": "Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product": {
"name": "Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::hypervisor"
}
}
}
],
"category": "product_family",
"name": "Fast Datapath"
},
{
"branches": [
{
"category": "product_version",
"name": "openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"product": {
"name": "openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"product_id": "openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch@2.9.0-70.el7fdp.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"product": {
"name": "openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"product_id": "openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-devel@2.9.0-70.el7fdp.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"product": {
"name": "openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"product_id": "openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-ovn-central@2.9.0-70.el7fdp.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"product": {
"name": "openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"product_id": "openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-ovn-common@2.9.0-70.el7fdp.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"product": {
"name": "openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"product_id": "openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-debuginfo@2.9.0-70.el7fdp.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"product": {
"name": "python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"product_id": "python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-openvswitch@2.9.0-70.el7fdp.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"product": {
"name": "openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"product_id": "openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-ovn-vtep@2.9.0-70.el7fdp.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"product": {
"name": "openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"product_id": "openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-ovn-host@2.9.0-70.el7fdp.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "openvswitch-0:2.9.0-70.el7fdp.1.src",
"product": {
"name": "openvswitch-0:2.9.0-70.el7fdp.1.src",
"product_id": "openvswitch-0:2.9.0-70.el7fdp.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch@2.9.0-70.el7fdp.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"product": {
"name": "openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"product_id": "openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch@2.9.0-70.el7fdp.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"product": {
"name": "openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"product_id": "openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-devel@2.9.0-70.el7fdp.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"product": {
"name": "openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"product_id": "openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-ovn-central@2.9.0-70.el7fdp.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"product": {
"name": "openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"product_id": "openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-ovn-common@2.9.0-70.el7fdp.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"product": {
"name": "openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"product_id": "openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-debuginfo@2.9.0-70.el7fdp.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"product": {
"name": "python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"product_id": "python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-openvswitch@2.9.0-70.el7fdp.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"product": {
"name": "openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"product_id": "openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-ovn-vtep@2.9.0-70.el7fdp.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"product": {
"name": "openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"product_id": "openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-ovn-host@2.9.0-70.el7fdp.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"product": {
"name": "openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"product_id": "openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-test@2.9.0-70.el7fdp.1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-0:2.9.0-70.el7fdp.1.ppc64le as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-0:2.9.0-70.el7fdp.1.src as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.src"
},
"product_reference": "openvswitch-0:2.9.0-70.el7fdp.1.src",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-0:2.9.0-70.el7fdp.1.x86_64 as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64 as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64 as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64 as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64 as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64 as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64 as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-test-0:2.9.0-70.el7fdp.1.noarch as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch"
},
"product_reference": "openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64 as a component of Red Hat Virtualization 4.2 Management Agent for RHEL 7.6 EUS Hosts",
"product_id": "7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-7.6.EUS-RHV-4.2-Agents-eus"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-0:2.9.0-70.el7fdp.1.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-0:2.9.0-70.el7fdp.1.src as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.src"
},
"product_reference": "openvswitch-0:2.9.0-70.el7fdp.1.src",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-0:2.9.0-70.el7fdp.1.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-test-0:2.9.0-70.el7fdp.1.noarch as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch"
},
"product_reference": "openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le"
},
"product_reference": "python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 7",
"product_id": "7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64"
},
"product_reference": "python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-Fast-Datapath"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-17204",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2018-09-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1632522"
}
],
"notes": [
{
"category": "description",
"text": "An issue was discovered in Open vSwitch (OvS), 2.4.x through 2.4.1, 2.5.x through 2.5.5, 2.6.x through 2.6.3, 2.7.x through 2.7.6, 2.8.x through 2.8.4, and2.9.x through 2.9.2, affecting the parse_group_prop_ntr_selection_method in lib/ofp-util.c. On controllers with the OpenFlow 1.5 decoder enabled, a specially crafted group update can cause an assertion failure, potentially leading to a Denial of Service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openvswitch: Mishandle of group mods in lib/ofp-util.c:parse_group_prop_ntr_selection_method() allows for assertion failure",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-17204"
},
{
"category": "external",
"summary": "RHBZ#1632522",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1632522"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-17204",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-17204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-17204"
}
],
"release_date": "2018-09-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-05T14:56:37+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3500"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 2.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openvswitch: Mishandle of group mods in lib/ofp-util.c:parse_group_prop_ntr_selection_method() allows for assertion failure"
},
{
"cve": "CVE-2018-17205",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2018-09-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1632525"
}
],
"notes": [
{
"category": "description",
"text": "An issue was discovered in Open vSwitch (OvS), 2.7.x through 2.7.6, 2.8.x through 2.8.4, and 2.9.x through 2.9.2, where the ofproto_rule_insert__() function inside ofproto/ofproto.c is affected by an assertion failure under certain circumstances.\r\nA specially crafted flow update applied using the bundling feature of Open vSwitch could potentially cause the assertion failure, potentially leading to incorrect flow information being applied, or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openvswitch: Error during bundle commit in ofproto/ofproto.c:ofproto_rule_insert__() allows for crash",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-17205"
},
{
"category": "external",
"summary": "RHBZ#1632525",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1632525"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-17205",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17205"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-17205",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-17205"
}
],
"release_date": "2018-09-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-05T14:56:37+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3500"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openvswitch: Error during bundle commit in ofproto/ofproto.c:ofproto_rule_insert__() allows for crash"
},
{
"cve": "CVE-2018-17206",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2018-09-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1632528"
}
],
"notes": [
{
"category": "description",
"text": "An issue was discovered in Open vSwitch (OvS) 2.5.x through 2.5.5, 2.6.x through 2.6.3, 2.7.x through 2.7.6, 2.8.x through 2.8.4, and 2.9.x through 2.9.2 where the decode_bundle function inside lib/ofp-actions.c is affected by a buffer over-read issue during BUNDLE action decoding.\r\nA specially crafted flow update applied using the bundling feature of Open vSwitch could potentially cause a crash leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openvswitch: Buffer over-read in lib/ofp-actions.c:decode_bundle()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-17206"
},
{
"category": "external",
"summary": "RHBZ#1632528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1632528"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-17206",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17206"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-17206",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-17206"
}
],
"release_date": "2018-09-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-05T14:56:37+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3500"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-7.6.EUS-RHV-4.2-Agents-eus:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.src",
"7Server-RH7-Fast-Datapath:openvswitch-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-debuginfo-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-devel-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-central-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-common-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-host-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:openvswitch-ovn-vtep-0:2.9.0-70.el7fdp.1.x86_64",
"7Server-RH7-Fast-Datapath:openvswitch-test-0:2.9.0-70.el7fdp.1.noarch",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.ppc64le",
"7Server-RH7-Fast-Datapath:python-openvswitch-0:2.9.0-70.el7fdp.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openvswitch: Buffer over-read in lib/ofp-actions.c:decode_bundle()"
}
]
}
RHSA-2019:0053
Vulnerability from csaf_redhat - Published: 2019-01-16 17:12 - Updated: 2025-11-21 18:07An issue was discovered in Open vSwitch (OvS), 2.4.x through 2.4.1, 2.5.x through 2.5.5, 2.6.x through 2.6.3, 2.7.x through 2.7.6, 2.8.x through 2.8.4, and2.9.x through 2.9.2, affecting the parse_group_prop_ntr_selection_method in lib/ofp-util.c. On controllers with the OpenFlow 1.5 decoder enabled, a specially crafted group update can cause an assertion failure, potentially leading to a Denial of Service condition.
CWE-20 - Improper Input Validation| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RH7-RHOS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-10.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-10.0:openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-10.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-10.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-10.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-10.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-10.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-10.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
An issue was discovered in Open vSwitch (OvS), 2.7.x through 2.7.6, 2.8.x through 2.8.4, and 2.9.x through 2.9.2, where the ofproto_rule_insert__() function inside ofproto/ofproto.c is affected by an assertion failure under certain circumstances. A specially crafted flow update applied using the bundling feature of Open vSwitch could potentially cause the assertion failure, potentially leading to incorrect flow information being applied, or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RH7-RHOS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-10.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-10.0:openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-10.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-10.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-10.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-10.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-10.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-10.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
An issue was discovered in Open vSwitch (OvS) 2.5.x through 2.5.5, 2.6.x through 2.6.3, 2.7.x through 2.7.6, 2.8.x through 2.8.4, and 2.9.x through 2.9.2 where the decode_bundle function inside lib/ofp-actions.c is affected by a buffer over-read issue during BUNDLE action decoding. A specially crafted flow update applied using the bundling feature of Open vSwitch could potentially cause a crash leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RH7-RHOS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-10.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-10.0:openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-10.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-10.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-10.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-10.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-10.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-10.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-10.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for openvswitch is now available for Red Hat OpenStack Platform 10.0 (Newton).\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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": "Open vSwitch provides standard network bridging functions and support for the OpenFlow protocol for remote per-flow control of traffic.\n\nSecurity Fix(es):\n\n* openvswitch: Mishandle of group mods in lib/ofp-util.c:parse_group_prop_ntr_selection_method() allows for assertion failure (CVE-2018-17204)\n\n* openvswitch: Error during bundle commit in ofproto/ofproto.c:ofproto_rule_insert__() allows for crash (CVE-2018-17205)\n\n* openvswitch: Buffer over-read in lib/ofp-actions.c:decode_bundle() (CVE-2018-17206)\n\nFor more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2019:0053",
"url": "https://access.redhat.com/errata/RHSA-2019:0053"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "1632522",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1632522"
},
{
"category": "external",
"summary": "1632525",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1632525"
},
{
"category": "external",
"summary": "1632528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1632528"
},
{
"category": "external",
"summary": "1644383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1644383"
},
{
"category": "external",
"summary": "1651454",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1651454"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2019/rhsa-2019_0053.json"
}
],
"title": "Red Hat Security Advisory: openvswitch security and bug fix update",
"tracking": {
"current_release_date": "2025-11-21T18:07:18+00:00",
"generator": {
"date": "2025-11-21T18:07:18+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2019:0053",
"initial_release_date": "2019-01-16T17:12:31+00:00",
"revision_history": [
{
"date": "2019-01-16T17:12:31+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2019-01-16T17:12:31+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:07:18+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "OpenStack 10.0 Tools for RHEL 7",
"product": {
"name": "OpenStack 10.0 Tools for RHEL 7",
"product_id": "7Server-RH7-RHOS-DEVTOOLS-10.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:10::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 10.0",
"product": {
"name": "Red Hat OpenStack Platform 10.0",
"product_id": "7Server-RH7-RHOS-10.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:10::el7"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"product": {
"name": "openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"product_id": "openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-ovn-vtep@2.9.0-83.el7fdp.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"product": {
"name": "openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"product_id": "openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-debuginfo@2.9.0-83.el7fdp.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"product": {
"name": "python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"product_id": "python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-openvswitch@2.9.0-83.el7fdp.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"product": {
"name": "openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"product_id": "openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-ovn-common@2.9.0-83.el7fdp.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"product": {
"name": "openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"product_id": "openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-ovn-central@2.9.0-83.el7fdp.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64",
"product": {
"name": "openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64",
"product_id": "openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-devel@2.9.0-83.el7fdp.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"product": {
"name": "openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"product_id": "openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch@2.9.0-83.el7fdp.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"product": {
"name": "openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"product_id": "openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-ovn-host@2.9.0-83.el7fdp.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "openvswitch-0:2.9.0-83.el7fdp.1.src",
"product": {
"name": "openvswitch-0:2.9.0-83.el7fdp.1.src",
"product_id": "openvswitch-0:2.9.0-83.el7fdp.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch@2.9.0-83.el7fdp.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"product": {
"name": "openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"product_id": "openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-test@2.9.0-83.el7fdp.1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-0:2.9.0-83.el7fdp.1.src as a component of Red Hat OpenStack Platform 10.0",
"product_id": "7Server-RH7-RHOS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.src"
},
"product_reference": "openvswitch-0:2.9.0-83.el7fdp.1.src",
"relates_to_product_reference": "7Server-RH7-RHOS-10.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-0:2.9.0-83.el7fdp.1.x86_64 as a component of Red Hat OpenStack Platform 10.0",
"product_id": "7Server-RH7-RHOS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-10.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64 as a component of Red Hat OpenStack Platform 10.0",
"product_id": "7Server-RH7-RHOS-10.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-10.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64 as a component of Red Hat OpenStack Platform 10.0",
"product_id": "7Server-RH7-RHOS-10.0:openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-10.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64 as a component of Red Hat OpenStack Platform 10.0",
"product_id": "7Server-RH7-RHOS-10.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-10.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64 as a component of Red Hat OpenStack Platform 10.0",
"product_id": "7Server-RH7-RHOS-10.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-10.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64 as a component of Red Hat OpenStack Platform 10.0",
"product_id": "7Server-RH7-RHOS-10.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-10.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64 as a component of Red Hat OpenStack Platform 10.0",
"product_id": "7Server-RH7-RHOS-10.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-10.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-test-0:2.9.0-83.el7fdp.1.noarch as a component of Red Hat OpenStack Platform 10.0",
"product_id": "7Server-RH7-RHOS-10.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch"
},
"product_reference": "openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"relates_to_product_reference": "7Server-RH7-RHOS-10.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64 as a component of Red Hat OpenStack Platform 10.0",
"product_id": "7Server-RH7-RHOS-10.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-10.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-0:2.9.0-83.el7fdp.1.src as a component of OpenStack 10.0 Tools for RHEL 7",
"product_id": "7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.src"
},
"product_reference": "openvswitch-0:2.9.0-83.el7fdp.1.src",
"relates_to_product_reference": "7Server-RH7-RHOS-DEVTOOLS-10.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-0:2.9.0-83.el7fdp.1.x86_64 as a component of OpenStack 10.0 Tools for RHEL 7",
"product_id": "7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-DEVTOOLS-10.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64 as a component of OpenStack 10.0 Tools for RHEL 7",
"product_id": "7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-DEVTOOLS-10.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64 as a component of OpenStack 10.0 Tools for RHEL 7",
"product_id": "7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-DEVTOOLS-10.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64 as a component of OpenStack 10.0 Tools for RHEL 7",
"product_id": "7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-DEVTOOLS-10.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64 as a component of OpenStack 10.0 Tools for RHEL 7",
"product_id": "7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-DEVTOOLS-10.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64 as a component of OpenStack 10.0 Tools for RHEL 7",
"product_id": "7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-DEVTOOLS-10.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64 as a component of OpenStack 10.0 Tools for RHEL 7",
"product_id": "7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-DEVTOOLS-10.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-test-0:2.9.0-83.el7fdp.1.noarch as a component of OpenStack 10.0 Tools for RHEL 7",
"product_id": "7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch"
},
"product_reference": "openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"relates_to_product_reference": "7Server-RH7-RHOS-DEVTOOLS-10.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64 as a component of OpenStack 10.0 Tools for RHEL 7",
"product_id": "7Server-RH7-RHOS-DEVTOOLS-10.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-DEVTOOLS-10.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-17204",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2018-09-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1632522"
}
],
"notes": [
{
"category": "description",
"text": "An issue was discovered in Open vSwitch (OvS), 2.4.x through 2.4.1, 2.5.x through 2.5.5, 2.6.x through 2.6.3, 2.7.x through 2.7.6, 2.8.x through 2.8.4, and2.9.x through 2.9.2, affecting the parse_group_prop_ntr_selection_method in lib/ofp-util.c. On controllers with the OpenFlow 1.5 decoder enabled, a specially crafted group update can cause an assertion failure, potentially leading to a Denial of Service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openvswitch: Mishandle of group mods in lib/ofp-util.c:parse_group_prop_ntr_selection_method() allows for assertion failure",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RH7-RHOS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-10.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-DEVTOOLS-10.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-17204"
},
{
"category": "external",
"summary": "RHBZ#1632522",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1632522"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-17204",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-17204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-17204"
}
],
"release_date": "2018-09-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2019-01-16T17:12:31+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-RH7-RHOS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-10.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-DEVTOOLS-10.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2019:0053"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 2.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-RH7-RHOS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-10.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-DEVTOOLS-10.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openvswitch: Mishandle of group mods in lib/ofp-util.c:parse_group_prop_ntr_selection_method() allows for assertion failure"
},
{
"cve": "CVE-2018-17205",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2018-09-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1632525"
}
],
"notes": [
{
"category": "description",
"text": "An issue was discovered in Open vSwitch (OvS), 2.7.x through 2.7.6, 2.8.x through 2.8.4, and 2.9.x through 2.9.2, where the ofproto_rule_insert__() function inside ofproto/ofproto.c is affected by an assertion failure under certain circumstances.\r\nA specially crafted flow update applied using the bundling feature of Open vSwitch could potentially cause the assertion failure, potentially leading to incorrect flow information being applied, or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openvswitch: Error during bundle commit in ofproto/ofproto.c:ofproto_rule_insert__() allows for crash",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RH7-RHOS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-10.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-DEVTOOLS-10.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-17205"
},
{
"category": "external",
"summary": "RHBZ#1632525",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1632525"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-17205",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17205"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-17205",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-17205"
}
],
"release_date": "2018-09-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2019-01-16T17:12:31+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-RH7-RHOS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-10.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-DEVTOOLS-10.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2019:0053"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"7Server-RH7-RHOS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-10.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-DEVTOOLS-10.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openvswitch: Error during bundle commit in ofproto/ofproto.c:ofproto_rule_insert__() allows for crash"
},
{
"cve": "CVE-2018-17206",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2018-09-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1632528"
}
],
"notes": [
{
"category": "description",
"text": "An issue was discovered in Open vSwitch (OvS) 2.5.x through 2.5.5, 2.6.x through 2.6.3, 2.7.x through 2.7.6, 2.8.x through 2.8.4, and 2.9.x through 2.9.2 where the decode_bundle function inside lib/ofp-actions.c is affected by a buffer over-read issue during BUNDLE action decoding.\r\nA specially crafted flow update applied using the bundling feature of Open vSwitch could potentially cause a crash leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openvswitch: Buffer over-read in lib/ofp-actions.c:decode_bundle()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RH7-RHOS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-10.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-DEVTOOLS-10.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-17206"
},
{
"category": "external",
"summary": "RHBZ#1632528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1632528"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-17206",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17206"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-17206",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-17206"
}
],
"release_date": "2018-09-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2019-01-16T17:12:31+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-RH7-RHOS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-10.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-DEVTOOLS-10.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2019:0053"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"7Server-RH7-RHOS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-10.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-10.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-devel-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-10.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-DEVTOOLS-10.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openvswitch: Buffer over-read in lib/ofp-actions.c:decode_bundle()"
}
]
}
RHSA-2019:0081
Vulnerability from csaf_redhat - Published: 2019-01-16 17:53 - Updated: 2025-11-21 18:07An issue was discovered in Open vSwitch (OvS), 2.4.x through 2.4.1, 2.5.x through 2.5.5, 2.6.x through 2.6.3, 2.7.x through 2.7.6, 2.8.x through 2.8.4, and2.9.x through 2.9.2, affecting the parse_group_prop_ntr_selection_method in lib/ofp-util.c. On controllers with the OpenFlow 1.5 decoder enabled, a specially crafted group update can cause an assertion failure, potentially leading to a Denial of Service condition.
CWE-20 - Improper Input Validation| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
An issue was discovered in Open vSwitch (OvS), 2.7.x through 2.7.6, 2.8.x through 2.8.4, and 2.9.x through 2.9.2, where the ofproto_rule_insert__() function inside ofproto/ofproto.c is affected by an assertion failure under certain circumstances. A specially crafted flow update applied using the bundling feature of Open vSwitch could potentially cause the assertion failure, potentially leading to incorrect flow information being applied, or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
An issue was discovered in Open vSwitch (OvS) 2.5.x through 2.5.5, 2.6.x through 2.6.3, 2.7.x through 2.7.6, 2.8.x through 2.8.4, and 2.9.x through 2.9.2 where the decode_bundle function inside lib/ofp-actions.c is affected by a buffer over-read issue during BUNDLE action decoding. A specially crafted flow update applied using the bundling feature of Open vSwitch could potentially cause a crash leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOS-DEVTOOLS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for openvswitch is now available for Red Hat OpenStack Platform 13.0 (Queens).\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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": "Open vSwitch provides standard network bridging functions and support for the OpenFlow protocol for remote per-flow control of traffic.\n\nSecurity Fix(es):\n\n* openvswitch: Mishandle of group mods in lib/ofp-util.c:parse_group_prop_ntr_selection_method() allows for assertion failure (CVE-2018-17204)\n\n* openvswitch: Error during bundle commit in ofproto/ofproto.c:ofproto_rule_insert__() allows for crash (CVE-2018-17205)\n\n* openvswitch: Buffer over-read in lib/ofp-actions.c:decode_bundle() (CVE-2018-17206)\n\nFor more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.\n\nBug Fix(es):\n\n* Previously, the first packet of a new connection using an OVN logical router was used to discover the MAC address of the destination. This resulted in the loss of the first packet on the new connection. This \nenhancement adds the capability to correctly queue the first packet of a new connection, which prevents the loss of that packet. (BZ#1600115)",
"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-2019:0081",
"url": "https://access.redhat.com/errata/RHSA-2019:0081"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "1600115",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1600115"
},
{
"category": "external",
"summary": "1632522",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1632522"
},
{
"category": "external",
"summary": "1632525",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1632525"
},
{
"category": "external",
"summary": "1632528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1632528"
},
{
"category": "external",
"summary": "1651453",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1651453"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2019/rhsa-2019_0081.json"
}
],
"title": "Red Hat Security Advisory: openvswitch security and bug fix update",
"tracking": {
"current_release_date": "2025-11-21T18:07:19+00:00",
"generator": {
"date": "2025-11-21T18:07:19+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2019:0081",
"initial_release_date": "2019-01-16T17:53:06+00:00",
"revision_history": [
{
"date": "2019-01-16T17:53:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2019-01-16T17:53:06+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:07:19+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 13.0",
"product": {
"name": "Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-13.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:13::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 13.0",
"product": {
"name": "Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-DEVTOOLS-13.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:13::el7"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"product": {
"name": "openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"product_id": "openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-test@2.9.0-83.el7fdp.1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"product": {
"name": "openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"product_id": "openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-ovn-vtep@2.9.0-83.el7fdp.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"product": {
"name": "openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"product_id": "openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-debuginfo@2.9.0-83.el7fdp.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"product": {
"name": "python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"product_id": "python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-openvswitch@2.9.0-83.el7fdp.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"product": {
"name": "openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"product_id": "openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-ovn-common@2.9.0-83.el7fdp.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"product": {
"name": "openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"product_id": "openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-ovn-central@2.9.0-83.el7fdp.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"product": {
"name": "openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"product_id": "openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch@2.9.0-83.el7fdp.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"product": {
"name": "openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"product_id": "openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-ovn-host@2.9.0-83.el7fdp.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le",
"product": {
"name": "openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le",
"product_id": "openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-ovn-vtep@2.9.0-83.el7fdp.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le",
"product": {
"name": "openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le",
"product_id": "openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-debuginfo@2.9.0-83.el7fdp.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"product": {
"name": "python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"product_id": "python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-openvswitch@2.9.0-83.el7fdp.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le",
"product": {
"name": "openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le",
"product_id": "openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-ovn-common@2.9.0-83.el7fdp.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le",
"product": {
"name": "openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le",
"product_id": "openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-ovn-central@2.9.0-83.el7fdp.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"product": {
"name": "openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"product_id": "openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch@2.9.0-83.el7fdp.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le",
"product": {
"name": "openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le",
"product_id": "openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch-ovn-host@2.9.0-83.el7fdp.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openvswitch-0:2.9.0-83.el7fdp.1.src",
"product": {
"name": "openvswitch-0:2.9.0-83.el7fdp.1.src",
"product_id": "openvswitch-0:2.9.0-83.el7fdp.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch@2.9.0-83.el7fdp.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-0:2.9.0-83.el7fdp.1.ppc64le as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-0:2.9.0-83.el7fdp.1.src as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.src"
},
"product_reference": "openvswitch-0:2.9.0-83.el7fdp.1.src",
"relates_to_product_reference": "7Server-RH7-RHOS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-0:2.9.0-83.el7fdp.1.x86_64 as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64 as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64 as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64 as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64 as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64 as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-test-0:2.9.0-83.el7fdp.1.noarch as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-13.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch"
},
"product_reference": "openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"relates_to_product_reference": "7Server-RH7-RHOS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le"
},
"product_reference": "python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64 as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-0:2.9.0-83.el7fdp.1.ppc64le as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOS-DEVTOOLS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-0:2.9.0-83.el7fdp.1.src as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.src"
},
"product_reference": "openvswitch-0:2.9.0-83.el7fdp.1.src",
"relates_to_product_reference": "7Server-RH7-RHOS-DEVTOOLS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-0:2.9.0-83.el7fdp.1.x86_64 as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-DEVTOOLS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOS-DEVTOOLS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64 as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-DEVTOOLS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOS-DEVTOOLS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64 as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-DEVTOOLS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOS-DEVTOOLS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64 as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-DEVTOOLS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOS-DEVTOOLS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64 as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-DEVTOOLS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le"
},
"product_reference": "openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOS-DEVTOOLS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64 as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-DEVTOOLS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch-test-0:2.9.0-83.el7fdp.1.noarch as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch"
},
"product_reference": "openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"relates_to_product_reference": "7Server-RH7-RHOS-DEVTOOLS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-DEVTOOLS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le"
},
"product_reference": "python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOS-DEVTOOLS-13.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64 as a component of Red Hat OpenStack Platform 13.0",
"product_id": "7Server-RH7-RHOS-DEVTOOLS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64"
},
"product_reference": "python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOS-DEVTOOLS-13.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-17204",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2018-09-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1632522"
}
],
"notes": [
{
"category": "description",
"text": "An issue was discovered in Open vSwitch (OvS), 2.4.x through 2.4.1, 2.5.x through 2.5.5, 2.6.x through 2.6.3, 2.7.x through 2.7.6, 2.8.x through 2.8.4, and2.9.x through 2.9.2, affecting the parse_group_prop_ntr_selection_method in lib/ofp-util.c. On controllers with the OpenFlow 1.5 decoder enabled, a specially crafted group update can cause an assertion failure, potentially leading to a Denial of Service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openvswitch: Mishandle of group mods in lib/ofp-util.c:parse_group_prop_ntr_selection_method() allows for assertion failure",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-DEVTOOLS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-17204"
},
{
"category": "external",
"summary": "RHBZ#1632522",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1632522"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-17204",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-17204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-17204"
}
],
"release_date": "2018-09-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2019-01-16T17:53:06+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-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-DEVTOOLS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2019:0081"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 2.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-DEVTOOLS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openvswitch: Mishandle of group mods in lib/ofp-util.c:parse_group_prop_ntr_selection_method() allows for assertion failure"
},
{
"cve": "CVE-2018-17205",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2018-09-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1632525"
}
],
"notes": [
{
"category": "description",
"text": "An issue was discovered in Open vSwitch (OvS), 2.7.x through 2.7.6, 2.8.x through 2.8.4, and 2.9.x through 2.9.2, where the ofproto_rule_insert__() function inside ofproto/ofproto.c is affected by an assertion failure under certain circumstances.\r\nA specially crafted flow update applied using the bundling feature of Open vSwitch could potentially cause the assertion failure, potentially leading to incorrect flow information being applied, or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openvswitch: Error during bundle commit in ofproto/ofproto.c:ofproto_rule_insert__() allows for crash",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-DEVTOOLS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-17205"
},
{
"category": "external",
"summary": "RHBZ#1632525",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1632525"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-17205",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17205"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-17205",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-17205"
}
],
"release_date": "2018-09-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2019-01-16T17:53:06+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-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-DEVTOOLS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2019:0081"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-DEVTOOLS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openvswitch: Error during bundle commit in ofproto/ofproto.c:ofproto_rule_insert__() allows for crash"
},
{
"cve": "CVE-2018-17206",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2018-09-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1632528"
}
],
"notes": [
{
"category": "description",
"text": "An issue was discovered in Open vSwitch (OvS) 2.5.x through 2.5.5, 2.6.x through 2.6.3, 2.7.x through 2.7.6, 2.8.x through 2.8.4, and 2.9.x through 2.9.2 where the decode_bundle function inside lib/ofp-actions.c is affected by a buffer over-read issue during BUNDLE action decoding.\r\nA specially crafted flow update applied using the bundling feature of Open vSwitch could potentially cause a crash leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openvswitch: Buffer over-read in lib/ofp-actions.c:decode_bundle()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-DEVTOOLS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-17206"
},
{
"category": "external",
"summary": "RHBZ#1632528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1632528"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-17206",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17206"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-17206",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-17206"
}
],
"release_date": "2018-09-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2019-01-16T17:53:06+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-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-DEVTOOLS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2019:0081"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-13.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.src",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-debuginfo-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-central-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-common-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-host-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-ovn-vtep-0:2.9.0-83.el7fdp.1.x86_64",
"7Server-RH7-RHOS-DEVTOOLS-13.0:openvswitch-test-0:2.9.0-83.el7fdp.1.noarch",
"7Server-RH7-RHOS-DEVTOOLS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.ppc64le",
"7Server-RH7-RHOS-DEVTOOLS-13.0:python-openvswitch-0:2.9.0-83.el7fdp.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openvswitch: Buffer over-read in lib/ofp-actions.c:decode_bundle()"
}
]
}
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.