A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-22353

CVE-2024-22353: IBM WebSphere Application Server DOS

CVE-2024-22353 is a denial of service vulnerability in IBM WebSphere Application Server Liberty that allows attackers to consume memory resources via crafted requests. This article covers technical details, affected versions, and mitigation.

Published: June 2, 2026

CVE-2024-22353 Overview

CVE-2024-22353 affects IBM WebSphere Application Server Liberty versions 17.0.0.3 through 24.0.0.4. The flaw allows a remote, unauthenticated attacker to trigger a denial of service by sending a specially crafted request. Exploitation causes the server to consume excessive memory resources, degrading availability for legitimate users. IBM tracks this issue under X-Force ID 280400 and classifies it under [CWE-770: Allocation of Resources Without Limits or Throttling]. The vulnerability impacts availability only, with no effect on confidentiality or integrity.

Critical Impact

A remote attacker can exhaust server memory without authentication, causing service disruption on any exposed WebSphere Liberty instance.

Affected Products

  • IBM WebSphere Application Server Liberty 17.0.0.3 through 24.0.0.4
  • Deployments using the Liberty profile across all supported operating systems
  • Containerized and on-premises WebSphere Liberty workloads

Discovery Timeline

  • 2024-03-31 - CVE-2024-22353 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-22353

Vulnerability Analysis

The vulnerability is a network-reachable denial of service condition in IBM WebSphere Application Server Liberty. An attacker sends a specially crafted HTTP request that the server processes in a way that allocates memory without enforcing appropriate limits. Repeated or sustained requests cause the Java Virtual Machine (JVM) heap to grow until the application server becomes unresponsive or throws OutOfMemoryError exceptions.

The issue is categorized as uncontrolled resource consumption [CWE-770]. The attack requires no privileges, no user interaction, and a low attack complexity, making it accessible to any actor able to reach the server over the network. Confidentiality and integrity remain unaffected, but the impact on availability is significant for production workloads relying on continuous service.

Root Cause

The root cause lies in the absence of effective bounds on memory allocation during request handling. When the Liberty server parses or buffers attacker-controlled input from a crafted request, it does not constrain how much memory the operation can consume. IBM has not published the precise component or parser responsible, but the IBM X-Force entry 280400 confirms the resource exhaustion behavior.

Attack Vector

The attack vector is the network. An attacker delivers one or more crafted HTTP requests to a reachable Liberty endpoint. No authentication is required. The server allocates memory while processing the input, and sustained delivery drives the JVM into a low-memory state that prevents servicing legitimate traffic. Refer to the IBM Support Advisory for vendor-specific details.

Detection Methods for CVE-2024-22353

Indicators of Compromise

  • Sudden growth of the WebSphere Liberty JVM heap with no corresponding increase in legitimate user traffic
  • OutOfMemoryError entries or repeated garbage collection warnings in the messages.log and console.log files
  • Spikes in HTTP request volume from a small set of source addresses targeting Liberty endpoints
  • Application response time degradation or transport channel failures during anomalous request bursts

Detection Strategies

  • Monitor JVM heap utilization, garbage collection frequency, and request processing latency for sharp deviations from baseline
  • Inspect HTTP access logs for unusually large or malformed request payloads directed at Liberty endpoints
  • Correlate Liberty server log errors with network telemetry to identify the source of resource-exhausting traffic
  • Apply Web Application Firewall (WAF) rules that flag oversized headers, bodies, or malformed protocol fields

Monitoring Recommendations

  • Enable verbose garbage collection logging in the Liberty JVM and forward logs to a centralized analytics platform
  • Set alerts on heap usage thresholds and on rapid increases in java.lang.OutOfMemoryError occurrences
  • Track HTTP error rates (5xx) and connection resets on Liberty listeners to identify service degradation early
  • Implement rate-limiting metrics at the network or reverse-proxy tier in front of WebSphere Liberty

How to Mitigate CVE-2024-22353

Immediate Actions Required

  • Apply the IBM-provided interim fix or upgrade to a fixed Liberty release as documented in the IBM Support Advisory
  • Inventory all WebSphere Liberty deployments and confirm versions against the affected range 17.0.0.3 through 24.0.0.4
  • Restrict network exposure of Liberty endpoints to trusted clients where business requirements permit
  • Increase monitoring coverage on Liberty hosts until patches are validated in production

Patch Information

IBM has issued remediation guidance in the support bulletin at IBM Support node 7145365. Administrators should review the bulletin for the specific interim fix or fix pack applicable to their Liberty version and apply it through the standard IBM update tooling. Additional vulnerability metadata is available from the IBM X-Force entry 280400.

Workarounds

  • Place a reverse proxy or WAF in front of Liberty to enforce request size limits and per-source rate limits
  • Tune Liberty transport and HTTP channel configuration to constrain maximum header size, body size, and concurrent connections
  • Restrict inbound access to Liberty management and application ports using network segmentation or host firewalls
  • Configure JVM heap and resource limits along with automated restart policies to reduce the duration of any successful denial of service
bash
# Example: limit HTTP request size in Liberty server.xml
# Add or adjust the httpEndpoint and httpOptions elements
# <httpEndpoint id="defaultHttpEndpoint" host="*" httpPort="9080" httpsPort="9443">
#   <tcpOptions soReuseAddr="true"/>
#   <httpOptions maxKeepAliveRequests="100" persistTimeout="30s"/>
# </httpEndpoint>

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechIbm Websphere

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.03%

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

  • IBM Support Advisory Node 7145365
  • Related CVEs
  • CVE-2026-8620: IBM WebSphere HTTP Smuggling Vulnerability

  • CVE-2022-35282: IBM WebSphere Application Server SSRF Flaw

  • CVE-2022-22477: IBM WebSphere Application Server XSS Flaw

  • CVE-2022-22310: IBM WebSphere Information Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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