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

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

CVE-2025-6073 is a stack-based buffer overflow flaw in ABB RMC-100 and RMC-100 LITE that allows attackers to overflow username or password buffers when REST interface is enabled. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: May 11, 2026

CVE-2025-6073 Overview

CVE-2025-6073 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 authentication handler, where the username or password buffer can be overflowed under specific conditions. Exploitation requires the REST interface to be enabled, user/password broker authentication to be active, and the attacker to first leverage CVE-2025-6074 to reach the vulnerable code path. Successful exploitation impacts availability of the affected controllers operating on industrial control networks.

Critical Impact

A network-positioned attacker can overflow stack buffers in the REST interface authentication routine, leading to denial of service against ABB RMC-100 controllers when chained with CVE-2025-6074.

Affected Products

  • ABB RMC-100 firmware versions 2105457-043 through 2105457-045
  • ABB RMC-100 LITE firmware versions 2106229-015 through 2106229-016
  • Deployments with REST interface enabled and broker authentication configured

Discovery Timeline

  • 2025-07-03 - CVE-2025-6073 published to the National Vulnerability Database (NVD)
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-6073

Vulnerability Analysis

The vulnerability is a classic stack-based buffer overflow [CWE-121] in the REST interface of the ABB RMC-100 and RMC-100 LITE controllers. When user/password broker authentication is enabled, the firmware copies attacker-supplied credential fields into fixed-size stack buffers without enforcing length boundaries. Submitting a username or password that exceeds the allocated stack buffer overwrites adjacent stack memory, including saved return addresses and frame data.

Exploitation is gated by several preconditions. The REST interface must be enabled by the operator, the attacker must have network reachability to the control network, broker authentication must be active, and the related authentication bypass tracked as CVE-2025-6074 must first be exploited to reach the vulnerable parsing routine. The resulting memory corruption disrupts controller operation, producing a loss of availability for the affected device.

Root Cause

The root cause is missing input length validation in the REST authentication handler. Credential fields received over HTTP are copied into stack-allocated buffers using unbounded string operations, allowing oversized inputs to corrupt the stack frame of the authentication function.

Attack Vector

The attack vector is network-based and requires no user interaction. The attacker must reach the controller's REST endpoint over the control network, bypass authentication using CVE-2025-6074, and then submit an oversized username or password field. No verified public exploit code or proof-of-concept is currently available for this issue. Technical details and remediation guidance are documented in the ABB Security Advisory.

Detection Methods for CVE-2025-6073

Indicators of Compromise

  • Unexpected restarts, watchdog resets, or crash events on RMC-100 or RMC-100 LITE controllers running affected firmware
  • Anomalous HTTP POST or PUT requests to the controller REST endpoint containing oversized username or password fields
  • Authentication attempts originating from hosts that do not normally communicate with the controller

Detection Strategies

  • Inspect REST traffic to RMC-100 controllers for credential field lengths that exceed normal operational values
  • Correlate authentication failures or anomalies with subsequent controller availability events to identify chained exploitation with CVE-2025-6074
  • Baseline expected operator workstations and engineering hosts that interact with the REST interface and alert on deviations

Monitoring Recommendations

  • Enable logging on perimeter and zone firewalls between the IT network and the control network for all traffic destined to RMC-100 REST endpoints
  • Forward controller event logs and network telemetry to a centralized SIEM for correlation and long-term retention
  • Monitor for unscheduled reboots or process disruptions on industrial controllers and alert operations staff in real time

How to Mitigate CVE-2025-6073

Immediate Actions Required

  • Disable the REST interface on RMC-100 and RMC-100 LITE controllers unless it is operationally required
  • Restrict network access to the controller's management interface using firewall rules that permit only authorized engineering workstations
  • Inventory all RMC-100 and RMC-100 LITE devices and identify those running firmware versions in the vulnerable ranges
  • Review broker authentication configuration and rotate any credentials that may have been exposed

Patch Information

ABB has published remediation guidance in the vendor advisory. Refer to the ABB Security Advisory document 9AKK108471A3623 for firmware updates addressing both CVE-2025-6073 and the chained vulnerability CVE-2025-6074. Apply the vendor-supplied firmware update on RMC-100 (2105457-043 through 2105457-045) and RMC-100 LITE (2106229-015 through 2106229-016) following standard change-control procedures for operational technology environments.

Workarounds

  • Disable the REST interface where it is not required for production operations
  • Place affected controllers behind a dedicated industrial firewall that blocks REST traffic from untrusted segments
  • Segment the control network from the corporate network and enforce strict access control lists between zones consistent with IEC 62443 guidance
  • Require VPN access with multi-factor authentication for any remote engineering connections to the control network

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.24%

  • 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-6072: 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