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

CVE-2025-13658: Longwatch Devices RCE Vulnerability

CVE-2025-13658 is a remote code execution flaw in Longwatch devices that allows unauthenticated attackers to execute arbitrary code with SYSTEM privileges. This post covers technical details, affected versions, and mitigation.

Published: April 1, 2026

CVE-2025-13658 Overview

A critical vulnerability exists in Longwatch devices that allows unauthenticated attackers to execute arbitrary code via specially crafted HTTP GET requests. The vulnerability stems from an exposed endpoint combined with the absence of code signing and execution controls, enabling attackers to achieve SYSTEM-level privileges without any authentication.

This Remote Code Execution (RCE) vulnerability represents a severe risk to industrial control system (ICS) environments where Longwatch devices are deployed. The network-accessible nature of the attack vector, combined with no authentication requirements and SYSTEM-level privilege escalation, makes this vulnerability particularly dangerous for critical infrastructure.

Critical Impact

Unauthenticated remote attackers can execute arbitrary code with SYSTEM-level privileges on vulnerable Longwatch devices, potentially compromising entire ICS environments.

Affected Products

  • Longwatch devices (specific versions not disclosed in advisory)

Discovery Timeline

  • 2025-12-02 - CVE-2025-13658 published to NVD
  • 2025-12-04 - Last updated in NVD database

Technical Details for CVE-2025-13658

Vulnerability Analysis

This vulnerability is classified as CWE-94 (Improper Control of Generation of Code - Code Injection), a weakness that occurs when software constructs all or part of a code segment using externally-influenced input without properly neutralizing special elements that could modify the intended code behavior.

The vulnerable Longwatch devices expose an HTTP endpoint that processes incoming GET requests without proper authentication or authorization controls. Additionally, the devices lack code signing mechanisms and execution controls that would typically prevent unauthorized code from running on the system.

The absence of these fundamental security controls creates a direct path for attackers to inject and execute malicious code. When exploitation is successful, the attacker gains SYSTEM-level privileges, representing the highest level of access on Windows-based systems.

Root Cause

The root cause of this vulnerability is a combination of missing security controls:

  1. Missing Authentication: The vulnerable HTTP endpoint does not require any form of authentication, allowing any network-accessible attacker to send requests.

  2. Absent Code Signing: The device does not implement code signing verification, meaning it cannot distinguish between legitimate firmware/code and malicious payloads.

  3. No Execution Controls: Without proper execution controls or sandboxing, any code that reaches the execution path runs with full system privileges.

These architectural weaknesses are common in legacy ICS devices that were designed before modern security practices became standard.

Attack Vector

The attack is network-based and requires no user interaction or prior authentication. An attacker with network access to the vulnerable Longwatch device can send a malicious HTTP GET request to the exposed endpoint. The request payload contains arbitrary code that the device executes without validation, resulting in SYSTEM-level compromise.

The attack flow typically involves:

  1. Network reconnaissance to identify Longwatch devices
  2. Crafting a malicious HTTP GET request targeting the vulnerable endpoint
  3. Including arbitrary code within the request parameters
  4. The device processes and executes the code with SYSTEM privileges

Due to the sensitive nature of this ICS vulnerability and the absence of verified proof-of-concept code, specific exploitation details are not provided. Technical details can be found in the CISA ICS Advisory ICSA-25-336-01.

Detection Methods for CVE-2025-13658

Indicators of Compromise

  • Unusual HTTP GET requests to Longwatch device endpoints from unexpected source IP addresses
  • Unexpected processes spawning with SYSTEM privileges on Longwatch devices
  • Anomalous outbound network connections from Longwatch devices indicating potential command-and-control communication
  • Log entries showing access to administrative endpoints without corresponding authentication events

Detection Strategies

  • Monitor network traffic for HTTP GET requests to Longwatch devices, particularly those containing suspicious payload patterns or encoded commands
  • Implement network intrusion detection rules to identify exploitation attempts targeting exposed Longwatch endpoints
  • Deploy behavioral analysis to detect anomalous process execution or privilege escalation on ICS devices
  • Review system logs for unauthorized code execution or unexpected service modifications

Monitoring Recommendations

  • Establish baseline network behavior for Longwatch devices and alert on deviations
  • Implement continuous monitoring of HTTP traffic to and from ICS devices using industrial-grade network monitoring solutions
  • Deploy SentinelOne Singularity for endpoint detection on compatible systems to identify post-exploitation activities
  • Enable verbose logging on network firewalls and ICS-specific security monitoring tools

How to Mitigate CVE-2025-13658

Immediate Actions Required

  • Isolate vulnerable Longwatch devices from direct network access by placing them behind properly configured firewalls
  • Implement network segmentation to restrict access to ICS devices from trusted management networks only
  • Disable or block external HTTP access to Longwatch devices until patches are available
  • Conduct an inventory assessment to identify all Longwatch devices in your environment

Patch Information

Organizations should refer to the CISA ICS Advisory ICSA-25-336-01 for the latest vendor patch information and remediation guidance. Contact Longwatch directly for firmware updates addressing this vulnerability.

SentinelOne customers benefit from proactive threat intelligence and behavioral detection capabilities that can identify exploitation attempts and post-compromise activities associated with this vulnerability.

Workarounds

  • Implement strict network access controls using firewalls to limit HTTP access to Longwatch devices to authorized management stations only
  • Deploy a web application firewall (WAF) in front of Longwatch devices to filter malicious HTTP requests
  • Use VPN or other secure remote access solutions for any required external access to ICS environments
  • Enable network monitoring and logging for all traffic to/from Longwatch devices to aid in incident detection and response
bash
# Example firewall rule to restrict Longwatch device access (adjust IP ranges as needed)
# Allow only trusted management network
iptables -A INPUT -s 10.10.0.0/24 -d <LONGWATCH_IP> -p tcp --dport 80 -j ACCEPT
iptables -A INPUT -d <LONGWATCH_IP> -p tcp --dport 80 -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/TechLongwatch

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/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-94
  • Technical References
  • CISA ICS Advisory ICSA-25-336-01
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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