CVE-2018-17205
CVSS V2 Medium 5
CVSS V3 High 7.5
Description
An issue was discovered in Open vSwitch (OvS) 2.7.x through 2.7.6, affecting ofproto_rule_insert__ in ofproto/ofproto.c. During bundle commit, flows that are added in a bundle are applied to ofproto in order. If a flow cannot be added (e.g., the flow action is a go-to for a group id that does not exist), OvS tries to revert back all previous flows that were successfully applied from the same bundle. This is possible since OvS maintains list of old flows that were replaced by flows from the bundle. While reinserting old flows, OvS has an assertion failure due to a check on rule state != RULE_INITIALIZED. This would work for new flows, but for an old flow the rule state is RULE_REMOVED. The assertion failure causes an OvS crash.
Overview
- CVE ID
- CVE-2018-17205
- Assigner
- cve@mitre.org
- Vulnerability Status
- Analyzed
- Published Version
- 2018-09-19T16:29:01
- Last Modified Date
- 2021-08-04T17:14:46
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
cpe:2.3:a:openvswitch:openvswitch:*:*:*:*:*:*:*:* | 1 | OR | 2.7.0 | 2.7.6 |
cpe:2.3:a:redhat:openstack:10:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:redhat:openstack:13:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:* | 1 | OR | ||
cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:* | 1 | OR |
CVSS Version 2
- Version
- 2.0
- Vector String
- AV:N/AC:L/Au:N/C:N/I:N/A:P
- Access Vector
- NETWORK
- Access Compatibility
- LOW
- Authentication
- NONE
- Confidentiality Impact
- NONE
- Integrity Impact
- NONE
- Availability Impact
- PARTIAL
- Base Score
- 5
- Severity
- MEDIUM
- Exploitability Score
- 10
- Impact Score
- 2.9
CVSS Version 3
- Version
- 3.0
- Vector String
- CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
- Attack Vector
- NETWORK
- Attack Compatibility
- LOW
- Privileges Required
- NONE
- User Interaction
- NONE
- Scope
- UNCHANGED
- Confidentiality Impact
- NONE
- Availability Impact
- HIGH
- Base Score
- 7.5
- Base Severity
- HIGH
- Exploitability Score
- 3.9
- Impact Score
- 3.6
References
Reference URL | Reference Tags |
---|---|
https://github.com/openvswitch/ovs/commit/0befd1f3745055c32940f5faf9559be6a14395e6 | Exploit Patch Third Party Advisory |
https://access.redhat.com/errata/RHSA-2018:3500 | Third Party Advisory |
https://access.redhat.com/errata/RHSA-2019:0081 | Third Party Advisory |
https://access.redhat.com/errata/RHSA-2019:0053 | Third Party Advisory |
https://usn.ubuntu.com/3873-1/ | Third Party Advisory |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2018-17205 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-17205 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-05-10 06:58:35 | Added to TrackCVE | |||
2022-12-03 12:21:29 | 2018-09-19T16:29Z | 2018-09-19T16:29:01 | CVE Published Date | updated |
2022-12-03 12:21:29 | 2021-08-04T17:14:46 | CVE Modified Date | updated | |
2022-12-03 12:21:29 | Analyzed | Vulnerability Status | updated |