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-24576

CVE-2023-24576: Dell EMC NetWorker RCE Vulnerability

CVE-2023-24576 is an unauthenticated remote code execution vulnerability in Dell EMC NetWorker Client execution service that allows attackers to execute arbitrary code. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 11, 2026

CVE-2023-24576 Overview

Dell EMC NetWorker contains a critical unauthenticated remote code execution vulnerability in the NetWorker Client execution service (nsrexecd). This vulnerability allows remote attackers to execute arbitrary code on affected systems without requiring any authentication, regardless of the authentication mechanisms configured on the target system.

Critical Impact

Unauthenticated attackers can remotely execute arbitrary code on Dell EMC NetWorker clients, potentially compromising enterprise backup infrastructure and gaining access to sensitive data across the organization.

Affected Products

  • Dell EMC NetWorker (Virtual Edition)
  • Dell EMC NetWorker version 19.7.0.2
  • Dell EMC NetWorker (multiple versions with vulnerable nsrexecd service)

Discovery Timeline

  • 2023-02-03 - CVE-2023-24576 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-24576

Vulnerability Analysis

This vulnerability is classified under CWE-94 (Improper Control of Generation of Code), commonly known as Code Injection. The flaw exists in the NetWorker Client execution service (nsrexecd), which is responsible for handling remote command execution requests from the NetWorker server during backup and recovery operations.

The critical nature of this vulnerability stems from the fact that the authentication bypass works irrespective of any authentication mechanisms configured on the system. This means that even in environments where authentication is properly configured and enforced, an attacker can still exploit this vulnerability to execute arbitrary commands with the privileges of the nsrexecd service.

Root Cause

The root cause of this vulnerability is improper input validation and insufficient authentication enforcement within the nsrexecd service. The service fails to properly verify the legitimacy of incoming requests before processing them, allowing unauthenticated remote requests to be executed as if they were legitimate backup operations.

This represents a fundamental flaw in how the service handles the authentication state, where the authentication check can be bypassed entirely, allowing an attacker to craft malicious requests that the service will execute without verifying the caller's identity.

Attack Vector

The attack vector is network-based and requires no user interaction. An attacker with network access to the nsrexecd service (typically running on port 7937-7938) can send specially crafted requests to trigger the vulnerability. The attack requires no privileges and can be executed remotely.

The exploitation scenario typically involves:

  1. Identifying NetWorker clients with the vulnerable nsrexecd service exposed on the network
  2. Crafting malicious requests that bypass the authentication mechanism
  3. Sending the payload to execute arbitrary commands on the target system
  4. Gaining code execution with the privileges of the nsrexecd service process

Due to the nature of backup infrastructure, compromised NetWorker clients may have access to sensitive data and could serve as pivot points for lateral movement within the enterprise network.

Detection Methods for CVE-2023-24576

Indicators of Compromise

  • Unexpected network connections to nsrexecd service ports (typically 7937-7938) from unauthorized sources
  • Anomalous process execution spawned from the nsrexecd service process
  • Unusual command-line arguments or child processes associated with NetWorker services
  • Unexpected modifications to backup configuration files or schedules

Detection Strategies

  • Monitor network traffic for unusual connections to NetWorker service ports from non-NetWorker server IP addresses
  • Implement endpoint detection rules to alert on suspicious child processes spawned by nsrexecd
  • Deploy network intrusion detection signatures to identify exploitation attempts targeting the nsrexecd service
  • Review NetWorker service logs for authentication failures or unusual request patterns

Monitoring Recommendations

  • Configure SIEM rules to correlate NetWorker service activity with network connection events
  • Enable detailed logging for the nsrexecd service to capture request metadata
  • Implement network segmentation monitoring to detect lateral movement from compromised backup clients
  • Set up alerts for any command execution originating from NetWorker services outside of scheduled backup windows

How to Mitigate CVE-2023-24576

Immediate Actions Required

  • Apply the security update provided in Dell Security Advisory DSA-2023-041 immediately
  • Restrict network access to nsrexecd service ports to only authorized NetWorker servers
  • Audit all NetWorker client installations to identify vulnerable versions
  • Review network logs for any signs of prior exploitation attempts

Patch Information

Dell has released a security update to address this vulnerability. Organizations should consult Dell Security Advisory DSA-2023-041 for the specific patched versions applicable to their environment and follow the vendor's recommended upgrade path.

It is critical to prioritize patching of internet-facing or externally accessible NetWorker clients, followed by internal systems based on their criticality and exposure.

Workarounds

  • Implement strict firewall rules to limit access to nsrexecd ports (7937-7938) to only known NetWorker server IP addresses
  • Consider temporarily disabling the nsrexecd service on non-critical clients until patches can be applied
  • Deploy network segmentation to isolate backup infrastructure from general network access
  • Enable enhanced logging and monitoring on all NetWorker components to detect exploitation attempts
bash
# Example firewall configuration to restrict nsrexecd access (Linux iptables)
# Replace NETWORKER_SERVER_IP with your actual NetWorker server IP address
iptables -A INPUT -p tcp --dport 7937:7938 -s NETWORKER_SERVER_IP -j ACCEPT
iptables -A INPUT -p tcp --dport 7937:7938 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechDell Emc Networker

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability1.28%

  • 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-94
  • Vendor Resources
  • Dell Security Update DSA-2023-041
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox 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