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-2026-23773

CVE-2026-23773: Dell Disk Library SSRF Vulnerability

CVE-2026-23773 is a server-side request forgery flaw in Dell Disk Library for Mainframe DLm 8700/2700 that allows low-privileged attackers to forge requests. This article covers technical details, affected versions, and mitigation.

Published: April 30, 2026

CVE-2026-23773 Overview

Dell Disk Library for Mainframe (DLm) versions 8700/2700 contain a Server-Side Request Forgery (SSRF) vulnerability. This security flaw allows a low privileged attacker with remote network access to potentially exploit the vulnerability, enabling unauthorized server-side requests. SSRF vulnerabilities can allow attackers to make requests from the vulnerable server to internal resources that would otherwise be inaccessible from external networks.

Critical Impact

A low privileged attacker could leverage this SSRF vulnerability to probe internal network resources, access internal services, or potentially pivot to other systems within the network infrastructure.

Affected Products

  • Dell Disk Library for Mainframe DLm 8700
  • Dell Disk Library for Mainframe DLm 2700

Discovery Timeline

  • April 29, 2026 - CVE-2026-23773 published to NVD
  • April 29, 2026 - Last updated in NVD database

Technical Details for CVE-2026-23773

Vulnerability Analysis

This Server-Side Request Forgery (SSRF) vulnerability (CWE-918) in Dell Disk Library for Mainframe allows authenticated attackers to manipulate the server into making requests to arbitrary destinations. The vulnerability requires low privileges and can be exploited remotely over the network without user interaction.

SSRF vulnerabilities occur when an application fetches a remote resource without properly validating the user-supplied URL. In this case, the Dell DLm appliance processes user-controlled input that specifies a URL or network location, and the server makes requests to that location on behalf of the attacker.

The confidentiality impact is limited, as the vulnerability primarily enables information disclosure from internal network resources. There is no direct integrity or availability impact associated with this vulnerability.

Root Cause

The root cause of this vulnerability is improper validation of user-supplied input that is used to construct server-side requests. The Dell Disk Library for Mainframe fails to adequately validate, filter, or sanitize URL parameters or destination addresses before the server processes the request. This allows attackers to specify arbitrary internal or external destinations for the server to access.

Attack Vector

The attack vector is network-based, requiring the attacker to have low-level authenticated access to the Dell Disk Library for Mainframe management interface. The attacker can craft malicious requests that cause the DLm appliance to:

  1. Make requests to internal network services not normally accessible from external networks
  2. Probe internal IP ranges and ports to map the internal network topology
  3. Access cloud metadata services if the appliance is deployed in a cloud environment
  4. Potentially retrieve sensitive information from internal services that trust requests originating from the DLm appliance

The vulnerability can be exploited by submitting specially crafted requests through the DLm web interface or API endpoints that accept URL parameters. The server then processes these requests and returns responses to the attacker, effectively acting as a proxy to internal resources.

Detection Methods for CVE-2026-23773

Indicators of Compromise

  • Unusual outbound network connections from the Dell DLm appliance to internal IP addresses or unexpected external destinations
  • Anomalous access patterns to internal services originating from the DLm system
  • Unexpected DNS lookups or connection attempts to cloud metadata services (e.g., 169.254.169.254)
  • Increased volume of requests to the DLm web interface containing URL parameters with internal network addresses

Detection Strategies

  • Monitor Dell DLm appliance network traffic for connections to internal resources that are outside normal operational patterns
  • Implement network segmentation monitoring to detect lateral movement attempts originating from the DLm system
  • Review DLm application logs for requests containing suspicious URL parameters or internal IP addresses
  • Deploy intrusion detection rules to identify SSRF exploitation patterns targeting the DLm appliance

Monitoring Recommendations

  • Enable comprehensive logging on the Dell Disk Library for Mainframe management interface
  • Configure network monitoring to alert on unusual traffic patterns from the DLm appliance to internal network segments
  • Implement application-level logging to capture all URL parameters processed by the DLm system
  • Set up alerts for access attempts to sensitive internal services from the DLm appliance IP address

How to Mitigate CVE-2026-23773

Immediate Actions Required

  • Apply the security update provided by Dell as documented in Dell Security Advisory DSA-2026-091
  • Restrict network access to the Dell DLm management interface to authorized administrators only
  • Implement network segmentation to limit the DLm appliance's ability to reach sensitive internal resources
  • Review and audit user accounts with access to the DLm system, removing unnecessary privileges

Patch Information

Dell has released a security update to address this vulnerability. Administrators should consult the Dell Security Advisory DSA-2026-091 for detailed patch information and upgrade instructions for Dell Disk Library for Mainframe DLm 8700 and DLm 2700 systems.

Workarounds

  • Implement strict firewall rules to limit outbound connections from the Dell DLm appliance to only required destinations
  • Deploy a web application firewall (WAF) in front of the DLm management interface to filter malicious requests
  • Use network access control lists to prevent the DLm appliance from accessing sensitive internal services
  • Consider placing the DLm management interface on an isolated management network with limited connectivity to production systems
bash
# Example firewall rules to restrict DLm outbound connections
# Adjust IP addresses and ports according to your environment

# Allow only necessary outbound connections from DLm appliance
iptables -A OUTPUT -s <DLm_IP> -d <allowed_destination> -p tcp --dport <required_port> -j ACCEPT
iptables -A OUTPUT -s <DLm_IP> -j DROP

# Block access to cloud metadata services
iptables -A OUTPUT -s <DLm_IP> -d 169.254.169.254 -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechDell Disk Library

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • Dell Security Update Advisory
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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