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-2024-10456

CVE-2024-10456: Delta Electronics InfraSuite Vulnerability

CVE-2024-10456 is a deserialization vulnerability in Delta Electronics InfraSuite Device Master that allows attackers to bypass authentication. This article covers the technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2024-10456 Overview

Delta Electronics InfraSuite Device Master versions prior to 1.0.12 are affected by an insecure deserialization vulnerability in the Device-Gateway component. This critical vulnerability allows remote attackers to deserialize arbitrary .NET objects without requiring authentication, potentially leading to remote code execution on affected systems.

Critical Impact

Unauthenticated remote attackers can exploit this deserialization flaw in the Device-Gateway to execute arbitrary code on vulnerable Delta Electronics InfraSuite Device Master installations, potentially compromising industrial control system infrastructure.

Affected Products

  • Delta Electronics InfraSuite Device Master versions prior to 1.0.12
  • Device-Gateway component within InfraSuite Device Master

Discovery Timeline

  • 2024-10-30 - CVE-2024-10456 published to NVD
  • 2024-11-01 - Last updated in NVD database

Technical Details for CVE-2024-10456

Vulnerability Analysis

This vulnerability falls under CWE-502 (Deserialization of Untrusted Data), a well-known class of security flaws that can have devastating consequences when exploited. The Device-Gateway component in Delta Electronics InfraSuite Device Master fails to properly validate serialized .NET objects before processing them, allowing attackers to craft malicious payloads that execute arbitrary code when deserialized.

The vulnerability is particularly dangerous because it can be exploited prior to authentication, meaning attackers do not need valid credentials to compromise affected systems. InfraSuite Device Master is commonly deployed in industrial control system (ICS) environments for device management and monitoring, making this vulnerability especially concerning for critical infrastructure operators.

Root Cause

The root cause of this vulnerability is the lack of proper input validation and type checking when the Device-Gateway component processes incoming serialized .NET objects. The application accepts and deserializes untrusted data from network requests without implementing adequate safeguards such as:

  • Type whitelisting to restrict deserialization to known-safe classes
  • Input validation to verify the integrity and expected format of serialized data
  • Authentication requirements before processing potentially dangerous operations

This oversight allows attackers to inject malicious serialized objects that, when processed by the .NET runtime, can trigger arbitrary code execution through gadget chains present in the application or its dependencies.

Attack Vector

The attack vector is network-based and requires no user interaction or prior authentication. An attacker with network access to the Device-Gateway service can craft a malicious serialized .NET object containing a carefully constructed gadget chain. When the vulnerable component deserializes this payload, the gadget chain executes, allowing the attacker to run arbitrary commands with the privileges of the InfraSuite Device Master service.

Typical attack scenarios include:

  • Direct network access to the Device-Gateway service port
  • Exploitation through exposed management interfaces
  • Lateral movement within compromised networks hosting ICS infrastructure

The vulnerability mechanism involves crafting malicious .NET serialized objects that exploit known deserialization gadget chains. When the Device-Gateway processes these objects, arbitrary code execution occurs on the target system. For detailed technical information, refer to the CISA ICS Advisory ICSA-24-303-03.

Detection Methods for CVE-2024-10456

Indicators of Compromise

  • Unusual network traffic to the Device-Gateway service ports from unexpected sources
  • Suspicious process execution originating from the InfraSuite Device Master service
  • Unexpected .NET deserialization errors or exceptions in application logs
  • Anomalous outbound connections from ICS management systems

Detection Strategies

  • Monitor network traffic for malformed or oversized serialized .NET payloads targeting the Device-Gateway
  • Implement application-layer inspection to detect known deserialization gadget chain patterns
  • Deploy endpoint detection and response (EDR) solutions to identify suspicious process spawning from the InfraSuite service
  • Enable verbose logging on InfraSuite Device Master to capture deserialization-related events

Monitoring Recommendations

  • Establish baselines for normal Device-Gateway network communication patterns and alert on deviations
  • Monitor Windows Event Logs for .NET runtime exceptions and process creation events associated with the InfraSuite service
  • Implement network segmentation monitoring to detect unauthorized access attempts to ICS management systems
  • Review authentication logs for failed or bypassed authentication attempts against the Device-Gateway

How to Mitigate CVE-2024-10456

Immediate Actions Required

  • Upgrade Delta Electronics InfraSuite Device Master to version 1.0.12 or later immediately
  • Restrict network access to the Device-Gateway service to trusted IP addresses only
  • Implement network segmentation to isolate ICS management systems from general enterprise networks
  • Monitor affected systems for signs of compromise while patching is in progress

Patch Information

Delta Electronics has released version 1.0.12 of InfraSuite Device Master to address this vulnerability. Organizations should obtain the patched version through official Delta Electronics channels and apply the update following their change management procedures. CISA has published an advisory with additional guidance at CISA ICS Advisory ICSA-24-303-03.

Workarounds

  • Implement strict firewall rules to limit access to the Device-Gateway service to only authorized administrative workstations
  • Deploy a web application firewall (WAF) or intrusion prevention system (IPS) with rules to detect and block deserialization attack patterns
  • Consider temporarily disabling the Device-Gateway service if it is not critical to operations until patching can be completed
  • Enable enhanced logging and monitoring on affected systems to detect potential exploitation attempts
bash
# Example firewall configuration to restrict Device-Gateway access
# Replace X.X.X.X with authorized administrative IP addresses
# This is a general example - adapt to your specific firewall solution

# Windows Firewall example
netsh advfirewall firewall add rule name="Restrict Device-Gateway" dir=in action=allow remoteip=X.X.X.X protocol=tcp localport=<device-gateway-port>
netsh advfirewall firewall add rule name="Block Device-Gateway Default" dir=in action=block protocol=tcp localport=<device-gateway-port>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechDelta Electronics

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability1.35%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • CISA ICS Advisory ICSA-24-303-03
  • Related CVEs
  • CVE-2026-3094: Delta CNCSoft-G2 RCE Vulnerability

  • CVE-2025-3495: Delta Electronics COMMGR RCE Vulnerability

  • CVE-2024-3871: Delta Electronics DVW-W02W2-E2 RCE Flaw
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