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-2025-58428

CVE-2025-58428: TLS4B ATG System RCE Vulnerability

CVE-2025-58428 is a remote code execution flaw in TLS4B ATG System's SOAP interface that allows authenticated attackers to execute system commands. This article covers technical details, impact, and mitigation.

Published: April 8, 2026

CVE-2025-58428 Overview

CVE-2025-58428 is a critical command injection vulnerability affecting the TLS4B ATG system's SOAP-based interface. The vulnerability exists due to the interface's accessibility through the web services handler, which fails to properly sanitize user-supplied input before passing it to system-level commands. This flaw enables remote attackers with valid credentials to execute arbitrary system-level commands on the underlying Linux operating system.

The impact of successful exploitation is severe, potentially allowing attackers to achieve remote command execution, gain full shell access to the affected system, and leverage this foothold for lateral movement within the operational technology (OT) network. Given that ATG (Automatic Tank Gauge) systems are commonly deployed in critical infrastructure environments such as fuel storage and distribution facilities, this vulnerability poses significant risks to industrial control systems.

Critical Impact

Remote attackers with valid credentials can execute system-level commands on the underlying Linux system, enabling full shell access and potential lateral movement within the network.

Affected Products

  • TLS4B ATG System (SOAP-based web services interface)
  • Veeder-Root TLS systems with vulnerable firmware versions
  • Industrial control systems utilizing the affected SOAP handler

Discovery Timeline

  • October 23, 2025 - CVE-2025-58428 published to NVD
  • October 27, 2025 - Last updated in NVD database

Technical Details for CVE-2025-58428

Vulnerability Analysis

This vulnerability is classified as CWE-77: Improper Neutralization of Special Elements used in a Command ('Command Injection'). The TLS4B ATG system exposes a SOAP-based web services interface that processes user requests without adequate input validation. When authenticated users submit specially crafted SOAP requests, the application fails to properly sanitize command parameters before executing them on the underlying Linux operating system.

The network-accessible nature of this vulnerability significantly increases its risk profile. Attackers can exploit this flaw remotely without requiring physical access to the device, though valid credentials are necessary for successful exploitation. Once authenticated, an attacker can inject malicious commands that execute with the privileges of the web services process, potentially running as root or with elevated permissions on the embedded Linux system.

Root Cause

The root cause of CVE-2025-58428 lies in insufficient input validation within the SOAP request handler. The web services interface accepts user-controlled parameters and passes them directly to system commands without proper sanitization or parameterization. This allows special shell characters and command separators to be interpreted by the underlying shell, enabling command injection attacks.

The vulnerability is compounded by the architectural decision to expose the SOAP interface through the web services handler without implementing adequate security controls such as input whitelisting, command parameterization, or sandboxed execution environments.

Attack Vector

The attack vector for this vulnerability involves sending specially crafted SOAP requests to the TLS4B ATG system's web services endpoint. An attacker must first obtain valid credentials, either through credential theft, brute force attacks, or by exploiting default credentials that may be present on the system.

Once authenticated, the attacker constructs SOAP requests containing malicious payloads within parameters that are subsequently passed to system commands. The injected commands execute on the underlying Linux system, allowing the attacker to read sensitive files, modify system configurations, establish persistent backdoors, or pivot to other systems on the network.

For detailed technical information about this vulnerability, refer to the CISA ICS Advisory ICSA-25-296-03 and the GitHub CSAF JSON File.

Detection Methods for CVE-2025-58428

Indicators of Compromise

  • Unusual SOAP requests containing shell metacharacters such as ;, |, &, $(), or backticks in request parameters
  • Unexpected processes spawned by the web services handler on ATG systems
  • Anomalous outbound network connections from ATG devices to external IP addresses
  • Evidence of command execution logs showing unauthorized system commands

Detection Strategies

  • Deploy network intrusion detection systems (NIDS) with signatures for command injection patterns in SOAP traffic destined for ATG systems
  • Monitor authentication logs for failed login attempts followed by successful authentication to detect credential-based attacks
  • Implement application-layer firewalls capable of inspecting SOAP requests for malicious payloads
  • Configure SIEM rules to alert on command injection patterns within web services traffic

Monitoring Recommendations

  • Enable verbose logging on TLS4B ATG systems to capture all SOAP requests and system command execution
  • Establish baseline network behavior for ATG systems and alert on deviations indicating potential exploitation
  • Monitor process trees on ATG systems for child processes spawned by web services components
  • Implement file integrity monitoring on critical system files and configurations

How to Mitigate CVE-2025-58428

Immediate Actions Required

  • Restrict network access to TLS4B ATG systems using network segmentation and firewall rules to limit exposure
  • Change all default credentials on ATG systems and implement strong password policies
  • Review and audit user accounts with access to the SOAP interface, removing unnecessary access
  • Isolate affected ATG systems from general IT networks pending patch deployment

Patch Information

Veeder-Root has released security updates to address this vulnerability. Administrators should download the latest firmware from the Veeder Software Downloads portal. Prior to applying updates, review the Veeder Network Security Reminder for additional hardening recommendations and best practices for securing ATG systems.

Organizations should prioritize patching based on the critical severity of this vulnerability and the potential impact on operational technology environments. Testing patches in a staging environment before production deployment is recommended.

Workarounds

  • Implement strict network segmentation to isolate ATG systems from untrusted networks and the internet
  • Deploy a web application firewall (WAF) in front of the SOAP interface to filter malicious requests
  • Disable the SOAP-based web services interface if not operationally required until patches can be applied
  • Implement multi-factor authentication for access to the ATG management interface where supported
bash
# Network segmentation example using iptables
# Restrict SOAP interface access to authorized management IPs only
iptables -A INPUT -p tcp --dport 80 -s 10.10.10.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 10.10.10.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
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/TechTls4b

  • SeverityCRITICAL

  • CVSS Score9.4

  • EPSS Probability0.79%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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-77
  • Technical References
  • GitHub CSAF JSON File

  • CISA ICS Advisory ICSA-25-296-03

  • Veeder Network Security Reminder

  • Veeder Software Downloads
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync 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