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-2025-6072

CVE-2025-6072: ABB RMC-100 Buffer Overflow Vulnerability

CVE-2025-6072 is a stack-based buffer overflow vulnerability in ABB RMC-100 and RMC-100 LITE that enables attackers to overflow the date expiration field. This article covers technical details, affected versions, and mitigation.

Updated: May 11, 2026

CVE-2025-6072 Overview

CVE-2025-6072 is a stack-based buffer overflow [CWE-121] affecting ABB RMC-100 and RMC-100 LITE remote modular controllers used in industrial automation environments. The flaw resides in the REST interface handling of the JSON configuration, where the date of expiration field can be overflowed when processed by the device. Exploitation requires the REST interface to be enabled, network access to the control network, and chaining with CVE-2025-6074. Successful exploitation impacts availability of the controller, disrupting process control operations.

Critical Impact

An attacker with control-network access can overflow a stack buffer through the REST JSON configuration interface, causing denial of service on RMC-100 controllers managing industrial processes.

Affected Products

  • ABB RMC-100, firmware 2105457-043 through 2105457-045
  • ABB RMC-100 LITE, firmware 2106229-015 through 2106229-016
  • Deployments where the REST interface is enabled by the user

Discovery Timeline

  • 2025-07-03 - CVE-2025-6072 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-6072

Vulnerability Analysis

The vulnerability is a stack-based buffer overflow classified under [CWE-121]. It is triggered through the REST management interface exposed by the RMC-100 and RMC-100 LITE controllers. The device accepts a JSON configuration payload that contains a date of expiration field. When this field is processed, the firmware copies attacker-supplied data into a fixed-size stack buffer without enforcing length boundaries.

The issue is not directly reachable in a default secure configuration. The REST interface must be enabled, the attacker must reach the control network, and CVE-2025-6074 must be exploited to bypass the protection that normally restricts the JSON configuration path. Once chained, the overflow corrupts adjacent stack memory, including saved return addresses, which leads to a controller crash and loss of availability for the affected industrial process.

Root Cause

The root cause is missing input length validation on the date of expiration field within the JSON configuration parser. The firmware assumes the field conforms to a fixed date format and copies it into a stack buffer sized for that format. Oversized input writes beyond the buffer, overwriting control data on the stack.

Attack Vector

The attack vector is network-based and unauthenticated, but conditional. The attacker must first obtain access to the control network segment that hosts the RMC-100 device. The attacker then exploits CVE-2025-6074 to access the REST configuration endpoint and submits a crafted JSON document with an oversized date of expiration value. The malformed payload reaches the vulnerable parser and overflows the stack buffer, impacting controller availability.

No verified public proof-of-concept code is available. Technical specifics are described in the ABB security advisory.

Detection Methods for CVE-2025-6072

Indicators of Compromise

  • Unexpected restarts, watchdog resets, or loss of process control on RMC-100 or RMC-100 LITE devices
  • HTTP/HTTPS POST or PUT requests to the controller REST endpoint containing oversized date of expiration values
  • JSON configuration payloads originating from non-engineering workstations or unmanaged hosts on the control network
  • Failed or partial controller configuration writes correlated with subsequent device unavailability

Detection Strategies

  • Inspect network traffic to the RMC-100 REST interface for JSON payloads that exceed expected field lengths
  • Alert on any REST configuration activity sourced from outside the authorized engineering subnet
  • Correlate device availability alarms in the SCADA historian with REST API requests received in the same time window
  • Track firmware versions across the fleet and flag devices running 2105457-043 through 2105457-045 or 2106229-015 through 2106229-016

Monitoring Recommendations

  • Enable verbose logging on perimeter firewalls and OT gateways for traffic destined to RMC-100 management ports
  • Forward controller syslog and SCADA polling status into a centralized SIEM for correlation with network telemetry
  • Baseline normal REST configuration cadence and alert on off-hours or high-frequency configuration attempts
  • Monitor for repeated TCP resets or connection failures to the controller, which may indicate crash-loop behavior

How to Mitigate CVE-2025-6072

Immediate Actions Required

  • Disable the REST interface on RMC-100 and RMC-100 LITE devices unless it is operationally required
  • Restrict control network access using firewall rules and ACLs so only authorized engineering workstations can reach the controller
  • Identify and inventory all RMC-100 and RMC-100 LITE devices running affected firmware ranges
  • Apply the vendor-provided firmware update once available for your specific device model

Patch Information

ABB has published a security advisory describing the affected firmware ranges and remediation guidance. Refer to the ABB security advisory PDF for firmware update instructions covering RMC-100 versions 2105457-043 through 2105457-045 and RMC-100 LITE versions 2106229-015 through 2106229-016.

Workarounds

  • Turn off the REST interface in the controller configuration when not actively required for integration
  • Place RMC-100 devices behind an OT-aware firewall that blocks inbound HTTP/HTTPS from non-engineering hosts
  • Segment the control network from corporate IT and remote access zones using a demilitarized zone with strict allow-listing
  • Require jump-host access with multifactor authentication for any operator that needs to reach controller management interfaces
bash
# Example: restrict REST access to a single engineering workstation using iptables on an upstream OT gateway
iptables -A FORWARD -p tcp -s 10.10.20.15 -d 10.20.30.0/24 --dport 443 -j ACCEPT
iptables -A FORWARD -p tcp -d 10.20.30.0/24 --dport 443 -j DROP
iptables -A FORWARD -p tcp -d 10.20.30.0/24 --dport 80  -j DROP

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechAbb Rmc 100

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.37%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/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-121
  • Technical References
  • ABB Document Download
  • Related CVEs
  • CVE-2025-6073: ABB RMC-100 Buffer Overflow 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