Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-4609

CVE-2024-4609: FactoryTalk View SE SQLi Vulnerability

CVE-2024-4609 is a SQL injection flaw in Rockwell Automation FactoryTalk View SE that allows attackers to inject malicious SQL statements. This post covers the technical details, affected versions, and mitigation.

Published: April 8, 2026

CVE-2024-4609 Overview

A SQL injection vulnerability exists in the Rockwell Automation FactoryTalk® View SE Datalog function that could allow a threat actor to inject malicious SQL statements. This vulnerability is exploitable when the SQL database has no authentication configured or when legitimate credentials have been compromised. Successful exploitation could lead to information exposure, revealing sensitive data, as well as unauthorized modification or deletion of data in a remote database. Notably, this attack vector only affects the HMI design time environment, not the runtime operations.

Critical Impact

Threat actors can exploit this SQL injection vulnerability to access, modify, or delete sensitive data in connected SQL databases, potentially compromising industrial control system configurations during HMI design operations.

Affected Products

  • Rockwell Automation FactoryTalk® View SE (all versions)
  • FactoryTalk View SE Datalog function component
  • HMI design time environments connected to SQL databases

Discovery Timeline

  • May 16, 2024 - CVE-2024-4609 published to NVD
  • January 30, 2025 - Last updated in NVD database

Technical Details for CVE-2024-4609

Vulnerability Analysis

This vulnerability is classified under CWE-89 (SQL Injection) and CWE-20 (Improper Input Validation). The FactoryTalk View SE Datalog function fails to properly sanitize user-supplied input before incorporating it into SQL queries. When the underlying SQL database lacks authentication mechanisms or an attacker has obtained valid credentials, malicious SQL statements can be injected through the Datalog interface.

The attack is network-accessible with low complexity, requiring no special privileges or user interaction to exploit. This makes it particularly concerning for industrial environments where FactoryTalk View SE systems may be exposed on internal networks. While the vulnerability is limited to design time operations rather than runtime, the potential for data exfiltration and manipulation of historical or configuration data represents a significant security risk.

Root Cause

The root cause is improper input validation (CWE-20) in the FactoryTalk View SE Datalog function. User-supplied input is not adequately sanitized before being passed to SQL query construction, allowing attackers to break out of intended query parameters and inject arbitrary SQL commands. The absence of prepared statements or parameterized queries enables direct manipulation of the underlying database operations.

Attack Vector

The attack vector is network-based, allowing remote exploitation. An attacker with network access to the FactoryTalk View SE system can target the Datalog function during HMI design operations. The attack requires either an unauthenticated SQL database configuration or possession of valid database credentials.

The exploitation follows a typical SQL injection pattern: malicious input is crafted to escape the expected query context and execute unauthorized SQL commands. This could include UNION SELECT statements for data extraction, UPDATE or DELETE statements for data manipulation, or other SQL commands depending on database permissions.

Detection Methods for CVE-2024-4609

Indicators of Compromise

  • Unusual SQL query patterns in database logs originating from FactoryTalk View SE systems
  • Unexpected database read operations accessing sensitive configuration or historical data
  • Unauthorized modifications or deletions in FactoryTalk-related database tables
  • Failed or anomalous authentication attempts to SQL databases from HMI workstations

Detection Strategies

  • Monitor SQL database audit logs for injection patterns such as UNION SELECT, OR 1=1, comment sequences (--, /**/), or stacked queries
  • Implement network traffic analysis to detect anomalous data flows between FactoryTalk View SE systems and SQL databases
  • Deploy application-layer firewalls or web application firewalls capable of detecting SQL injection attempts
  • Configure SIEM rules to alert on unusual database operations during non-standard design time hours

Monitoring Recommendations

  • Enable detailed SQL query logging on databases connected to FactoryTalk View SE
  • Implement real-time alerting for database schema changes or bulk data operations
  • Monitor FactoryTalk View SE application logs for unusual Datalog function activity
  • Establish baseline behavior for design time operations to identify anomalous patterns

How to Mitigate CVE-2024-4609

Immediate Actions Required

  • Review and apply patches or updates from Rockwell Automation as detailed in Security Advisory SD1670
  • Ensure SQL databases connected to FactoryTalk View SE have strong authentication enabled
  • Implement network segmentation to limit access to FactoryTalk View SE systems and associated databases
  • Audit and rotate any database credentials that may have been compromised
  • Restrict network access to FactoryTalk View SE design time environments to authorized personnel only

Patch Information

Rockwell Automation has released a security advisory (SD1670) addressing this vulnerability. Organizations should consult the Rockwell Automation Security Advisory for specific patch information, affected version details, and upgrade guidance. Contact Rockwell Automation support or authorized distributors for the latest firmware and software updates.

Workarounds

  • Enable authentication on all SQL databases connected to FactoryTalk View SE systems
  • Implement principle of least privilege for database accounts used by FactoryTalk View SE
  • Deploy network-level access controls to restrict connectivity to trusted sources only
  • Consider implementing a database firewall or SQL activity monitoring solution
  • Isolate HMI design time environments from production networks where possible
bash
# Example: Verify SQL database authentication is enabled
# Check SQL Server authentication mode (Windows example)
sqlcmd -S localhost -Q "SELECT SERVERPROPERTY('IsIntegratedSecurityOnly')"
# Result of 0 indicates mixed mode; ensure strong passwords are configured
# Result of 1 indicates Windows Authentication only

# Restrict network access to SQL database (firewall rule example)
netsh advfirewall firewall add rule name="Restrict SQL Access" dir=in action=allow protocol=TCP localport=1433 remoteip=<authorized_HMI_IP>

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechRockwellautomation Factorytalk View

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-20

  • CWE-89
  • Vendor Resources
  • Rockwell Automation Security Advisory
  • Related CVEs
  • CVE-2025-9064: FactoryTalk View Path Traversal Flaw

  • CVE-2024-45824: FactoryTalk View RCE Vulnerability

  • CVE-2023-2071: Rockwell FactoryTalk View RCE 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