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
    • 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-9280

CVE-2025-9280: ArmorStart LT DoS Vulnerability

CVE-2025-9280 is a denial-of-service vulnerability in ArmorStart LT that causes devices to become unresponsive when fuzzed. This article covers the technical details, affected systems, impact, and mitigation strategies.

Published: January 23, 2026

CVE-2025-9280 Overview

A denial-of-service vulnerability exists within Rockwell Automation ArmorStart® LT motor controllers. The security issue allows remote attackers to cause the device to become unresponsive through specially crafted network traffic. This vulnerability was identified through fuzzing performed using Defensics, which demonstrated that malformed input can trigger an unrecoverable state requiring a physical reboot of the affected device.

Critical Impact

Exploitation of this vulnerability can render industrial motor controllers completely unresponsive, potentially disrupting manufacturing processes and requiring manual intervention to restore operations.

Affected Products

  • Rockwell Automation ArmorStart® LT Motor Controllers

Discovery Timeline

  • 2026-01-20 - CVE-2025-9280 published to NVD
  • 2026-01-20 - Last updated in NVD database

Technical Details for CVE-2025-9280

Vulnerability Analysis

This vulnerability is classified under CWE-400 (Uncontrolled Resource Consumption), indicating that the ArmorStart® LT device fails to properly manage resource allocation when processing malformed network traffic. The vulnerability was discovered through automated fuzzing using Defensics, a protocol fuzzing tool, which successfully triggered a denial-of-service condition.

The attack can be initiated remotely over the network without requiring any authentication or user interaction. When exploited, the device enters an unresponsive state that persists until a manual reboot is performed. This type of vulnerability is particularly concerning in industrial control system (ICS) environments where availability is critical for operational continuity.

Root Cause

The root cause stems from improper input validation and resource management within the ArmorStart® LT firmware. When the device receives specially crafted or malformed network packets, it fails to properly handle the unexpected input, leading to resource exhaustion or an unhandled exception that renders the device unresponsive. The CWE-400 classification indicates that the device does not adequately limit the resources consumed when processing network requests.

Attack Vector

The attack vector is network-based, requiring no authentication or user interaction. An attacker with network access to the ArmorStart® LT device can send crafted packets to trigger the denial-of-service condition. The vulnerability requires no prior privileges and can be exploited remotely.

The exploitation mechanism involves sending malformed protocol data to the device's network interface. The fuzzing results indicate that specific malformed inputs cause the device to fail in a way that requires physical intervention (reboot) to recover. This makes the attack particularly effective against industrial environments where continuous operation is essential.

Detection Methods for CVE-2025-9280

Indicators of Compromise

  • Unexpected network traffic patterns targeting ArmorStart® LT device ports
  • Device becoming unresponsive to legitimate control commands
  • Repeated or unexplained device reboots in operational logs
  • Anomalous packet structures in network captures destined for motor controllers

Detection Strategies

  • Implement network intrusion detection rules to identify malformed packets targeting ArmorStart® LT devices
  • Monitor for unusual traffic volumes or patterns directed at ICS/SCADA network segments
  • Deploy deep packet inspection at network boundaries to identify protocol anomalies
  • Enable logging on network firewalls to capture traffic to/from affected devices

Monitoring Recommendations

  • Continuously monitor device availability and response times for ArmorStart® LT controllers
  • Establish baseline network communication patterns and alert on deviations
  • Implement SIEM rules to correlate device unavailability with preceding network events
  • Configure alerts for any unauthorized access attempts to industrial control network segments

How to Mitigate CVE-2025-9280

Immediate Actions Required

  • Review the Rockwell Automation Security Advisory for specific remediation guidance
  • Isolate affected ArmorStart® LT devices on segmented network zones
  • Implement strict firewall rules limiting network access to essential systems only
  • Enable network monitoring and logging for all traffic to affected devices

Patch Information

Rockwell Automation has published a security advisory addressing this vulnerability. Organizations should consult the official Rockwell Automation Security Advisory SD1768 for detailed patch information, affected version numbers, and upgrade procedures. Apply all vendor-recommended firmware updates as soon as they become available.

Workarounds

  • Implement network segmentation to isolate ArmorStart® LT devices from untrusted networks
  • Deploy industrial firewalls or network access control lists to restrict traffic to authorized sources only
  • Disable unnecessary network services and ports on affected devices where possible
  • Implement redundancy or failover mechanisms for critical motor control operations

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechArmorstart

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/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-400
  • Technical References
  • Rockwell Automation Security Advisory
  • Related CVEs
  • CVE-2025-9466: ArmorStart LT DoS Vulnerability

  • CVE-2025-9465: ArmorStart LT DoS Vulnerability

  • CVE-2025-9464: ArmorStart LT DoS Vulnerability

  • CVE-2025-9283: ArmorStart LT DoS 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