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
    • 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-22455

CVE-2025-22455: Ivanti Workspace Control Info Disclosure

CVE-2025-22455 is an information disclosure vulnerability in Ivanti Workspace Control caused by a hardcoded key that exposes SQL credentials. This article covers the technical details, affected versions, and mitigations.

Updated: January 22, 2026

CVE-2025-22455 Overview

A hardcoded cryptographic key vulnerability has been identified in Ivanti Workspace Control before version 10.19.0.0. This security flaw allows a local authenticated attacker to decrypt stored SQL credentials, potentially exposing sensitive database access information. The vulnerability stems from improper key management practices where a static encryption key is embedded directly in the application code, enabling attackers to reverse-engineer the decryption process.

Critical Impact

Local authenticated attackers can decrypt stored SQL credentials, potentially leading to unauthorized database access, data exfiltration, and lateral movement within the enterprise environment.

Affected Products

  • Ivanti Workspace Control versions prior to 10.19.0.0
  • Enterprise deployments utilizing SQL credential storage within Workspace Control
  • Organizations with local user access to Workspace Control installations

Discovery Timeline

  • 2025-06-10 - CVE-2025-22455 published to NVD
  • 2025-07-10 - Last updated in NVD database

Technical Details for CVE-2025-22455

Vulnerability Analysis

This vulnerability is classified under CWE-321 (Use of Hard-coded Cryptographic Key), representing a fundamental cryptographic weakness in the application's credential storage mechanism. The flaw exists because Ivanti Workspace Control uses a hardcoded encryption key to protect stored SQL database credentials. Since this key is static and embedded within the application, any local authenticated user with access to the application files can potentially extract the key and use it to decrypt stored credentials.

The local attack vector requires the attacker to have authenticated access to the system where Workspace Control is installed. Once authenticated, the attacker can leverage the hardcoded key to decrypt SQL credentials without requiring additional privileges, effectively bypassing the intended security controls designed to protect sensitive database connection information.

Root Cause

The root cause of CVE-2025-22455 is the implementation of a hardcoded cryptographic key within the Ivanti Workspace Control application for encrypting SQL credentials. Rather than utilizing dynamic key generation, key derivation functions, or secure key management solutions (such as hardware security modules or OS-level credential stores), the developers embedded a static encryption key directly in the application. This design decision means that all installations of vulnerable versions share the same encryption key, making credential decryption trivial once the key is extracted.

Attack Vector

The attack requires local access to a system running Ivanti Workspace Control. An authenticated local attacker can exploit this vulnerability through the following general approach:

  1. Gain local authenticated access to a Windows system running vulnerable Ivanti Workspace Control
  2. Locate the application files or configuration data containing the hardcoded encryption key
  3. Extract the static cryptographic key from the application binaries or configuration
  4. Identify stored encrypted SQL credentials within the Workspace Control configuration
  5. Apply the extracted key to decrypt the SQL credentials
  6. Use the recovered credentials to access backend SQL databases

The vulnerability does not require user interaction and can be exploited with low complexity once local access is obtained. Successful exploitation results in high impact to confidentiality, integrity, and availability as the attacker gains access to database credentials.

Detection Methods for CVE-2025-22455

Indicators of Compromise

  • Unusual access to Ivanti Workspace Control configuration files or binaries by non-administrator users
  • Unexpected read operations on files containing encrypted SQL credentials
  • Anomalous database connection attempts using credentials associated with Workspace Control
  • Evidence of reverse engineering tools or memory analysis utilities running on systems with Workspace Control installed
  • Unauthorized access to SQL databases from Workspace Control servers

Detection Strategies

  • Monitor file access patterns to Ivanti Workspace Control installation directories for suspicious activity
  • Implement database audit logging to detect unauthorized connection attempts using Workspace Control service accounts
  • Deploy endpoint detection and response (EDR) solutions to identify credential extraction attempts
  • Review Windows Security Event logs for abnormal local authentication patterns on affected systems

Monitoring Recommendations

  • Enable comprehensive audit logging on systems running Ivanti Workspace Control
  • Configure database monitoring to alert on connections from unexpected sources using Workspace Control credentials
  • Implement file integrity monitoring on critical Workspace Control configuration files
  • Establish baseline network behavior for Workspace Control database communications to detect anomalies

How to Mitigate CVE-2025-22455

Immediate Actions Required

  • Upgrade Ivanti Workspace Control to version 10.19.0.0 or later immediately
  • Rotate all SQL credentials stored within Workspace Control after applying the patch
  • Audit database access logs for any unauthorized connections using Workspace Control credentials
  • Review local user access to systems running Workspace Control and implement least-privilege principles
  • Consider implementing additional access controls and monitoring on affected systems until patching is complete

Patch Information

Ivanti has released a security update addressing this vulnerability in Workspace Control version 10.19.0.0. Organizations should prioritize upgrading to this version or later to remediate the hardcoded key vulnerability. After upgrading, it is critical to rotate all SQL credentials that were previously stored using the vulnerable encryption mechanism, as they may have been compromised.

For complete details, refer to the Ivanti Security Advisory.

Workarounds

  • Restrict local access to systems running Ivanti Workspace Control to only essential personnel
  • Implement network segmentation to limit access from Workspace Control servers to SQL databases
  • Enable enhanced monitoring and alerting for SQL credential usage patterns
  • Consider using alternative credential storage mechanisms such as Windows Credential Manager or enterprise secrets management solutions until the patch can be applied
  • Implement additional authentication controls on backend SQL databases to reduce impact of potential credential exposure
bash
# Post-patch credential rotation verification
# Verify Ivanti Workspace Control version
wmic product where "name like '%Ivanti Workspace Control%'" get version

# After confirming version 10.19.0.0 or later, rotate SQL credentials
# and update Workspace Control configuration with new credentials

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechIvanti Workspace Control

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-321
  • Vendor Resources
  • Ivanti Security Advisory for CVEs
  • Related CVEs
  • CVE-2025-5353: Ivanti Workspace Control Disclosure Flaw

  • CVE-2025-22463: Ivanti Workspace Control Info Disclosure
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