AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2018-17204

MEDIUM · CVSS 4.3 EPSS 1.91% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2018-09-19 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2018-17204
Severity
MEDIUM
CVSS
4.3
EPSS
1.91%

Original NVD 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.