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

CVE-2024-45647: IBM Security Verify Access Auth Bypass

CVE-2024-45647 is an authentication bypass flaw in IBM Security Verify Access that allows unverified users to change expired user passwords without prior knowledge. This article covers technical details, affected versions, and mitigation.

Published: April 8, 2026

CVE-2024-45647 Overview

IBM Security Verify Access 10.0.0 through 10.0.8 and IBM Security Verify Access Docker 10.0.0 through 10.0.8 contain an authentication bypass vulnerability that could allow an unverified user to change the password of an expired user without prior knowledge of that password. This flaw represents a significant security risk in enterprise identity and access management deployments, as it undermines the fundamental authentication controls that protect user accounts.

Critical Impact

An unauthenticated attacker could take over expired user accounts by resetting passwords without any prior authentication, potentially leading to unauthorized access to sensitive systems and data protected by IBM Security Verify Access.

Affected Products

  • IBM Security Verify Access 10.0.0 through 10.0.8
  • IBM Security Verify Access Docker 10.0.0 through 10.0.8

Discovery Timeline

  • 2025-01-20 - CVE-2024-45647 published to NVD
  • 2025-01-29 - Last updated in NVD database

Technical Details for CVE-2024-45647

Vulnerability Analysis

This vulnerability falls under CWE-620 (Unverified Password Change), which describes scenarios where an application allows users to change passwords without properly verifying the original password or user identity. In the context of IBM Security Verify Access, the flaw specifically affects the password change functionality for expired user accounts.

The issue is particularly concerning because it targets accounts in an expired state—a condition that should inherently require additional verification before allowing any credential modifications. Instead of enforcing proper authentication checks, the vulnerable versions permit password changes without validating the requester's identity or knowledge of the existing credentials.

Root Cause

The root cause stems from improper validation in the password change workflow for expired accounts. When a user account expires, the password change mechanism fails to enforce proper authentication checks, creating a bypass condition. The application does not adequately verify that the party requesting the password change has legitimate authority to do so, violating the principle of proper identity verification before credential modification.

Attack Vector

This vulnerability is exploitable over the network without requiring any prior authentication or user interaction. An attacker can target expired user accounts directly by leveraging the flawed password change functionality.

The attack scenario involves:

  1. Identifying or enumerating expired user accounts within the IBM Security Verify Access deployment
  2. Initiating a password change request for the target expired account
  3. Setting a new password without providing the original credentials
  4. Gaining unauthorized access to the compromised account

The network-based attack vector combined with no authentication requirements makes this vulnerability highly exploitable in environments where IBM Security Verify Access is exposed to untrusted networks.

Detection Methods for CVE-2024-45647

Indicators of Compromise

  • Unexpected password change events for expired user accounts without corresponding legitimate authentication attempts
  • Multiple password reset requests targeting expired accounts from unusual source IP addresses
  • Audit log entries showing password modifications without valid session tokens or prior authentication
  • Sudden reactivation of previously expired accounts followed by suspicious login activity

Detection Strategies

  • Monitor authentication logs for password change operations that lack proper authentication context
  • Implement alerting rules for any password modifications on accounts with expired status
  • Review access logs for unusual patterns targeting the password change endpoints
  • Cross-reference password change events with legitimate user activity timelines

Monitoring Recommendations

  • Enable comprehensive logging for all password management operations in IBM Security Verify Access
  • Configure SIEM rules to flag password changes for expired accounts as high-priority alerts
  • Establish baseline metrics for normal password change volumes and alert on anomalies
  • Implement real-time monitoring of the password change API endpoints for suspicious activity patterns

How to Mitigate CVE-2024-45647

Immediate Actions Required

  • Upgrade IBM Security Verify Access to the latest patched version immediately
  • Review audit logs for any suspicious password change activity targeting expired accounts
  • Reset passwords for any expired accounts that show signs of unauthorized modification
  • Consider temporarily disabling password change functionality for expired accounts until patching is complete

Patch Information

IBM has released security updates to address this vulnerability. Administrators should apply the patches provided by IBM as documented in the IBM Security Advisory. The fix addresses the authentication bypass by implementing proper verification checks before allowing password changes for expired accounts.

Organizations running affected versions (10.0.0 through 10.0.8) of either IBM Security Verify Access or IBM Security Verify Access Docker should prioritize this update given the critical nature of the vulnerability.

Workarounds

  • Implement network segmentation to limit access to IBM Security Verify Access management interfaces
  • Deploy additional authentication layers such as multi-factor authentication in front of the affected systems
  • Configure web application firewalls to inspect and potentially block suspicious password change requests
  • Disable or restrict access to password change functionality for expired accounts through custom access policies until patches can be applied
  • Monitor and alert on all password change attempts as an interim detection measure
bash
# Example: Verify current IBM Security Verify Access version
# Check system version to determine patch status
isvaadmin version

# Review authentication audit logs for suspicious activity
# Look for password change events without proper authentication
grep "password_change" /var/log/isva/audit.log | grep "expired_account"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechIbm Security Verify Access

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-620

  • NVD-CWE-Other
  • Vendor Resources
  • IBM Support Page
  • Related CVEs
  • CVE-2026-1342: IBM Security Verify Access Auth Bypass Flaw

  • CVE-2026-1343: IBM Security Verify Access Auth Bypass Flaw

  • CVE-2026-1346: IBM Security Verify Access Privilege Escalation

  • CVE-2026-4364: IBM Verify Access XSS 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