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

CVE-2025-13723: IBM Sterling PEM Info Disclosure Flaw

CVE-2025-13723 is an information disclosure vulnerability in IBM Sterling Partner Engagement Manager that allows attackers to obtain sensitive user data via expired tokens. This article covers technical details, affected versions, and mitigation.

Published: March 20, 2026

CVE-2025-13723 Overview

IBM Sterling Partner Engagement Manager contains an information disclosure vulnerability that allows attackers to obtain sensitive user information using expired access tokens. This authentication flaw affects multiple versions of the enterprise partner management platform, potentially exposing confidential business data to unauthorized parties.

Critical Impact

Attackers can leverage expired access tokens to bypass authentication controls and access sensitive user information, compromising confidentiality of enterprise partner data.

Affected Products

  • IBM Sterling Partner Engagement Manager 6.2.3.0 through 6.2.3.5 (Essentials and Standard editions)
  • IBM Sterling Partner Engagement Manager 6.2.4.0 through 6.2.4.2 (Essentials and Standard editions)
  • Linux Kernel (underlying operating system)

Discovery Timeline

  • 2026-03-13 - CVE-2025-13723 published to NVD
  • 2026-03-18 - Last updated in NVD database

Technical Details for CVE-2025-13723

Vulnerability Analysis

This vulnerability stems from improper handling of expired access tokens within IBM Sterling Partner Engagement Manager's authentication framework. The application fails to properly invalidate or reject authentication requests made with access tokens that have exceeded their intended validity period. As a result, an attacker who has obtained a previously valid access token can continue to use it even after expiration to retrieve sensitive user information from the system.

The network-accessible nature of this vulnerability means that remote attackers can exploit this flaw without requiring any prior authentication or user interaction. The impact is limited to confidentiality, as the vulnerability allows unauthorized read access to sensitive data but does not enable modification of data or disruption of service availability.

Root Cause

The root cause of this vulnerability is classified under CWE-324 (Use of a Key Past its Expiration Date). The application's token validation mechanism does not properly verify the expiration timestamp of access tokens during the authentication process. When an expired token is presented, the system processes it as valid rather than rejecting the authentication attempt, allowing continued access to protected resources.

Attack Vector

The attack vector is network-based, requiring no privileges, user interaction, or complex conditions to exploit. An attacker who has previously obtained a valid access token—through interception, theft, or other means—can continue to use that token indefinitely after it should have expired. The attacker sends HTTP requests to the Sterling Partner Engagement Manager API endpoints with the expired token in the authorization header, and the system incorrectly validates and processes these requests.

The vulnerability allows the attacker to query user information endpoints and extract sensitive data that should only be accessible to authenticated and authorized users with valid credentials.

Detection Methods for CVE-2025-13723

Indicators of Compromise

  • Unusual API requests using access tokens that should have expired based on your token lifetime policy
  • Authentication log entries showing successful access with tokens issued significantly before the access time
  • Repeated access patterns from the same token ID over extended periods exceeding normal token validity windows

Detection Strategies

  • Implement logging that captures token issuance timestamps and compares them against access timestamps
  • Monitor for authentication success events where the token age exceeds the configured expiration period
  • Enable audit logging on Sterling Partner Engagement Manager to track all API authentication attempts
  • Review access logs for patterns indicating token reuse beyond expected validity periods

Monitoring Recommendations

  • Configure alerting for any authentication attempts using tokens older than your maximum token lifetime
  • Implement centralized log collection for Sterling Partner Engagement Manager authentication events
  • Establish baseline metrics for normal token usage patterns to identify anomalous behavior
  • Enable SentinelOne Singularity Platform monitoring on systems running Sterling Partner Engagement Manager for endpoint-level visibility

How to Mitigate CVE-2025-13723

Immediate Actions Required

  • Apply the IBM security update as referenced in the IBM Support Advisory
  • Review access logs for any evidence of exploitation using expired tokens
  • Force token refresh for all active user sessions after applying the patch
  • Audit user accounts for unauthorized access that may have occurred during the exposure window

Patch Information

IBM has released a security update to address this vulnerability. Organizations running affected versions of Sterling Partner Engagement Manager should upgrade to the latest patched version as soon as possible. Detailed patch information and download links are available in the IBM Support Advisory.

Workarounds

  • Reduce access token validity periods to minimize the window of exploitation
  • Implement additional network-level access controls to restrict API access to trusted sources
  • Enable IP-based session binding to prevent token reuse from different network locations
  • Consider implementing a token blacklist mechanism at the application gateway level to manually invalidate suspicious tokens
bash
# Review Sterling Partner Engagement Manager authentication configuration
# Verify token expiration settings and enforcement
# Example: Check application server logs for token validation events
grep -i "token" /var/log/sterling-pem/auth.log | grep -i "expired"

# Monitor for unusual access patterns
tail -f /var/log/sterling-pem/access.log | grep -E "Authorization|Bearer"

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechIbm Sterling

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-324
  • Vendor Resources
  • IBM Support Page
  • Related CVEs
  • CVE-2025-14483: IBM Sterling Information Disclosure Flaw

  • CVE-2025-36348: IBM Sterling Information Disclosure Flaw

  • CVE-2023-40693: IBM Sterling B2B Integrator XSS Vulnerability

  • CVE-2026-0835: IBM Sterling B2B Integrator 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