LiveActive security incident?Get immediate response
CVE Record

CVE-2020-35498: A vulnerability was found in openvswitch.

A vulnerability was found in openvswitch. A limitation in the implementation of userspace packet parsing can allow a malicious user to send a specially crafted packet causing the resulting megaflow in the kernel to be too wide, potentially causing a denial of service. The highest threat from this vulnerability is to system availability.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Open vSwitch can be driven into a denial-of-service condition by a specially crafted network packet. The issue affects availability, not confidentiality or data integrity. Systems using the listed Open vSwitch versions should be prioritized for vendor security updates, especially where untrusted traffic reaches the virtual switch.

Executive priority

Treat this as a high-priority availability risk for infrastructure using Open vSwitch. It does not indicate data theft or system takeover, but outage potential justifies prompt patch validation on exposed or multi-tenant systems.

Technical view

CVE-2020-35498 is a CWE-400 resource-consumption flaw in Open vSwitch userspace packet parsing. A crafted packet can cause an overly broad kernel megaflow, potentially exhausting resources and causing denial of service. CVSS 3.1 is 7.5: network-reachable, low complexity, no privileges, no user interaction, availability impact only.

Likely exposure

Exposure is limited to systems running affected Open vSwitch versions listed in the CVE bundle. Risk is higher where untrusted or tenant-controlled traffic can reach Open vSwitch packet processing paths.

Exploitation context

The provided sources do not show CISA KEV listing or confirmed active exploitation. The CVSS vector indicates remote unauthenticated exploitability, but the known impact is denial of service rather than code execution or data compromise.

Researcher notes

The bundle identifies affected Open vSwitch releases through 2.14.2 and describes a userspace parsing issue that can widen kernel megaflows. Fixed versions are not enumerated in the bundle, so remediation should be validated against vendor advisories rather than inferred.

Mitigation direction

  • Apply Open vSwitch security updates from the relevant operating system vendor.
  • Check Debian, Fedora, Gentoo, or upstream guidance for fixed package availability.
  • Reduce exposure of Open vSwitch processing paths to untrusted traffic where feasible.
  • Monitor affected hosts for resource exhaustion and availability degradation.
  • Prioritize internet-facing or multi-tenant network infrastructure first.

Validation and detection

  • Inventory hosts running Open vSwitch and record installed package versions.
  • Compare installed versions with affected versions and vendor advisory status.
  • Confirm patched packages are installed from the relevant distribution channel.
  • Review monitoring for CPU, memory, flow table, or datapath instability.
  • Validate service availability after patching in a controlled maintenance window.
Prepared
Confidence
medium
Sources
8

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-400: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-35498 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
7Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2020-35498Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/aopenvswitchopenvswitch 2.5.12, openvswitch 2.6.10, openvswitch 2.7.13, openvswitch 2.8.11, openvswitch 2.9.9, openvswitch 2.10.7, openvswitch 2.11.6, openvswitch 2.12.3, openvswitch 2.13.3, openvswitch 2.14.2Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-400 · source CWE mapping

Uncontrolled Resource Consumption

Uncontrolled Resource Consumption represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.