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

CVE-2025-13478: OpenText Identity Manager Cache Flaw

CVE-2025-13478 is a cache misconfiguration vulnerability in OpenText Identity Manager that allows authenticated users to access other users' session data. This article covers technical details, affected versions, and mitigation.

Published: April 3, 2026

CVE-2025-13478 Overview

A cache misconfiguration vulnerability has been identified in OpenText Identity Manager that affects both Windows and Linux platforms. This security flaw allows remote authenticated users to obtain session data belonging to other users through insecure application cache handling. The vulnerability represents a significant risk to identity management infrastructure as it could enable unauthorized access to sensitive user session information.

Critical Impact

Authenticated attackers can exploit improper cache handling to access other users' session data, potentially leading to session hijacking, unauthorized data access, and privilege escalation within the identity management system.

Affected Products

  • OpenText Identity Manager 25.2 (v4.10.1)
  • Identity Manager deployments on Windows platforms
  • Identity Manager deployments on Linux platforms

Discovery Timeline

  • 2026-03-27 - CVE-2025-13478 published to NVD
  • 2026-03-30 - Last updated in NVD database

Technical Details for CVE-2025-13478

Vulnerability Analysis

This vulnerability stems from improper cache configuration within OpenText Identity Manager's session handling mechanism. When users authenticate to the Identity Manager system, their session data is stored in a shared cache. Due to the misconfiguration, the application fails to properly isolate cached session data between different authenticated users. This architectural weakness allows an authenticated attacker to retrieve session information belonging to other users who are concurrently using the system.

The vulnerability is classified under CWE-522 (Insufficiently Protected Credentials), indicating that the session data and associated credentials within the cache are not adequately protected from unauthorized access. This affects the confidentiality of user sessions and can potentially impact system integrity if session data is manipulated.

Root Cause

The root cause of CVE-2025-13478 lies in the insecure application cache handling implementation within Identity Manager. The cache mechanism fails to implement proper session isolation controls, allowing cross-user access to cached session data. This misconfiguration likely involves:

  • Inadequate cache key generation that does not properly scope data to individual user sessions
  • Missing access control checks when retrieving cached session objects
  • Improper cache invalidation or session boundary enforcement

Attack Vector

The attack vector for this vulnerability is network-based and requires the attacker to have valid authentication credentials to the Identity Manager system. The attack flow involves:

  1. The attacker authenticates to the OpenText Identity Manager application using legitimate credentials
  2. The attacker exploits the cache misconfiguration to enumerate or directly access cached session objects
  3. By manipulating cache retrieval parameters or timing attacks, the attacker obtains session data belonging to other authenticated users
  4. The retrieved session data may include authentication tokens, user identifiers, or other sensitive information that enables session hijacking or unauthorized access

The vulnerability requires low attack complexity with no user interaction needed, making it relatively straightforward to exploit once authentication is achieved. The impact extends beyond the vulnerable component, as compromised session data could affect downstream systems and applications integrated with the Identity Manager.

Detection Methods for CVE-2025-13478

Indicators of Compromise

  • Unusual patterns of cache access requests from single authenticated sessions
  • Session data retrieval logs showing access to sessions not belonging to the requesting user
  • Anomalous authentication patterns where users appear active from multiple disparate locations simultaneously
  • Error logs indicating cache access violations or boundary exceptions

Detection Strategies

  • Implement audit logging for all cache read operations within Identity Manager
  • Monitor for authenticated users accessing session objects with mismatched user identifiers
  • Deploy application-level intrusion detection rules to identify cache enumeration attempts
  • Review Identity Manager access logs for unusual session retrieval patterns

Monitoring Recommendations

  • Enable verbose logging for Identity Manager cache operations during the investigation period
  • Establish baseline metrics for normal cache access patterns per authenticated user
  • Configure alerts for session data access anomalies that deviate from established baselines
  • Monitor network traffic for unusual API calls related to session management endpoints

How to Mitigate CVE-2025-13478

Immediate Actions Required

  • Apply the Identity Manager 4.10.1 Patch 01 from OpenText/Micro Focus immediately
  • Review Identity Manager deployment configurations for custom cache settings
  • Conduct session audit to identify any potential unauthorized session access
  • Consider temporarily restricting access to the Identity Manager system to essential users only during patching

Patch Information

OpenText has released a security patch to address this vulnerability. Detailed patch information and installation instructions are available through the official documentation:

  • Micro Focus CVE Security Fix Documentation
  • Identity Manager 4.10.1 Patch 01 Release Notes

Organizations running Identity Manager version 25.2 (v4.10.1) should apply the security patch as soon as possible following standard change management procedures.

Workarounds

  • Implement network segmentation to limit access to Identity Manager to trusted network zones only
  • Enable additional authentication factors for Identity Manager access to reduce the risk from compromised sessions
  • Configure web application firewall rules to detect and block suspicious session-related API requests
  • Reduce cache TTL (time-to-live) values to minimize the window of exposure for cached session data
  • Review and restrict the number of concurrent sessions allowed per user account

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechOpentext Identity Manager

  • SeverityHIGH

  • CVSS Score8.4

  • EPSS Probability0.21%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N/SC:H/SI:L/SA:N/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-522
  • Technical References
  • Micro Focus CVE Security Fix

  • Micro Focus Identity Manager Patch Release Notes
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS Vulnerability
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