The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2023-35188

CVE-2023-35188: SolarWinds Platform SQLi Vulnerability

CVE-2023-35188 is a SQL injection vulnerability in SolarWinds Platform that enables remote code execution through create statements. This post covers the technical details, affected versions, impact, and mitigation.

Published: January 28, 2026

CVE-2023-35188 Overview

A SQL Injection Remote Code Execution vulnerability has been identified in the SolarWinds Platform. The vulnerability exists within the handling of CREATE statements, allowing authenticated attackers to inject malicious SQL commands that can lead to remote code execution on affected systems. While user authentication is required to exploit this vulnerability, the potential impact remains significant given SolarWinds Platform's role in enterprise network monitoring and management infrastructure.

Critical Impact

Authenticated attackers can leverage SQL injection via CREATE statements to achieve remote code execution on SolarWinds Platform deployments, potentially compromising network monitoring infrastructure and gaining access to sensitive network data.

Affected Products

  • SolarWinds Platform (versions prior to 2024.1)
  • SolarWinds Orion Platform deployments
  • Enterprise network monitoring installations using vulnerable SolarWinds Platform versions

Discovery Timeline

  • 2024-02-06 - CVE-2023-35188 published to NVD
  • 2025-02-26 - Last updated in NVD database

Technical Details for CVE-2023-35188

Vulnerability Analysis

This vulnerability is classified as CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), commonly known as SQL Injection. The flaw resides in how the SolarWinds Platform processes CREATE statements within its database operations. When user-supplied input is incorporated into these SQL statements without proper sanitization or parameterization, attackers can manipulate the query structure to execute arbitrary SQL commands.

The attack requires adjacent network access and low-privilege authentication, meaning an attacker must have some level of valid credentials and be positioned on an adjacent network segment to exploit this vulnerability. Once exploited, the SQL injection can be escalated to achieve remote code execution, potentially through SQL Server features like xp_cmdshell or similar command execution mechanisms commonly available in enterprise database environments.

Root Cause

The root cause of this vulnerability stems from improper input validation and lack of parameterized queries when handling CREATE statements in the SolarWinds Platform. User-controlled input is directly concatenated or interpolated into SQL queries without adequate sanitization, allowing attackers to break out of the intended query context and inject malicious SQL commands. This represents a fundamental secure coding failure in handling dynamic SQL generation.

Attack Vector

The attack vector for CVE-2023-35188 requires the attacker to be positioned on an adjacent network (not directly accessible from the internet) and possess valid low-privilege credentials for the SolarWinds Platform. The exploitation flow involves:

  1. Authenticating to the SolarWinds Platform with valid credentials
  2. Locating the vulnerable functionality that processes CREATE statements
  3. Crafting malicious input containing SQL injection payloads
  4. Submitting the crafted input to manipulate the underlying SQL query
  5. Escalating from SQL injection to remote code execution through database features

The vulnerability does not require user interaction beyond the attacker's own actions, and the impact is contained to the vulnerable system (unchanged scope) but affects confidentiality, integrity, and availability at high levels.

Detection Methods for CVE-2023-35188

Indicators of Compromise

  • Unusual CREATE statement patterns in SolarWinds Platform database logs containing escape characters, comment sequences (--, /*), or stacked queries (;)
  • Unexpected execution of system stored procedures such as xp_cmdshell, sp_OACreate, or other command execution functions
  • Anomalous process spawning from SQL Server processes (sqlservr.exe) or SolarWinds Platform services
  • Authentication events followed by database errors or unusual query patterns

Detection Strategies

  • Deploy database activity monitoring to detect SQL injection patterns in CREATE statements, including suspicious character sequences and query structure anomalies
  • Monitor SolarWinds Platform application logs for authentication events followed by database operation failures or unexpected behaviors
  • Implement network-based intrusion detection rules to identify SQL injection payloads in traffic to SolarWinds Platform servers
  • Enable SQL Server audit logging to capture and analyze all CREATE statement executions for suspicious patterns

Monitoring Recommendations

  • Configure SIEM alerts for SQL injection attack patterns targeting SolarWinds Platform infrastructure
  • Establish baseline behavior for CREATE statement usage and alert on statistical deviations
  • Monitor for privilege escalation attempts and lateral movement originating from SolarWinds Platform servers
  • Review authentication logs for compromised credentials that may be used to exploit this vulnerability

How to Mitigate CVE-2023-35188

Immediate Actions Required

  • Upgrade SolarWinds Platform to version 2024.1 or later immediately, as this version contains the security fix for CVE-2023-35188
  • Audit user accounts with access to the SolarWinds Platform and remove unnecessary privileges
  • Implement network segmentation to restrict access to SolarWinds Platform from untrusted network segments
  • Review authentication logs for any suspicious activity that may indicate prior exploitation attempts

Patch Information

SolarWinds has addressed this vulnerability in the SolarWinds Platform 2024.1 release. Organizations should upgrade to this version or later to remediate CVE-2023-35188. The patch information and release notes are available through the SolarWinds Platform 2024.1 Release Notes. Additional details about the vulnerability can be found in the SolarWinds Security Advisory for CVE-2023-35188.

Workarounds

  • Implement web application firewall (WAF) rules to block common SQL injection patterns in requests to SolarWinds Platform
  • Restrict network access to SolarWinds Platform to only authorized management networks and administrators
  • Enable enhanced database logging and monitoring to detect exploitation attempts until patching can be completed
  • Consider temporarily restricting functionality that processes CREATE statements if operationally feasible
bash
# Network segmentation example - restrict SolarWinds Platform access
# Configure firewall rules to limit access to management network only
# Example using iptables (adjust for your environment)
iptables -A INPUT -p tcp --dport 443 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechSolarwinds Platform

  • SeverityHIGH

  • CVSS Score8.0

  • EPSS Probability1.00%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Technical References
  • SolarWinds Platform 2024.1 Release Notes
  • Vendor Resources
  • SolarWinds Security Advisory CVE-2023-35188
  • Related CVEs
  • CVE-2023-40056: SolarWinds Platform SQLi Vulnerability

  • CVE-2024-29004: SolarWinds Platform XSS Vulnerability

  • CVE-2024-28999: SolarWinds Platform Race Condition Flaw

  • CVE-2023-50395: SolarWinds Platform RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English