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
    • 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-36097

CVE-2025-36097: IBM WebSphere Application Server DOS Flaw

CVE-2025-36097 is a denial of service vulnerability in IBM WebSphere Application Server caused by a stack-based overflow. Attackers can exploit this to consume excessive memory. This post covers technical details, impact, and fixes.

Updated: January 22, 2026

CVE-2025-36097 Overview

IBM WebSphere Application Server 9.0 and WebSphere Application Server Liberty 17.0.0.3 through 25.0.0.7 contain a stack-based buffer overflow vulnerability (CWE-121) that enables denial of service attacks. An attacker can exploit this flaw by sending specially crafted requests that cause the server to consume excessive memory resources, ultimately leading to service disruption.

Critical Impact

This stack-based overflow vulnerability allows unauthenticated remote attackers to trigger denial of service conditions against IBM WebSphere Application Server deployments, potentially impacting business-critical enterprise applications and services.

Affected Products

  • IBM WebSphere Application Server 9.0
  • IBM WebSphere Application Server Liberty 17.0.0.3 through 25.0.0.7

Discovery Timeline

  • 2025-07-16 - CVE-2025-36097 published to NVD
  • 2025-08-11 - Last updated in NVD database

Technical Details for CVE-2025-36097

Vulnerability Analysis

This vulnerability is classified as CWE-121 (Stack-based Buffer Overflow), a memory corruption issue where data written to a buffer on the stack exceeds its allocated size. In the context of IBM WebSphere Application Server, the overflow occurs when processing certain types of requests, causing the application to write beyond the boundaries of stack-allocated memory.

The vulnerability is remotely exploitable over the network without requiring authentication or user interaction. When exploited, the stack overflow condition leads to excessive memory consumption, degrading server performance and potentially causing complete service unavailability. Enterprise environments running WebSphere for mission-critical applications face significant operational risk from this denial of service vector.

Root Cause

The root cause stems from improper boundary checking when handling specific request parameters in IBM WebSphere Application Server. The server fails to properly validate the size of input data before copying it to a fixed-size buffer on the call stack. When an attacker supplies oversized or malformed input data, the write operation overflows the allocated buffer space, corrupting adjacent stack memory and triggering the denial of service condition through memory resource exhaustion.

Attack Vector

The attack leverages the network interface exposed by WebSphere Application Server. An attacker sends specially crafted HTTP or application-layer requests designed to trigger the vulnerable code path. The malicious payload contains data structured to overflow the stack buffer, causing the server to enter an abnormal state characterized by excessive memory consumption.

The attack can be executed remotely without any prior authentication, and no user interaction is required to trigger the vulnerability. This makes the vulnerability particularly dangerous in internet-facing WebSphere deployments where attackers can directly access the application server.

Detection Methods for CVE-2025-36097

Indicators of Compromise

  • Unusual memory consumption patterns in WebSphere Application Server processes
  • Server crashes or unresponsive states following receipt of malformed requests
  • Abnormal stack traces in server logs indicating buffer overflow conditions
  • Increased frequency of application server restarts or failovers

Detection Strategies

  • Monitor WebSphere Application Server process memory usage for anomalous spikes
  • Implement web application firewall (WAF) rules to detect and block oversized or malformed request payloads
  • Enable detailed request logging to capture and analyze suspicious request patterns
  • Deploy intrusion detection systems (IDS) with signatures for stack overflow exploitation attempts

Monitoring Recommendations

  • Configure alerts for WebSphere server memory utilization exceeding baseline thresholds
  • Monitor application server uptime and availability metrics for unexpected disruptions
  • Review WebSphere system logs for stack-related errors and exceptions
  • Track incoming request sizes and patterns for statistical anomalies

How to Mitigate CVE-2025-36097

Immediate Actions Required

  • Apply the IBM security patch immediately to all affected WebSphere Application Server instances
  • Implement network-level controls to restrict access to WebSphere servers from untrusted networks
  • Enable enhanced logging to detect potential exploitation attempts
  • Consider deploying a web application firewall to filter malicious requests before they reach the application server

Patch Information

IBM has released a security patch addressing this vulnerability. Administrators should consult the IBM Security Patch Advisory for detailed patching instructions and download links. The patch addresses the stack-based overflow by implementing proper input validation and boundary checks for the affected request processing code paths.

For WebSphere Application Server 9.0, apply the relevant fix pack as specified in the advisory. For WebSphere Application Server Liberty deployments running versions 17.0.0.3 through 25.0.0.7, upgrade to the patched version as directed by IBM.

Workarounds

  • Restrict network access to WebSphere Application Server using firewall rules to limit exposure to trusted sources only
  • Deploy a reverse proxy or load balancer with request filtering capabilities to inspect and block malformed requests
  • Implement rate limiting on incoming connections to mitigate potential denial of service impact
  • Consider temporary isolation of vulnerable servers while patches are tested and deployed in staging environments
bash
# Example: Restrict network access to WebSphere using iptables
# Allow connections only from trusted IP ranges
iptables -A INPUT -p tcp --dport 9080 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 9443 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 9080 -j DROP
iptables -A INPUT -p tcp --dport 9443 -j DROP

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

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.07%

  • 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-121
  • Vendor Resources
  • IBM Security Patch
  • Related CVEs
  • CVE-2024-25026: IBM WebSphere Application Server DoS Flaw

  • CVE-2025-14917: IBM WebSphere Liberty Auth Bypass Flaw

  • CVE-2025-14915: IBM WebSphere Liberty Escalation Flaw

  • CVE-2025-14923: IBM WebSphere Information Disclosure Flaw
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