A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-28286

CVE-2024-28286: Libiec61850 Null Pointer DOS Vulnerability

CVE-2024-28286 is a null pointer dereference denial of service vulnerability in Mz-automation Libiec61850 v1.4.0 that causes application crashes. This post covers the technical details, affected versions, and mitigation.

Published: June 2, 2026

CVE-2024-28286 Overview

CVE-2024-28286 is a NULL pointer dereference vulnerability in mz-automation libiec61850 version 1.4.0, an open-source library that implements the IEC 61850 communication protocols used in electrical substation automation. The flaw resides in the mmsServer_handleFileCloseRequest function within src/mms/iso_mms/server/mms_file_service.c. A remote attacker can send a crafted Manufacturing Message Specification (MMS) request that triggers a segmentation fault (SEGV), crashing the server process. The issue is classified as [CWE-476] and affects the availability of industrial control system (ICS) endpoints relying on this library.

Critical Impact

An unauthenticated remote attacker can crash IEC 61850 MMS server instances, disrupting communication in substation automation environments.

Affected Products

  • mz-automation libiec61850 version 1.4.0
  • Applications and devices embedding the affected libiec61850 MMS server component
  • IEC 61850 substation automation deployments using the vulnerable release

Discovery Timeline

  • 2024-03-21 - CVE-2024-28286 published to NVD
  • 2025-06-02 - Last updated in NVD database

Technical Details for CVE-2024-28286

Vulnerability Analysis

The vulnerability is a NULL pointer dereference in the MMS file service handler of libiec61850. When the server processes a FileCloseRequest message via mmsServer_handleFileCloseRequest, it dereferences a pointer that can be NULL under specific request conditions. The dereference triggers a SIGSEGV, terminating the server process and breaking active MMS associations. Because IEC 61850 MMS is exposed over the network, the condition is reachable without authentication or user interaction, producing a denial-of-service impact on industrial automation services. The flaw is tracked under [CWE-476] (NULL Pointer Dereference).

Root Cause

The handler does not validate whether the file handle or related state object referenced by the incoming MMS FileClose request is valid before dereferencing it. When a client sends a FileClose request that references an unopened, invalid, or already-closed file frsmId, the corresponding pointer remains NULL, and the subsequent access causes the process to crash.

Attack Vector

Exploitation requires network access to the MMS server port (typically TCP/102 for IEC 61850). An attacker establishes an MMS association and submits a malformed or out-of-sequence FileClose request. No credentials or user interaction are required. See the GitHub Issue Discussion for technical reproduction details.

No verified public proof-of-concept code is available. The vulnerability is described in the upstream issue tracker without sanitized exploitation code.

Detection Methods for CVE-2024-28286

Indicators of Compromise

  • Unexpected termination or repeated restarts of processes linking against libiec61850 1.4.0
  • Core dumps showing a SIGSEGV inside mmsServer_handleFileCloseRequest or related MMS file service symbols
  • MMS associations from unknown source IPs immediately followed by server disconnection events

Detection Strategies

  • Monitor MMS server logs for abrupt session terminations following FileClose PDUs from unauthenticated peers
  • Inspect network captures on TCP/102 for MMS FileClose requests referencing file IDs that were never opened in the same association
  • Enable crash reporting on host operating systems to flag SIGSEGV events in IEC 61850 server binaries

Monitoring Recommendations

  • Track process uptime and restart counts for IEC 61850 MMS services as a baseline anomaly metric
  • Alert on repeated MMS session resets originating from the same external source within short time windows
  • Forward host crash telemetry and ICS network flow logs into a centralized analytics platform for correlation

How to Mitigate CVE-2024-28286

Immediate Actions Required

  • Inventory all systems and embedded devices that link against libiec61850 1.4.0 and identify those exposing MMS services
  • Restrict network access to TCP/102 so only authorized engineering workstations and substation peers can reach the MMS server
  • Place vulnerable IEC 61850 endpoints behind ICS-aware firewalls or data diodes where feasible
  • Apply automated process supervision so that a crashed MMS server is restarted while remediation is pending

Patch Information

No fixed version is referenced in the NVD entry at the time of publication. Review the upstream GitHub Issue Discussion for patch status and upgrade to a release that addresses the NULL pointer dereference once available from mz-automation.

Workarounds

  • Segment IEC 61850 MMS servers onto isolated control networks and block TCP/102 from general IT zones
  • Enforce strict allow-lists at firewalls so only known substation peers can establish MMS associations
  • Disable the MMS file services functionality at the application layer if it is not required for operations
  • Monitor and rate-limit MMS connection attempts to reduce exposure to repeated crash attempts

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechMz Automation Libiec61850

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Technical References
  • GitHub Issue Discussion
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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