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

CVE-2025-5450: Ivanti Connect Secure Auth Bypass Flaw

CVE-2025-5450 is an authentication bypass flaw in Ivanti Connect Secure that allows read-only admins to modify restricted settings. This article covers the technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-5450 Overview

CVE-2025-5450 is an improper access control vulnerability affecting the certificate management component of Ivanti Connect Secure and Ivanti Policy Secure. This vulnerability allows a remote authenticated administrator with read-only privileges to modify certificate management settings that should be restricted to higher-privileged accounts. This represents a broken access control condition where role-based access control (RBAC) enforcement fails to properly validate user permissions before allowing configuration changes.

Critical Impact

Authenticated read-only administrators can escalate their privileges to modify certificate management settings, potentially compromising the integrity of TLS/SSL certificate configurations on affected Ivanti appliances.

Affected Products

  • Ivanti Connect Secure versions before 22.7R2.8
  • Ivanti Policy Secure versions before 22.7R1.5
  • Ivanti Connect Secure 22.7 through 22.7R2.7

Discovery Timeline

  • July 8, 2025 - CVE-2025-5450 published to NVD
  • July 15, 2025 - Last updated in NVD database

Technical Details for CVE-2025-5450

Vulnerability Analysis

This vulnerability stems from inadequate access control enforcement within the certificate management module of Ivanti's secure access solutions. The flaw exists in the authorization logic that governs administrative actions on certificate settings. When an authenticated administrator with read-only privileges attempts to modify certificate management configurations, the application fails to properly validate whether the user has the required write permissions before processing the request.

The network-accessible nature of this vulnerability means that any authenticated read-only admin with network access to the management interface can exploit this flaw. While the vulnerability requires high-privilege authentication (admin account), the impact is limited to integrity compromise of certificate settings without affecting confidentiality or availability.

Root Cause

The root cause of CVE-2025-5450 is classified as CWE-602 (Client-Side Enforcement of Server-Side Security). The certificate management component relies on client-side enforcement of access controls rather than implementing proper server-side validation. This architectural weakness allows authenticated users to bypass intended restrictions by directly submitting requests to the server, circumventing any client-side permission checks.

The server-side code path for certificate management operations fails to re-validate the authenticated user's role and permissions before executing privileged operations, resulting in the access control bypass.

Attack Vector

The attack requires an authenticated session with read-only administrative privileges on the Ivanti Connect Secure or Policy Secure management interface. An attacker with valid read-only admin credentials can:

  1. Authenticate to the administrative web interface
  2. Access the certificate management section
  3. Submit modification requests directly to the server
  4. Bypass client-side access restrictions that would normally prevent read-only admins from making changes

The vulnerability manifests in the authorization checks performed by the certificate management component. When processing modification requests, the server accepts changes from read-only administrators that should be rejected based on their assigned role permissions. See the Ivanti Security Advisory for additional technical details.

Detection Methods for CVE-2025-5450

Indicators of Compromise

  • Unexpected certificate configuration changes recorded in audit logs by read-only admin accounts
  • Administrative session activity from read-only users accessing certificate management endpoints
  • Configuration modification events that don't correlate with accounts having write permissions

Detection Strategies

  • Monitor administrative audit logs for certificate management changes attributed to read-only admin accounts
  • Implement alerting rules that trigger when read-only administrators access or modify certificate settings
  • Review configuration change history to identify unauthorized modifications to TLS/SSL certificates

Monitoring Recommendations

  • Enable detailed audit logging for all certificate management operations on Ivanti appliances
  • Configure SIEM rules to correlate admin role assignments with configuration change events
  • Regularly review and audit the permission levels assigned to administrative accounts

How to Mitigate CVE-2025-5450

Immediate Actions Required

  • Upgrade Ivanti Connect Secure to version 22.7R2.8 or later immediately
  • Upgrade Ivanti Policy Secure to version 22.7R1.5 or later immediately
  • Review audit logs to identify any unauthorized certificate configuration changes
  • Audit all read-only administrative accounts and consider temporarily disabling non-essential accounts

Patch Information

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

  • Ivanti Connect Secure: Version 22.7R2.8 or later
  • Ivanti Policy Secure: Version 22.7R1.5 or later

Detailed patch information and download links are available in the Ivanti Security Advisory for July CVEs.

Workarounds

  • Limit read-only administrative account access to trusted personnel only
  • Implement network segmentation to restrict management interface access to authorized IP ranges
  • Enable multi-factor authentication for all administrative accounts
  • Consider temporarily revoking read-only admin privileges until patches can be applied
bash
# Review current admin accounts and their privilege levels
# Check audit logs for certificate management activities
# Example: Search for certificate-related changes in Ivanti logs
grep -i "certificate" /var/log/ivanti/admin_audit.log | grep -i "readonly"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechIvanti Connect Secure

  • SeverityLOW

  • CVSS Score2.7

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-602
  • Vendor Resources
  • Ivanti Security Advisory - July CVEs
  • Related CVEs
  • CVE-2021-22893: Ivanti Connect Secure Auth Bypass Flaw

  • CVE-2023-46805: Ivanti Connect Secure Auth Bypass Flaw

  • CVE-2021-22937: Ivanti Connect Secure Auth Bypass Flaw

  • CVE-2021-22894: Ivanti Connect Secure RCE 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