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-2023-38281

CVE-2023-38281: IBM Cloud Pak System Cookie Vulnerability

CVE-2023-38281 is an information disclosure vulnerability in IBM Cloud Pak System where insecure cookies can be intercepted by attackers. This article covers the technical details, affected versions, security impact, and mitigation.

Published: February 6, 2026

CVE-2023-38281 Overview

IBM Cloud Pak System does not set the secure attribute on authorization tokens or session cookies. Attackers may be able to get the cookie values by sending a http:// link to a user or by planting this link in a site the user goes to. The cookie will be sent to the insecure link and the attacker can then obtain the cookie value by snooping the traffic.

Critical Impact

Session cookies transmitted without the secure flag can be intercepted over unencrypted HTTP connections, potentially leading to session hijacking and unauthorized access to IBM Cloud Pak System environments.

Affected Products

  • IBM Cloud Pak System

Discovery Timeline

  • 2026-02-04 - CVE CVE-2023-38281 published to NVD
  • 2026-02-05 - Last updated in NVD database

Technical Details for CVE-2023-38281

Vulnerability Analysis

This vulnerability stems from a fundamental misconfiguration in how IBM Cloud Pak System handles session cookie security attributes. When cookies lack the Secure flag, web browsers will transmit them over both HTTP and HTTPS connections. This creates an opportunity for network-based attackers to intercept authentication tokens and session identifiers when users access any HTTP resource—even inadvertently.

The attack scenario involves an adversary either sending a malicious HTTP link to a victim or injecting such links into websites the victim frequents. When the victim's browser follows these links, it automatically includes the insecure cookies in the request, which travel in plaintext over the network. An attacker positioned to observe network traffic (such as on a shared Wi-Fi network or through a compromised router) can capture these cookies and use them to impersonate the legitimate user.

Root Cause

The root cause is the absence of the Secure attribute on authorization tokens and session cookies within IBM Cloud Pak System. This configuration oversight (related to CWE-209) allows sensitive authentication data to be transmitted over unencrypted channels. Properly configured cookies should include the Secure flag, which instructs browsers to only transmit the cookie over HTTPS connections, preventing exposure during HTTP requests.

Attack Vector

The attack vector is network-based and requires the attacker to position themselves to intercept traffic between the victim and the target server. Common scenarios include:

  1. Man-in-the-Middle (MitM) Position: Attacker on shared network infrastructure (public Wi-Fi, compromised network)
  2. Link Injection: Attacker plants HTTP links in emails, websites, or applications that victims may access
  3. Traffic Sniffing: Passive network monitoring to capture cookies transmitted in plaintext

Once the attacker captures the session cookie, they can replay it to gain authenticated access to the IBM Cloud Pak System as the victim user.

The vulnerability can be triggered when a user visits an HTTP URL while authenticated to the IBM Cloud Pak System. The browser sends the session cookie in the HTTP request, which can be captured by network eavesdropping. For technical details, refer to the IBM Support Article.

Detection Methods for CVE-2023-38281

Indicators of Compromise

  • Unusual session activity from unexpected IP addresses or geographic locations
  • Multiple concurrent sessions from the same user account originating from different endpoints
  • Authentication events that bypass typical user login workflows
  • Session tokens being used after the legitimate user has logged out

Detection Strategies

  • Monitor HTTP access logs for requests to IBM Cloud Pak System resources that should be HTTPS-only
  • Implement network traffic analysis to detect sensitive cookies transmitted over unencrypted connections
  • Review web application firewall logs for HTTP requests containing session tokens
  • Deploy intrusion detection rules to identify potential session hijacking patterns

Monitoring Recommendations

  • Enable detailed logging for authentication and session management events
  • Configure alerts for session anomalies such as geographic impossibilities or rapid IP changes
  • Implement continuous monitoring for HTTP traffic to hosts that should only accept HTTPS
  • Regularly audit cookie security configurations across the environment

How to Mitigate CVE-2023-38281

Immediate Actions Required

  • Apply the latest security patches from IBM for Cloud Pak System immediately
  • Implement HTTP Strict Transport Security (HSTS) headers to force HTTPS connections
  • Review and invalidate any active sessions that may have been compromised
  • Configure network security controls to block or alert on HTTP access to sensitive systems

Patch Information

IBM has released a security advisory addressing this vulnerability. Administrators should apply the updates referenced in the IBM Support Article as soon as possible. Ensure your IBM Cloud Pak System is updated to the latest patched version that properly sets the Secure attribute on all authentication-related cookies.

Workarounds

  • Force all connections through HTTPS by configuring load balancers or reverse proxies to redirect HTTP to HTTPS
  • Implement HSTS headers with appropriate max-age values to prevent downgrade attacks
  • Use network segmentation to limit exposure of the Cloud Pak System to trusted networks only
  • Consider deploying a web application firewall (WAF) to detect and block potential cookie theft attempts
bash
# Configuration example - Add HSTS header via web server (Apache example)
# Add to your virtual host configuration for the Cloud Pak System
Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains"

# Redirect all HTTP traffic to HTTPS
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

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

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-209
  • Technical References
  • IBM Support Article
  • 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
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