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

CVE-2024-1490: WAGO PLC OpenVPN RCE Vulnerability

CVE-2024-1490 is a remote code execution vulnerability in WAGO PLC's OpenVPN configuration that allows authenticated attackers with high privileges to execute arbitrary commands. This article covers technical details, impact, and mitigation.

Published: April 9, 2026

CVE-2024-1490 Overview

CVE-2024-1490 is a command injection vulnerability affecting WAGO Programmable Logic Controllers (PLCs) through their web-based management interface. An authenticated remote attacker with high privileges can exploit the OpenVPN configuration functionality to execute arbitrary shell commands on the affected device. When user-defined scripts are permitted, the OpenVPN integration may allow an attacker to bypass intended security controls and gain full command execution capabilities on the underlying system.

Critical Impact

Successful exploitation allows authenticated attackers with administrative privileges to execute arbitrary commands on WAGO PLCs, potentially compromising industrial control systems and operational technology environments.

Affected Products

  • WAGO PLCs with web-based management interface
  • WAGO devices with OpenVPN configuration capability
  • WAGO PLCs where user-defined scripts are permitted

Discovery Timeline

  • 2026-04-09 - CVE CVE-2024-1490 published to NVD
  • 2026-04-09 - Last updated in NVD database

Technical Details for CVE-2024-1490

Vulnerability Analysis

This vulnerability is classified as CWE-94 (Improper Control of Generation of Code), commonly known as Code Injection. The flaw exists in the web-based management interface of WAGO PLCs, specifically within the OpenVPN configuration handling mechanism. When an administrator configures OpenVPN settings through the web interface and user-defined scripts are enabled, the system fails to properly sanitize or validate input parameters before passing them to shell command execution routines.

The attack requires network access to the management interface and valid high-privilege credentials. Once authenticated, an attacker can craft malicious OpenVPN configuration parameters that contain embedded shell commands. When the system processes these configuration values, the unsanitized input is passed to a shell interpreter, resulting in arbitrary command execution with the privileges of the underlying service.

Root Cause

The root cause of CVE-2024-1490 stems from insufficient input validation and sanitization in the OpenVPN configuration processing logic. The web-based management interface accepts user-supplied configuration data and incorporates it into system operations without properly escaping or filtering shell metacharacters. When user-defined scripts are permitted in the OpenVPN configuration, this creates a direct path from user input to command execution, allowing injection of arbitrary shell commands.

Attack Vector

The attack is conducted remotely over the network through the web-based management interface. An attacker must first authenticate to the management interface with high-privilege credentials, such as an administrator account. Once authenticated, the attacker navigates to the OpenVPN configuration section and injects malicious shell commands within configuration parameters. These commands are then executed when the system processes the OpenVPN configuration, particularly when user-defined scripts are enabled.

The vulnerability requires the following conditions:

  • Network access to the WAGO PLC management interface
  • Valid credentials with high privileges (typically administrator)
  • User-defined scripts enabled in OpenVPN configuration

For detailed technical information about this vulnerability, refer to the CERT@VDE Advisory VDE-2024-008.

Detection Methods for CVE-2024-1490

Indicators of Compromise

  • Unexpected modifications to OpenVPN configuration files on WAGO PLCs
  • Unusual process execution or shell activity originating from the web management service
  • Authentication logs showing repeated access to OpenVPN configuration endpoints
  • Network traffic anomalies indicating command and control communications from PLC devices

Detection Strategies

  • Monitor web management interface logs for suspicious OpenVPN configuration changes
  • Implement network intrusion detection rules to identify malformed configuration requests containing shell metacharacters
  • Deploy industrial protocol monitoring to detect anomalous behavior from PLC devices
  • Review authentication logs for unauthorized or unusual high-privilege account access

Monitoring Recommendations

  • Enable comprehensive logging on WAGO PLC management interfaces
  • Establish baseline behavior for OpenVPN configuration activities and alert on deviations
  • Monitor outbound network connections from PLC devices for unauthorized communications
  • Implement file integrity monitoring on OpenVPN configuration directories

How to Mitigate CVE-2024-1490

Immediate Actions Required

  • Restrict network access to the web-based management interface using firewalls and network segmentation
  • Disable user-defined scripts in OpenVPN configuration if not required for operations
  • Review and strengthen authentication credentials for high-privilege accounts
  • Audit existing OpenVPN configurations for potentially malicious entries
  • Implement network monitoring for connections to and from affected WAGO PLCs

Patch Information

Organizations should consult the official WAGO security advisories and the CERT@VDE Advisory VDE-2024-008 for the latest patch information and firmware updates. Apply vendor-provided security updates as soon as they become available after testing in a non-production environment.

Workarounds

  • Disable user-defined scripts functionality in OpenVPN configuration to prevent command injection
  • Restrict management interface access to trusted networks and authorized IP addresses only
  • Implement multi-factor authentication for management interface access where supported
  • Place WAGO PLCs behind a demilitarized zone (DMZ) with strict ingress and egress filtering
  • Consider using a VPN to access management interfaces rather than exposing them directly
bash
# Network segmentation example - restrict management interface access
# Firewall rule to limit access to WAGO PLC management port (example)
iptables -A INPUT -p tcp --dport 443 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechOpenvpn

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.23%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Technical References
  • CERTVDE Advisory VDE-2024-008

  • CERTVDE CSAF Document VDE-2024-008
  • Related CVEs
  • CVE-2026-30815: TP-Link Archer AX53 RCE Vulnerability

  • CVE-2026-30816: TP-Link AX53 Information Disclosure Flaw

  • CVE-2026-2738: ovpn-dco-win Buffer Overflow Vulnerability

  • CVE-2025-15497: OpenVPN Denial of Service 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