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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-47800

CVE-2023-47800: Natus Neuroworks EEG RCE Vulnerability

CVE-2023-47800 is a remote code execution flaw in Natus NeuroWorks EEG caused by a default SQL Server password. Attackers can execute code, steal data, or disrupt services. This article covers technical details, impact, and mitigations.

Published: February 4, 2026

CVE-2023-47800 Overview

CVE-2023-47800 is a critical hardcoded credentials vulnerability affecting Natus NeuroWorks and SleepWorks medical software before version 8.4 GMA3. The vulnerability exists because these applications utilize a default password of xltek for the Microsoft SQL Server service sa (system administrator) account. This security flaw allows threat actors to perform remote code execution, data exfiltration, or other malicious actions including tampering with medical data or destroying/disrupting MSSQL services.

Critical Impact

Attackers can gain full administrative access to the underlying SQL Server database using the hardcoded credentials, potentially compromising sensitive medical data including EEG and sleep study records, and executing arbitrary code on the database server.

Affected Products

  • Natus NeuroWorks EEG (versions before 8.4 GMA3)
  • Natus SleepWorks (versions before 8.4 GMA3)
  • Microsoft SQL Server instances configured by these applications

Discovery Timeline

  • 2023-11-10 - CVE-2023-47800 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-47800

Vulnerability Analysis

This vulnerability is classified as CWE-798 (Use of Hard-coded Credentials), a severe security weakness commonly found in applications that embed authentication credentials directly in their source code or configuration. In this case, Natus NeuroWorks and SleepWorks applications ship with a preconfigured Microsoft SQL Server instance using the default sa account password xltek.

The sa account in Microsoft SQL Server is the built-in system administrator account with unrestricted access to all database operations. When an attacker discovers this hardcoded credential, they gain complete control over the database server, including the ability to read, modify, or delete all data, create new administrative accounts, and potentially execute operating system commands through SQL Server's extended stored procedures like xp_cmdshell.

Root Cause

The root cause of this vulnerability is the insecure default configuration practice where the application installer configures Microsoft SQL Server with a well-known, hardcoded password for the sa account. This design decision likely prioritized ease of installation and configuration over security, assuming the systems would be deployed in isolated network environments. However, this assumption fails when these medical devices are connected to networks accessible by unauthorized users.

Attack Vector

The attack vector for CVE-2023-47800 is network-based and requires no authentication or user interaction. An attacker with network access to the SQL Server instance (typically TCP port 1433) can connect using the hardcoded credentials. Once authenticated as sa, the attacker has multiple exploitation paths:

  1. Data Exfiltration: Query and extract all patient medical records, EEG data, and sleep study information stored in the database
  2. Remote Code Execution: Enable and use xp_cmdshell to execute arbitrary operating system commands
  3. Data Tampering: Modify medical records, potentially leading to misdiagnosis or improper treatment
  4. Service Disruption: Delete databases, corrupt data, or shut down the SQL Server service entirely

The attacker would typically use SQL Server management tools or command-line utilities to connect to the vulnerable instance:

sqlcmd -S <target_ip> -U sa -P xltek

Once connected, enabling command execution is straightforward through SQL Server configuration options, allowing the attacker to execute system commands with the privileges of the SQL Server service account.

Detection Methods for CVE-2023-47800

Indicators of Compromise

  • Failed or successful SQL Server authentication attempts using the sa account from unexpected source IP addresses
  • Unusual database queries targeting patient records or system tables
  • Activation or usage of xp_cmdshell extended stored procedure
  • New user accounts or login credentials created in SQL Server
  • Unexpected network connections to SQL Server port 1433 from external networks

Detection Strategies

  • Monitor SQL Server authentication logs for sa account login attempts, especially from non-administrative workstations
  • Implement network intrusion detection rules to identify SQL Server authentication traffic containing the known default password
  • Deploy database activity monitoring to detect unusual query patterns or bulk data extraction
  • Configure alerts for changes to SQL Server configuration, particularly enabling of dangerous extended stored procedures

Monitoring Recommendations

  • Enable SQL Server audit logging and forward logs to a centralized SIEM solution
  • Monitor for new network connections to TCP port 1433 from unauthorized systems
  • Implement file integrity monitoring on the SQL Server data directories
  • Review SQL Server login activity regularly for unauthorized access patterns

How to Mitigate CVE-2023-47800

Immediate Actions Required

  • Change the sa account password immediately to a strong, unique password that meets organizational security requirements
  • Disable the sa account if not required and use Windows Authentication mode instead
  • Restrict network access to SQL Server to only authorized systems using firewall rules
  • Audit existing database contents for signs of unauthorized access or data modification
  • Review SQL Server configuration to ensure xp_cmdshell and other dangerous features are disabled

Patch Information

Natus has released version 8.4 GMA3 of NeuroWorks and SleepWorks which addresses this vulnerability. Organizations should upgrade to version 8.4 GMA3 or later. For detailed patch information and installation guidance, refer to the Natus Security Bulletin. Additional technical details are available in the Trustwave Security Advisory TWSL2023-006.

Workarounds

  • Implement network segmentation to isolate medical devices from general network traffic
  • Configure host-based firewall rules on the SQL Server host to restrict connections to authorized IP addresses only
  • Disable SQL Server Browser service to prevent service discovery
  • Enable SQL Server audit logging to detect and investigate unauthorized access attempts
  • Consider implementing a database activity monitoring solution for additional visibility
bash
# SQL Server configuration to disable dangerous features
# Run in SQL Server Management Studio or sqlcmd

-- Disable xp_cmdshell
EXEC sp_configure 'show advanced options', 1;
RECONFIGURE;
EXEC sp_configure 'xp_cmdshell', 0;
RECONFIGURE;

-- Change sa password (replace with strong password)
ALTER LOGIN sa WITH PASSWORD = 'YourNewStrongPassword123!';

-- Optionally disable sa account
ALTER LOGIN sa DISABLE;

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechNatus Neuroworks Eeg

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability3.68%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-798
  • Technical References
  • Trustwave Security Advisory TWSL2023-006
  • Vendor Resources
  • Natus Security Bulletin
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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