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-2024-13843

CVE-2024-13843: Ivanti Connect Secure Info Disclosure Bug

CVE-2024-13843 is an information disclosure flaw in Ivanti Connect Secure that enables local authenticated admins to access cleartext sensitive data. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2024-13843 Overview

CVE-2024-13843 is a cleartext storage of sensitive information vulnerability affecting Ivanti Connect Secure before version 22.7R2.6 and Ivanti Policy Secure before version 22.7R1.3. This vulnerability allows a local authenticated attacker with administrator privileges to read sensitive data that should otherwise be protected through encryption or other secure storage mechanisms.

Critical Impact

Administrative users with local access can extract sensitive information stored in cleartext, potentially compromising credentials, configuration data, or other confidential information managed by these VPN and access control appliances.

Affected Products

  • Ivanti Connect Secure versions prior to 22.7R2.6
  • Ivanti Policy Secure versions prior to 22.7R1.3
  • All Ivanti Connect Secure 22.7 releases from R1 through R2.5

Discovery Timeline

  • February 11, 2025 - CVE-2024-13843 published to NVD
  • February 20, 2025 - Last updated in NVD database

Technical Details for CVE-2024-13843

Vulnerability Analysis

This vulnerability is classified under CWE-312 (Cleartext Storage of Sensitive Information), which occurs when an application stores sensitive data in cleartext within a resource that might be accessible to other users or attackers. In the context of Ivanti Connect Secure and Policy Secure appliances, this means that sensitive data—which could include authentication credentials, session tokens, encryption keys, or configuration secrets—is stored without proper encryption or obfuscation.

The attack requires local access to the affected system and administrative privileges, which limits the attack surface but does not eliminate the risk. Insider threats, compromised administrator accounts, or attackers who have already gained elevated access through other means could leverage this vulnerability to harvest sensitive information for further attacks or lateral movement.

Root Cause

The root cause stems from improper implementation of secure storage practices within Ivanti Connect Secure and Policy Secure. Sensitive information that should be encrypted at rest is instead stored in cleartext format within configuration files, databases, or other storage mechanisms accessible to administrators. This design flaw violates the principle of defense in depth, where multiple layers of protection should safeguard sensitive data even from privileged users who should not have direct access to raw credential material.

Attack Vector

The attack vector is local, requiring an authenticated attacker with administrative privileges to access the affected system. The exploitation scenario involves:

  1. An attacker gains administrative access to the Ivanti appliance (either through legitimate credentials or via compromise)
  2. The attacker accesses local storage locations where sensitive data is maintained
  3. Due to the cleartext storage vulnerability, the attacker can directly read sensitive information without needing to decrypt or otherwise process the data
  4. The extracted information can be used for credential theft, privilege escalation, or attacks against connected systems and users

This vulnerability enables sensitive data extraction that bypasses intended access controls. An administrator with local access to the Ivanti appliance can locate and read configuration files or database entries containing sensitive information stored in cleartext format. For detailed technical information, refer to the Ivanti February Security Advisory.

Detection Methods for CVE-2024-13843

Indicators of Compromise

  • Unusual administrative access patterns to configuration directories or sensitive file locations on Ivanti appliances
  • Unexpected file read operations targeting credential stores or configuration databases by admin accounts
  • Evidence of bulk data extraction or copying of configuration files from the appliance
  • Anomalous login activity from administrator accounts, particularly from unusual locations or at unusual times

Detection Strategies

  • Monitor administrative access logs for unusual read operations targeting sensitive configuration areas
  • Implement file integrity monitoring on Ivanti Connect Secure and Policy Secure appliances to detect unauthorized access to sensitive storage locations
  • Deploy behavioral analytics to identify anomalous administrator activities that deviate from established baselines
  • Correlate access patterns across security tools to identify potential insider threat activity

Monitoring Recommendations

  • Enable comprehensive audit logging on all Ivanti Connect Secure and Policy Secure appliances
  • Forward logs to a centralized SIEM for correlation and analysis
  • Establish alerting rules for administrative access to sensitive configuration files outside of maintenance windows
  • Conduct regular reviews of administrator account activity and access patterns

How to Mitigate CVE-2024-13843

Immediate Actions Required

  • Upgrade Ivanti Connect Secure to version 22.7R2.6 or later immediately
  • Upgrade Ivanti Policy Secure to version 22.7R1.3 or later immediately
  • Review administrator account access and revoke unnecessary privileges
  • Audit recent administrative activity for signs of sensitive data access

Patch Information

Ivanti has released security updates that address this vulnerability. Customers should upgrade to the following versions:

  • Ivanti Connect Secure: Version 22.7R2.6 or later
  • Ivanti Policy Secure: Version 22.7R1.3 or later

For complete patch details and download instructions, refer to the Ivanti February Security Advisory.

Workarounds

  • Implement strict access controls to limit administrative access to only essential personnel
  • Enable multi-factor authentication for all administrative accounts to reduce the risk of credential compromise
  • Segment Ivanti appliances on restricted network segments with enhanced monitoring
  • Rotate any credentials or sensitive data that may have been exposed prior to patching
bash
# Verify current Ivanti Connect Secure version
show version

# After upgrade, verify the new version is installed
# Expected: 22.7R2.6 or later for Connect Secure
# Expected: 22.7R1.3 or later for Policy Secure

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 Connect Secure

  • SeverityMEDIUM

  • CVSS Score4.4

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-312
  • Vendor Resources
  • Ivanti February Security Advisory
  • Related CVEs
  • CVE-2024-12058: Ivanti Connect Secure Info Disclosure

  • CVE-2021-22894: Ivanti Connect Secure RCE Vulnerability

  • CVE-2021-22899: Ivanti Connect Secure RCE Vulnerability

  • CVE-2021-22893: Ivanti Connect Secure Auth Bypass 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