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

CVE-2023-46158: IBM WebSphere Liberty Information Disclosure

CVE-2023-46158 is an information disclosure vulnerability in IBM WebSphere Application Server Liberty caused by improper resource expiration handling. This article covers technical details, affected versions, security impact, and mitigation.

Published: February 11, 2026

CVE-2023-46158 Overview

CVE-2023-46158 is a critical vulnerability affecting IBM WebSphere Application Server Liberty versions 23.0.0.9 through 23.0.0.10. This security flaw stems from improper resource expiration handling (CWE-613: Insufficient Session Expiration), which could provide weaker than expected security for applications deployed on the affected platform. The vulnerability allows remote attackers to potentially exploit session management weaknesses without requiring authentication or user interaction.

Critical Impact

This vulnerability could allow attackers to exploit improper session expiration controls, potentially enabling unauthorized access to sensitive resources and session hijacking attacks in enterprise Java applications.

Affected Products

  • IBM WebSphere Application Server Liberty 23.0.0.9
  • IBM WebSphere Application Server Liberty 23.0.0.10

Discovery Timeline

  • October 25, 2023 - CVE-2023-46158 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-46158

Vulnerability Analysis

This vulnerability is classified under CWE-613 (Insufficient Session Expiration), indicating that the IBM WebSphere Application Server Liberty fails to properly invalidate or expire user sessions after a period of inactivity or upon user logout. When session expiration is not properly enforced, user sessions may remain valid longer than intended, creating a window of opportunity for attackers to hijack or replay authenticated sessions.

The flaw affects the resource management components of WebSphere Liberty, specifically how the server handles the lifecycle and expiration of security-sensitive resources such as authentication tokens and session identifiers. This improper handling can result in sessions that persist beyond their intended validity period, undermining the security controls designed to limit exposure from session-based attacks.

Root Cause

The root cause of CVE-2023-46158 lies in the improper implementation of resource expiration logic within IBM WebSphere Application Server Liberty. The affected versions (23.0.0.9 and 23.0.0.10) fail to correctly enforce expiration policies for session resources, allowing previously authenticated sessions to remain usable after they should have been invalidated. This weakness in session lifecycle management creates opportunities for session replay and hijacking attacks.

Attack Vector

The attack vector for this vulnerability is network-based, meaning an attacker can exploit it remotely without requiring local access to the target system. The attack does not require any privileges or user interaction, making it particularly dangerous in internet-facing deployments. An attacker could potentially:

  1. Capture or obtain a valid session token through various means (network sniffing, cross-site scripting, or other session leakage vectors)
  2. Reuse the captured session even after the legitimate user has logged out or after the session should have expired
  3. Gain unauthorized access to the application with the privileges of the session's original owner

The vulnerability is exploited by leveraging the server's failure to properly expire sessions, allowing attackers to maintain access using stale credentials that should no longer be valid.

Detection Methods for CVE-2023-46158

Indicators of Compromise

  • Unusual session activity patterns where sessions remain active significantly longer than configured timeout periods
  • Multiple concurrent sessions from geographically disparate locations using the same session identifier
  • Authentication logs showing session reuse after logout events have been recorded
  • Application access logs indicating activity on sessions that should have expired based on idle time policies

Detection Strategies

  • Monitor WebSphere Liberty server logs for session management anomalies and unexpected session lifecycle events
  • Implement application-level session monitoring to detect sessions that exceed expected duration thresholds
  • Deploy network traffic analysis to identify session token reuse patterns across different source IP addresses
  • Use SentinelOne Singularity platform to detect anomalous application behavior and session-related security events

Monitoring Recommendations

  • Enable detailed audit logging for authentication and session management events in WebSphere Liberty
  • Configure alerts for session duration anomalies that exceed organizational policy thresholds
  • Implement real-time monitoring of active sessions with automatic flagging of sessions that bypass expiration controls
  • Review WebSphere Liberty server configurations periodically to ensure session timeout settings are properly enforced

How to Mitigate CVE-2023-46158

Immediate Actions Required

  • Identify all IBM WebSphere Application Server Liberty deployments running versions 23.0.0.9 or 23.0.0.10 in your environment
  • Apply the security patch provided by IBM as described in the IBM Support Document
  • Review current session timeout configurations and ensure they align with organizational security policies
  • Implement additional session validation controls at the application layer while patching is in progress

Patch Information

IBM has released a security update to address this vulnerability. Administrators should upgrade to a patched version of WebSphere Application Server Liberty beyond 23.0.0.10. Detailed patching instructions and the security bulletin are available at the IBM Support Document. Additional technical details about the vulnerability are tracked under IBM X-Force ID 268775.

Workarounds

  • Implement strict session timeout policies at the application layer to supplement server-side controls
  • Deploy Web Application Firewall (WAF) rules to detect and block session replay attempts
  • Enable IP binding for sessions where operationally feasible to prevent session hijacking from different network locations
  • Consider implementing additional authentication challenges for sensitive operations to reduce impact of session compromise
bash
# Example server.xml configuration for stricter session management
# Add to <httpSession> element in server.xml
# httpSession invalidationTimeout="1800" cookieSecure="true" cookieHttpOnly="true"
# Note: Consult IBM documentation for your specific deployment

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 Websphere Application Server Liberty

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-613
  • Vendor Resources
  • IBM X-Force Vulnerability Detail

  • IBM Support Document
  • 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