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

CVE-2025-36065: IBM Sterling Connect:Express Auth Bypass

CVE-2025-36065 is an authentication bypass flaw in IBM Sterling Connect:Express Adapter that fails to invalidate sessions after browser closure, enabling user impersonation. This article covers affected versions, impact, and mitigation.

Published: January 23, 2026

CVE-2025-36065 Overview

IBM Sterling Connect:Express Adapter for Sterling B2B Integrator 5.2.0 through 5.2.0.12 contains a session management vulnerability that fails to invalidate sessions after browser closure. This weakness (CWE-613: Insufficient Session Expiration) could allow an authenticated user to impersonate another user on the system, potentially leading to unauthorized access to sensitive business data and operations.

Critical Impact

Authenticated attackers can leverage persistent sessions to impersonate other users on the system, enabling unauthorized access to business integration workflows and sensitive data exchanges.

Affected Products

  • IBM Sterling Connect:Express Adapter for Sterling B2B Integrator 5.2.0
  • IBM Sterling Connect:Express Adapter for Sterling B2B Integrator 5.2.0.00 through 5.2.0.12

Discovery Timeline

  • 2026-01-20 - CVE CVE-2025-36065 published to NVD
  • 2026-01-20 - Last updated in NVD database

Technical Details for CVE-2025-36065

Vulnerability Analysis

This vulnerability stems from improper session lifecycle management within the IBM Sterling Connect:Express Adapter. When a user closes their browser without explicitly logging out, the application fails to properly invalidate the active session. This creates a window of opportunity where the session remains valid on the server side, potentially allowing session reuse.

The impact extends across confidentiality, integrity, and availability dimensions. An attacker who gains access to a valid session token could read sensitive business integration data, modify transaction workflows, and potentially disrupt B2B communication processes. In enterprise environments where Sterling B2B Integrator handles critical business-to-business data exchanges, this vulnerability poses significant operational risk.

Root Cause

The root cause is classified under CWE-613 (Insufficient Session Expiration). The application does not implement proper session timeout mechanisms or browser closure detection to invalidate server-side session state. Session tokens persist beyond their intended lifecycle, creating an exploitable condition where stale sessions can be reused for unauthorized access.

Attack Vector

The attack requires network access and low-privilege authentication to the system. An attacker with valid credentials could:

  1. Authenticate to the IBM Sterling Connect:Express Adapter
  2. Capture or note the session identifier
  3. Close the browser without logging out
  4. Return later (or share the session token) to access the system as the original user
  5. If another user logs into the same shared terminal, the previous session may still be accessible

This vulnerability is particularly concerning in shared workstation environments or scenarios where session tokens may be captured through other means such as network interception or local storage access.

Detection Methods for CVE-2025-36065

Indicators of Compromise

  • Multiple concurrent logins from different IP addresses using the same session identifier
  • Session activity continuing after normal working hours without corresponding login events
  • Unusual access patterns where sessions remain active for extended periods without re-authentication
  • Authentication logs showing gaps between logout events and session termination

Detection Strategies

  • Monitor authentication logs for sessions that persist beyond expected timeframes
  • Implement alerting on session reuse from different client fingerprints or IP addresses
  • Review access logs for users appearing to access the system from multiple locations simultaneously
  • Deploy network traffic analysis to identify anomalous session token usage patterns

Monitoring Recommendations

  • Enable verbose session logging within Sterling B2B Integrator to track session lifecycle events
  • Configure SIEM rules to correlate browser closure events with session termination records
  • Implement user behavior analytics to detect session impersonation attempts
  • Establish baseline session duration metrics and alert on statistical outliers

How to Mitigate CVE-2025-36065

Immediate Actions Required

  • Review and apply the latest security patches from IBM for Sterling Connect:Express Adapter
  • Implement forced session timeout policies at the application or infrastructure level
  • Educate users on the importance of explicit logout procedures
  • Consider implementing additional session binding mechanisms such as IP validation

Patch Information

IBM has released security updates to address this vulnerability. Administrators should consult the IBM Support Document for detailed patching instructions and updated software versions. Organizations running IBM Sterling Connect:Express Adapter versions 5.2.0.00 through 5.2.0.12 should prioritize applying these updates.

Workarounds

  • Configure web application firewalls to enforce session timeout policies
  • Implement automatic session termination after a period of inactivity
  • Deploy browser-level controls to clear session data on closure where technically feasible
  • Restrict access to the adapter interface to trusted networks using network segmentation
bash
# Example: Configure session timeout at the application server level
# Consult IBM documentation for specific Sterling B2B Integrator configuration
# Set session-timeout to appropriate value (in minutes)
session-timeout=30
# Enable secure session cookie attributes
session-cookie-secure=true
session-cookie-httponly=true

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

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-613
  • Technical References
  • IBM Support Document
  • Related CVEs
  • CVE-2023-38010: IBM Cloud Pak Information Disclosure Flaw

  • CVE-2025-27550: IBM Jazz Reporting Service Disclosure Flaw

  • CVE-2025-1823: IBM Jazz Reporting Service DoS Vulnerability

  • CVE-2025-2134: IBM Jazz Reporting Service DOS 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