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

CVE-2025-3621: ActADUR Local Server RCE Vulnerability

CVE-2025-3621 is a critical remote code execution vulnerability in ActADUR local server by ProTNS. It allows attackers to execute arbitrary code on host systems. This article covers technical details, affected versions, and mitigation.

Published: April 15, 2026

CVE-2025-3621 Overview

CVE-2025-3621 is a critical vulnerability affecting the ActADUR local server product developed and maintained by ProTNS. This vulnerability enables Remote Code Inclusion on host systems through a combination of security flaws including Command Injection (CWE-77), Use of Hard-coded Credentials, Improper Authentication, and Binding to an Unrestricted IP Address.

The vulnerability chain allows attackers on an adjacent network to compromise affected systems without requiring authentication or user interaction, potentially leading to complete system takeover.

Critical Impact

Attackers can achieve remote code execution on vulnerable ActADUR servers through command injection, leveraging hard-coded credentials and improper authentication to gain unauthorized access to host systems.

Affected Products

  • ActADUR versions from v2.0.1.9 before v2.0.2.0
  • ProTNS ActADUR local server deployments
  • Systems running vulnerable ActADUR configurations with network exposure

Discovery Timeline

  • 2025-07-15 - CVE-2025-3621 published to NVD
  • 2025-07-15 - Last updated in NVD database

Technical Details for CVE-2025-3621

Vulnerability Analysis

This vulnerability represents a compound security weakness in the ProTNS ActADUR local server product. The flaw enables remote code inclusion through multiple attack surfaces that, when combined, create a severe risk to affected systems.

The Command Injection component (CWE-77) allows improper neutralization of special elements used in commands, meaning user-controlled input is passed to system command execution without adequate sanitization. Combined with hard-coded credentials embedded in the application, attackers can bypass authentication mechanisms entirely.

The improper authentication flaw compounds the issue by failing to properly verify user identity before granting access to sensitive functionality. Additionally, the binding to an unrestricted IP address means the vulnerable service may be accessible from any network interface, expanding the attack surface beyond intended boundaries.

Successful exploitation allows attackers to execute arbitrary commands on the underlying host system with the privileges of the ActADUR service, potentially leading to complete system compromise, data exfiltration, and lateral movement within the network.

Root Cause

The root cause stems from multiple insecure development practices in the ActADUR local server:

  1. Insufficient input sanitization - User-supplied input is directly incorporated into system commands without proper validation or escaping of special characters
  2. Hard-coded credentials - Authentication secrets are embedded directly in the application code, making them discoverable through reverse engineering or code analysis
  3. Weak authentication design - The authentication mechanism fails to properly verify user identity before granting access to privileged operations
  4. Overly permissive network binding - The service binds to all network interfaces (0.0.0.0) rather than restricting to localhost or specific trusted networks

Attack Vector

The attack requires adjacent network access, meaning the attacker must be on the same network segment or have the ability to reach the vulnerable ActADUR service. The attack flow follows this pattern:

  1. The attacker identifies an ActADUR server accessible from the adjacent network
  2. Using the hard-coded credentials embedded in the application, the attacker bypasses authentication
  3. The attacker crafts malicious input containing command injection payloads
  4. The vulnerable application executes the injected commands with the service's privileges
  5. The attacker achieves arbitrary code execution on the host system

The vulnerability can be exploited by injecting shell metacharacters or command separators into input fields that are subsequently passed to system command execution functions. Common injection techniques include using characters like semicolons, pipes, backticks, or command substitution syntax to chain arbitrary commands.

Detection Methods for CVE-2025-3621

Indicators of Compromise

  • Unusual command execution patterns originating from ActADUR server processes
  • Authentication attempts using known hard-coded credential patterns
  • Network connections from ActADUR services to unexpected external hosts
  • System logs showing command injection patterns such as shell metacharacters in input fields
  • Unexpected child processes spawned by the ActADUR service

Detection Strategies

  • Monitor process execution chains for ActADUR services spawning unexpected child processes such as shells or system utilities
  • Implement network traffic analysis to detect unusual connection patterns from ActADUR server ports
  • Deploy file integrity monitoring on ActADUR installation directories to detect unauthorized modifications
  • Configure authentication logging to capture failed and successful login attempts against ActADUR services

Monitoring Recommendations

  • Enable verbose logging on ActADUR servers and forward logs to centralized SIEM solutions
  • Implement network segmentation monitoring to detect lateral movement attempts from compromised ActADUR hosts
  • Set up alerts for process execution anomalies involving the ActADUR service account
  • Monitor for reconnaissance activity targeting ActADUR service ports on the adjacent network

How to Mitigate CVE-2025-3621

Immediate Actions Required

  • Update ActADUR to version v2.0.2.0 or above immediately
  • Implement network segmentation to restrict access to ActADUR servers from untrusted network segments
  • Review firewall rules to ensure ActADUR services are only accessible from authorized systems
  • Audit system logs for any indicators of prior exploitation attempts

Patch Information

ProTNS has released version v2.0.2.0 to address this vulnerability. Organizations running ActADUR versions from v2.0.1.9 before v2.0.2.0 should apply this update immediately. For detailed patch information and download instructions, refer to the ProTNS Security Resource.

The update addresses all four vulnerability components: command injection, hard-coded credentials, improper authentication, and unrestricted IP binding.

Workarounds

  • Implement strict network access controls to limit connectivity to ActADUR servers to trusted hosts only
  • Deploy a web application firewall or network-based intrusion prevention system to filter malicious command injection patterns
  • If possible, bind the ActADUR service to localhost or specific trusted interfaces rather than all network interfaces
  • Implement additional authentication layers such as VPN or network-level authentication before accessing ActADUR services
  • Monitor all ActADUR server activity closely until patches can be applied

Organizations should apply the official patch as soon as possible, as workarounds provide only partial protection against exploitation attempts.

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechActadur

  • SeverityCRITICAL

  • CVSS Score9.4

  • EPSS Probability0.18%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:L/SC:H/SI:H/SA:L/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-77
  • Technical References
  • ProTNS Security Resource
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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