LiveActive security incident?Get immediate response
CVE Record

CVE-2023-50395: SQL Injection Remote Code Execution Vulnerability

SQL Injection Remote Code Execution Vulnerability was found using an update statement in the SolarWinds Platform. This vulnerability requires user authentication to be exploited

HighCVSS 8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2023-50395 is a high-severity SolarWinds Platform flaw where an authenticated user could abuse SQL injection to achieve remote code execution. The provided sources identify SolarWinds Platform 2023.4.2 and earlier as affected. No active exploitation is stated in the provided evidence.

Executive priority

Treat this as a near-term remediation item for environments using affected SolarWinds Platform versions, especially where many users can authenticate. It is not KEV-listed in the provided evidence, but potential impact is severe.

Technical view

The issue is CWE-89 SQL injection in the SolarWinds Platform involving an update statement. CVSS 3.1 is 8.0 with adjacent network access, low attack complexity, low privileges, no user interaction, and high confidentiality, integrity, and availability impact.

Likely exposure

Exposure is most relevant where SolarWinds Platform 2023.4.2 or earlier is reachable by authenticated low-privileged users from an adjacent network path.

Exploitation context

The bundle does not show CISA KEV listing or other evidence of active exploitation. Exploitation requires authentication and network adjacency, but successful exploitation could affect system confidentiality, integrity, and availability.

Researcher notes

Key constraints are authentication required and adjacent-network attack vector. The source bundle does not provide payload details, exploit availability, or exact vulnerable endpoints, so validation should focus on version exposure and vendor guidance rather than exploit reproduction.

Mitigation direction

  • Identify all SolarWinds Platform deployments and their exact versions.
  • Prioritize moving systems off SolarWinds Platform 2023.4.2 and earlier.
  • Follow SolarWinds advisory and release notes for the vendor-supported fixed version.
  • Restrict authenticated access to the SolarWinds Platform to trusted users and networks.
  • Review low-privileged accounts with access to affected SolarWinds instances.

Validation and detection

  • Confirm whether each deployment runs SolarWinds Platform 2023.4.2 or earlier.
  • Check SolarWinds advisory status against installed build numbers.
  • Verify authenticated access paths to each SolarWinds Platform instance.
  • Review logs for suspicious authenticated activity against affected systems.
  • Confirm remediation by recording the upgraded or vendor-approved fixed version.
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-89: Database access and collection lookup

Injection into data stores can inform collection, data access, and exfiltration detection reviews. 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
description · low confidence lookup

Database behavior lookup

The CVE wording references database injection or access, so collection and exfiltration review may help. 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-2023-50395 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 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:A/AC:L/PR:L/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
8CVSS 3.1HighCVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H2.15.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:A/AC:L/PR:L/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 Platform2023.4.2 and previous versionunaffected
Weakness

CWE details

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

CWE-89 · source CWE mapping

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.