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

CVE-2025-14376: Verve Asset Manager Info Disclosure Flaw

CVE-2025-14376 is an information disclosure vulnerability in Verve Asset Manager's legacy ADI server component, exposing plaintext secrets in environment variables. This article covers technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2025-14376 Overview

A security issue was discovered within the legacy ADI server component of Verve Asset Manager, caused by plaintext secrets stored in environment variables on the ADI server. This vulnerability represents a significant information exposure risk where sensitive credentials and secrets are stored without adequate protection, potentially allowing attackers with local access to retrieve authentication tokens, API keys, or other sensitive data critical to the industrial control system environment.

Critical Impact

Plaintext storage of secrets in environment variables can lead to credential theft and unauthorized access to critical operational technology (OT) systems, potentially compromising industrial asset management infrastructure.

Affected Products

  • Verve Asset Manager (ADI Server Component)
  • Verve Asset Manager versions prior to 1.36

Discovery Timeline

  • 2026-01-20 - CVE CVE-2025-14376 published to NVD
  • 2026-01-20 - Last updated in NVD database

Technical Details for CVE-2025-14376

Vulnerability Analysis

This vulnerability falls under CWE-922 (Insecure Storage of Sensitive Information), which occurs when an application stores sensitive information without properly limiting access to authorized users. In this case, the legacy ADI server component of Verve Asset Manager stores secrets in plaintext within environment variables, making them accessible to any process or user with local access to the server.

The vulnerability requires local access and high privileges to exploit, but the potential impact extends beyond the immediately compromised system. With valid credentials exposed, attackers could pivot to additional systems within the industrial control environment, leading to both vertical and horizontal privilege escalation across the asset management infrastructure.

Root Cause

The root cause of this vulnerability is the improper handling of sensitive credential information within the ADI server component. Instead of utilizing secure credential storage mechanisms such as encrypted credential stores, hardware security modules (HSMs), or secure vault solutions, the application stores secrets directly in environment variables. Environment variables are inherently insecure for storing secrets because they can be read by any process running under the same user context, may appear in process listings, can be logged inadvertently, and persist in memory.

Attack Vector

This vulnerability has a local attack vector, meaning an attacker would need some level of authenticated access to the system hosting the ADI server component. The attack sequence typically involves:

  1. Gaining initial access to the target system through compromised credentials, physical access, or exploitation of another vulnerability
  2. Enumerating environment variables using standard operating system commands
  3. Extracting plaintext secrets from the exposed environment variables
  4. Leveraging the stolen credentials to access additional systems or escalate privileges within the Verve Asset Manager environment

The vulnerability is particularly concerning in industrial control system (ICS) environments where Verve Asset Manager is commonly deployed, as credential compromise could impact operational technology infrastructure.

Detection Methods for CVE-2025-14376

Indicators of Compromise

  • Unexpected access to environment variable listings by non-administrative users
  • Anomalous authentication attempts using credentials associated with the ADI server component
  • Process execution patterns indicating environment variable enumeration on ADI server hosts
  • Unusual lateral movement originating from systems running the ADI server component

Detection Strategies

  • Monitor for command execution that queries environment variables such as printenv, env, or set commands on ADI server hosts
  • Implement file integrity monitoring on ADI server configuration and startup scripts
  • Enable audit logging for all access to sensitive systems running legacy Verve Asset Manager components
  • Deploy endpoint detection and response (EDR) solutions to identify credential theft behaviors

Monitoring Recommendations

  • Configure security information and event management (SIEM) rules to alert on suspicious environment variable access patterns
  • Establish baseline behavior for ADI server component processes and alert on deviations
  • Monitor authentication logs for use of credentials associated with the ADI server from unexpected sources
  • Implement network segmentation monitoring to detect unauthorized lateral movement from ADI server hosts

How to Mitigate CVE-2025-14376

Immediate Actions Required

  • Identify all systems running the legacy ADI server component of Verve Asset Manager
  • Migrate away from the legacy ADI server component, which has been optional since the 1.36 release in 2024
  • Rotate all credentials and secrets that may have been stored in plaintext environment variables
  • Implement network segmentation to isolate any systems that cannot be immediately migrated

Patch Information

Rockwell Automation has published a security advisory regarding this vulnerability. The recommended remediation is to upgrade to Verve Asset Manager version 1.36 or later and disable or remove the legacy ADI server component, which has been retired. Organizations should review the Rockwell Automation Security Advisory for specific upgrade guidance and patch information.

Workarounds

  • Disable the legacy ADI server component if it is not operationally required
  • Implement strict access controls limiting which users and processes can access the ADI server host
  • Use application allowlisting to prevent unauthorized enumeration of environment variables
  • Deploy compensating controls such as network segmentation and enhanced monitoring while planning migration to supported versions
bash
# Example: Restrict environment variable access on Linux hosts
# Limit permissions on sensitive configuration files
chmod 600 /etc/environment
chmod 600 ~/.bash_profile

# Audit environment variable access
auditctl -w /proc -p r -k env_access

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechVerve Asset Manager

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:N/VC:H/VI:H/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-922
  • Technical References
  • Rockwell Automation Security Advisory
  • Related CVEs
  • CVE-2025-14377: Verve Asset Manager Info Disclosure Flaw
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