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

CVE-2024-10943: Authentication Bypass Vulnerability

CVE-2024-10943 is an authentication bypass flaw caused by shared secrets across accounts, allowing attackers to impersonate users. This article covers the technical details, affected systems, and mitigation strategies.

Published: April 8, 2026

CVE-2024-10943 Overview

An authentication bypass vulnerability exists in Rockwell Automation products due to shared secrets across accounts. The vulnerability allows a threat actor to impersonate a legitimate user if they are able to enumerate additional information required during authentication. This flaw stems from insecure storage of sensitive information (CWE-922), where shared secrets used for authentication are not properly isolated between different user accounts.

Critical Impact

This authentication bypass vulnerability could allow unauthorized users to impersonate legitimate accounts, potentially gaining full access to industrial control systems and critical infrastructure.

Affected Products

  • Rockwell Automation Products (refer to Rockwell Automation Security Advisory SD1710 for specific affected versions)

Discovery Timeline

  • November 12, 2024 - CVE-2024-10943 published to NVD
  • November 13, 2024 - Last updated in NVD database

Technical Details for CVE-2024-10943

Vulnerability Analysis

This authentication bypass vulnerability represents a significant security flaw in the affected Rockwell Automation products. The core issue lies in the improper handling of authentication secrets, where shared credentials are used across multiple user accounts rather than maintaining unique secrets per account.

When authentication secrets are shared across accounts, an attacker who gains knowledge of one account's authentication parameters may be able to leverage that information to authenticate as other users. This vulnerability is classified under CWE-922 (Insecure Storage of Sensitive Information), indicating that the secrets are not adequately protected or segregated.

The network-accessible nature of this vulnerability means attackers can attempt exploitation remotely without requiring local access to the target system. However, successful exploitation requires the attacker to enumerate additional authentication information, which adds some complexity to the attack.

Root Cause

The vulnerability exists due to the use of shared secrets across multiple user accounts within the authentication mechanism. This design flaw violates the security principle of credential isolation, where each user account should maintain unique authentication credentials. The insecure storage of these shared secrets allows potential cross-account authentication if an attacker can gather the necessary supplementary information.

Attack Vector

The attack vector for CVE-2024-10943 is network-based, allowing remote exploitation. A threat actor would need to:

  1. Identify a target system running the vulnerable Rockwell Automation software
  2. Enumerate or obtain information about the shared authentication secrets
  3. Gather additional required authentication parameters
  4. Craft authentication requests that impersonate legitimate users

The vulnerability does not require user interaction for exploitation, though it does require the attacker to successfully enumerate the additional authentication information needed. This represents a pre-authentication attack that could grant unauthorized access to industrial control systems.

Detection Methods for CVE-2024-10943

Indicators of Compromise

  • Unusual authentication patterns showing single credentials accessing multiple distinct user accounts
  • Failed authentication attempts followed by successful logins from the same source IP but different user accounts
  • Authentication requests with anomalous timing patterns suggesting automated enumeration attempts

Detection Strategies

  • Monitor authentication logs for accounts being accessed from unexpected IP addresses or geographic locations
  • Implement behavioral analytics to detect authentication patterns inconsistent with normal user behavior
  • Deploy network intrusion detection rules to identify potential enumeration attacks against authentication endpoints
  • Review audit logs for privilege escalation or access to resources outside normal user scope

Monitoring Recommendations

  • Enable detailed authentication logging on all Rockwell Automation products
  • Configure alerts for authentication anomalies including multiple account access from single sources
  • Implement real-time monitoring of authentication endpoints for signs of credential stuffing or enumeration
  • Establish baseline authentication patterns to facilitate anomaly detection

How to Mitigate CVE-2024-10943

Immediate Actions Required

  • Review the Rockwell Automation Security Advisory SD1710 for specific remediation guidance
  • Apply vendor-provided patches or updates as they become available
  • Implement network segmentation to limit access to affected systems from untrusted networks
  • Enable additional authentication controls such as multi-factor authentication where supported

Patch Information

Rockwell Automation has published a security advisory (SD1710) addressing this vulnerability. Organizations should consult the official security advisory for specific patch information, affected product versions, and detailed remediation instructions.

Workarounds

  • Restrict network access to affected systems to trusted IP addresses and networks only
  • Implement network segmentation to isolate industrial control systems from general corporate networks
  • Deploy additional authentication layers such as VPN requirements or network access control
  • Monitor and audit all authentication attempts to affected systems for suspicious activity
  • Consider implementing allowlisting for systems that can authenticate to the affected products

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechN/A

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-922
  • Technical References
  • Rockwell Automation Security Advisory
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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