LiveActive security incident?Get immediate response
CVE Record

CVE-2021-36980: Open vSwitch (aka openvswitch) 2.11.0 through 2.15.0 has a use-after-free in decode_NXAST_RAW_ENCAP (called...

Open vSwitch (aka openvswitch) 2.11.0 through 2.15.0 has a use-after-free in decode_NXAST_RAW_ENCAP (called from ofpact_decode and ofpacts_decode) during the decoding of a RAW_ENCAP action.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This vulnerability can crash affected Open vSwitch software when it decodes a malformed RAW_ENCAP OpenFlow action. The known impact is availability, not data theft or privilege escalation. Business urgency is moderate because exploitation is local and requires user interaction, but outages can matter in environments where Open vSwitch supports virtual networking.

Executive priority

Treat this as a moderate-priority availability risk. Patch during the next normal network maintenance window, sooner for platforms where Open vSwitch failure would disrupt production workloads or tenant connectivity.

Technical view

CVE-2021-36980 is a CWE-416 use-after-free in Open vSwitch 2.11.0 through 2.15.0. The flaw occurs in decode_NXAST_RAW_ENCAP, reached through ofpact_decode and ofpacts_decode while decoding RAW_ENCAP actions. CVSS 3.1 is 5.5 with local attack vector, low complexity, no privileges, user interaction required, and high availability impact.

Likely exposure

Exposure is most likely where Open vSwitch 2.11.0 through 2.15.0 is installed and processes OpenFlow action data. The bundle does not identify specific appliances, distributions, or deployment modes beyond Open vSwitch itself.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. OSS-Fuzz and upstream commit references indicate the issue was found and fixed through vulnerability research, but the bundle does not prove real-world exploitation.

Researcher notes

Evidence is strongest for the affected component, vulnerable version range, vulnerability class, and availability impact. The bundle does not provide exploit details, named affected downstream products, or a single fixed release number, so remediation should be tied to upstream commits and vendor advisories.

Mitigation direction

  • Inventory Open vSwitch versions and flag 2.11.0 through 2.15.0.
  • Apply vendor or distribution updates that include the referenced upstream fixes.
  • Review the Gentoo advisory if using Gentoo-packaged Open vSwitch.
  • Restrict who can submit or manage OpenFlow actions until patched.
  • Monitor Open vSwitch crashes or unexplained datapath/control-plane disruption.

Validation and detection

  • Confirm installed Open vSwitch versions are outside the affected range.
  • Verify package changelogs or builds include the referenced upstream commits.
  • Check vulnerability scanners for CVE-2021-36980 findings on OVS hosts.
  • Review operational logs for crashes during OpenFlow action decoding.
  • Confirm local access to OVS management interfaces is limited.
Prepared
Confidence
high
Sources
11

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-416: 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-2021-36980 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
Medium
CVSS
5.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/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
10Source 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
5.5CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H1.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.5Medium
CVSS 3.1 vector shape for CVE-2021-36980Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

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

CWE-416 · source CWE mapping

Use After Free

Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.