LiveActive security incident?Get immediate response
CVE Record

CVE-2021-35215: ActionPluginBaseView Deserialization of Untrusted Data RCE

Insecure deserialization leading to Remote Code Execution was detected in the Orion Platform version 2020.2.5. Authentication is required to exploit this vulnerability.

HighCVSS 8.9Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2021-35215 is a high-severity SolarWinds Orion Platform flaw where authenticated users could trigger unsafe deserialization and potentially run code. The known affected range is Orion Platform 2020.2.5 and earlier. Treat this as urgent for environments where Orion is reachable by many users or less-trusted network segments.

Executive priority

Prioritize remediation for any affected Orion deployment because this is authenticated RCE in a network management platform. Business urgency is highest where Orion has broad visibility, privileged integrations, or access to sensitive infrastructure telemetry.

Technical view

The issue is CWE-502 deserialization of untrusted data in ActionPluginBaseView, leading to remote code execution. The CVSS 3.1 vector is AV:A/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:L, meaning adjacent access and low privileges are required, with high confidentiality and integrity impact.

Likely exposure

Exposure is likely limited to organizations running SolarWinds Orion Platform 2020.2.5 or earlier, especially where authenticated low-privilege users can reach the Orion interface from adjacent networks.

Exploitation context

The provided sources do not show CISA KEV listing or confirmed active exploitation. Exploitation requires authentication and adjacent network access, but low complexity and code execution impact make it serious where Orion access is broad.

Researcher notes

Evidence supports high risk but not confirmed active exploitation. The public bundle identifies insecure deserialization in ActionPluginBaseView, authentication requirement, affected versions, CVSS, and vendor/ZDI references. Patch specifics should be taken directly from SolarWinds guidance.

Mitigation direction

  • Inventory SolarWinds Orion Platform versions and identify 2020.2.5 or earlier deployments.
  • Review SolarWinds advisory and 2020.2.6 release notes for vendor-approved remediation.
  • Move affected Orion deployments to a supported fixed version per SolarWinds guidance.
  • Restrict Orion access to trusted administrative networks and users.
  • Review SolarWinds secure configuration guidance for hardening recommendations.

Validation and detection

  • Confirm deployed Orion Platform version from administrative records or product console.
  • Verify whether any instance is version 2020.2.5 or earlier.
  • Check access controls for low-privilege authenticated users and adjacent network reachability.
  • Review logs for unusual authenticated activity against Orion administrative components.
  • Document remediation status and compensating controls for each Orion instance.
Prepared
Confidence
high
Sources
6

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 · medium confidence lookup

CWE-502: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. 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
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-35215 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
8.9 (3.1)
Known Exploited
No
Published

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

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
5Source 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
8.9CVSS 3.1HighCVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:L2.36Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.9High
CVSS 3.1 vector shape for CVE-2021-35215Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
SolarWindsOrion Platform2020.2.5 and previous versionsListed
Weakness

CWE details

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

CWE-502 · source CWE mapping

Deserialization of Untrusted Data

Deserialization of Untrusted Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.