Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-36134

CVE-2025-36134: IBM Sterling B2B Integrator Disclosure Flaw

CVE-2025-36134 is an information disclosure vulnerability in IBM Sterling B2B Integrator and IBM Sterling File Gateway caused by missing SameSite cookie attributes. This article covers technical details, affected versions, and mitigation.

Published: April 15, 2026

CVE-2025-36134 Overview

IBM Sterling B2B Integrator and IBM Sterling File Gateway contain a sensitive information disclosure vulnerability due to a missing or insecure SameSite attribute for a sensitive cookie. This configuration weakness allows attackers to potentially access sensitive session data through cross-site request attacks, compromising the confidentiality of enterprise B2B integration systems.

Critical Impact

Enterprise B2B integration platforms may expose sensitive session cookies to cross-site attacks, potentially allowing unauthorized access to confidential business transaction data and partner communications.

Affected Products

  • IBM Sterling B2B Integrator 6.0.0.0 through 6.1.2.7
  • IBM Sterling B2B Integrator 6.2.0.0 through 6.2.0.5 and 6.2.1.1
  • IBM Sterling File Gateway 6.0.0.0 through 6.1.2.7
  • IBM Sterling File Gateway 6.2.0.0 through 6.2.0.5 and 6.2.1.1

Discovery Timeline

  • 2025-11-25 - CVE-2025-36134 published to NVD
  • 2025-12-01 - Last updated in NVD database

Technical Details for CVE-2025-36134

Vulnerability Analysis

This vulnerability stems from improper cookie security configuration in IBM Sterling B2B Integrator and IBM Sterling File Gateway. The affected applications fail to set the SameSite attribute on sensitive cookies, or set it to an insecure value. Without proper SameSite attribute configuration, browsers may include cookies in cross-site requests, potentially exposing session information to malicious third-party websites.

The vulnerability is classified under CWE-1275 (Sensitive Cookie with Improper SameSite Attribute), which describes situations where a cookie intended to protect sensitive data does not have a SameSite attribute properly configured. This can lead to cross-site request forgery scenarios where an attacker-controlled site can trigger authenticated requests on behalf of a legitimate user.

Root Cause

The root cause of this vulnerability is the absence or improper configuration of the SameSite cookie attribute in the IBM Sterling B2B Integrator and Sterling File Gateway applications. When cookies lack the SameSite attribute or have it set to None without the Secure flag, browsers will include these cookies in cross-origin requests, enabling potential session hijacking or information disclosure attacks.

Modern browsers default to SameSite=Lax for cookies without an explicit SameSite attribute, but older browser versions or specific configurations may not enforce this default, leaving systems vulnerable.

Attack Vector

The attack vector for CVE-2025-36134 is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by crafting a malicious website that initiates cross-site requests to the vulnerable IBM Sterling application. When a user with an active session visits the malicious site, their browser may include the sensitive cookies in requests to the IBM Sterling application, potentially allowing the attacker to:

  1. Capture session tokens through cross-site request manipulation
  2. Perform actions on behalf of authenticated users
  3. Access sensitive B2B transaction data or partner information

The vulnerability particularly impacts environments where IBM Sterling applications are accessible over the network, as the lack of proper cookie security controls creates an exposure point for session-based attacks.

Detection Methods for CVE-2025-36134

Indicators of Compromise

  • Unusual cross-origin requests to IBM Sterling B2B Integrator or Sterling File Gateway endpoints from unexpected referrer domains
  • Session tokens appearing in requests originating from external or untrusted websites
  • Unexpected authenticated actions performed without direct user interaction within the application
  • Browser security warnings related to cross-site cookie usage in application logs

Detection Strategies

  • Review HTTP response headers from IBM Sterling applications for cookies missing the SameSite attribute or set to SameSite=None without proper security controls
  • Monitor web application firewall (WAF) logs for cross-site request patterns targeting sensitive IBM Sterling endpoints
  • Analyze browser console logs and network traffic for cookies being sent in cross-origin contexts
  • Implement security scanning tools to identify cookies with insecure SameSite configurations

Monitoring Recommendations

  • Enable detailed access logging on IBM Sterling B2B Integrator and File Gateway to capture referrer information with each request
  • Configure SIEM alerts for unusual cross-origin request patterns involving authenticated sessions
  • Deploy network monitoring to detect potential cross-site request forgery attack attempts against IBM Sterling infrastructure

How to Mitigate CVE-2025-36134

Immediate Actions Required

  • Review the IBM Security Advisory for specific patch information and upgrade instructions
  • Inventory all IBM Sterling B2B Integrator and Sterling File Gateway deployments to identify vulnerable versions
  • Prioritize patching systems that are exposed to untrusted networks or process sensitive B2B transaction data
  • Consider implementing additional access controls or network segmentation as a temporary protective measure

Patch Information

IBM has released security updates to address this vulnerability. Affected organizations should upgrade to patched versions of IBM Sterling B2B Integrator and IBM Sterling File Gateway. Refer to the IBM Security Support Page for detailed patch information, download links, and upgrade procedures specific to your deployment.

Workarounds

  • Configure web application firewalls (WAF) to inspect and validate the origin of requests to IBM Sterling applications
  • Implement Content Security Policy (CSP) headers where possible to restrict cross-origin interactions
  • Limit network access to IBM Sterling applications to trusted IP ranges or VPN-only access until patches can be applied
  • Enable strict transport security (HSTS) to ensure all communications occur over encrypted connections
bash
# Review current cookie configurations in IBM Sterling
# Check HTTP response headers for SameSite attributes
curl -I -X GET https://your-sterling-server/dashboard 2>/dev/null | grep -i "Set-Cookie"

# Verify network access restrictions are in place
# Review firewall rules limiting access to Sterling applications
iptables -L -n | grep -E "(sterling|b2b)"

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 B2b Integrator

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.05%

  • 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-1275
  • Vendor Resources
  • IBM Security Node Support Page
  • Related CVEs
  • CVE-2026-1264: IBM Sterling B2B Integrator Info Disclosure

  • CVE-2025-14031: IBM Sterling B2B Integrator DOS Vulnerability

  • CVE-2025-14504: 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