LiveActive security incident?Get immediate response
CVE Record

CVE-2023-23836: SolarWinds Platform Deserialization of Untrusted Data Vulnerability

SolarWinds Platform version 2022.4.1 was found to be susceptible to the Deserialization of Untrusted Data. This vulnerability allows a remote adversary with Orion admin-level account access to the SolarWinds Web Console to execute arbitrary commands.

HighCVSS 7.2Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This issue affects SolarWinds Platform 2022.4.1 and prior. An attacker who already has Orion administrator access to the SolarWinds Web Console could run arbitrary commands. The main business risk is full compromise of a monitoring platform that often has broad network visibility and operational trust.

Executive priority

Treat this as high priority for any affected SolarWinds deployment. The vulnerability needs existing admin access, but compromise of a monitoring platform can amplify attacker reach, visibility, and operational disruption.

Technical view

CVE-2023-23836 is a CWE-502 deserialization of untrusted data vulnerability in SolarWinds Platform. CVSS 3.1 is 7.2 with network attack vector, low complexity, high privileges required, no user interaction, and high confidentiality, integrity, and availability impact.

Likely exposure

Exposure is most likely where SolarWinds Platform 2022.4.1 or earlier is deployed and Orion admin accounts or the Web Console are reachable by attackers. Environments with weak admin account controls, broad console access, or internet-facing management paths face higher risk.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation. Exploitation requires Orion admin-level account access, which lowers opportunistic risk but creates serious post-compromise impact if privileged SolarWinds credentials are stolen or abused.

Researcher notes

Evidence supports an authenticated, high-privilege remote command execution risk caused by unsafe deserialization. The bundle does not provide exploit details, active exploitation evidence, or a specific fixed version beyond vendor advisory and release-note references.

Mitigation direction

  • Identify SolarWinds Platform instances running 2022.4.1 or earlier.
  • Review SolarWinds advisory and release notes for supported remediation guidance.
  • Restrict Web Console access to trusted administrative networks.
  • Audit Orion administrator accounts and remove unnecessary privileges.
  • Harden authentication for SolarWinds administrators, including MFA where available.

Validation and detection

  • Confirm installed SolarWinds Platform versions across all environments.
  • Check whether the Web Console is reachable from untrusted networks.
  • Review Orion administrator account membership and recent changes.
  • Look for suspicious privileged Web Console activity or unexpected command execution indicators.
  • Track remediation status against SolarWinds guidance.
Prepared
Confidence
high
Sources
4

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
cve · low confidence lookup

CVE-2023-23836 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.2 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/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
3Source 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.2CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H1.25.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.2High
CVSS 3.1 vector shape for CVE-2023-23836Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/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
SolarWindsSolarWinds Platform2022.4.1 and prior versionsunaffected
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.