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-2024-22329

CVE-2024-22329: IBM WebSphere Application Server SSRF Flaw

CVE-2024-22329 is a server-side request forgery vulnerability in IBM WebSphere Application Server 8.5, 9.0, and Liberty versions that allows attackers to conduct SSRF attacks via crafted requests. This article covers technical details, affected versions, security impact, and mitigation strategies.

Updated: January 22, 2026

CVE-2024-22329 Overview

IBM WebSphere Application Server 8.5, 9.0 and IBM WebSphere Application Server Liberty 17.0.0.3 through 24.0.0.3 are vulnerable to server-side request forgery (SSRF). By sending a specially crafted request, an attacker could exploit this vulnerability to conduct the SSRF attack. This vulnerability allows attackers to make the server perform requests to arbitrary internal or external destinations, potentially exposing sensitive information or enabling further attacks against internal infrastructure.

Critical Impact

Attackers can leverage SSRF to access internal network resources, potentially bypassing security controls and exposing sensitive data from systems that would otherwise be inaccessible from external networks.

Affected Products

  • IBM WebSphere Application Server 8.5 (Traditional)
  • IBM WebSphere Application Server 9.0 (Traditional)
  • IBM WebSphere Application Server Liberty 17.0.0.3 through 24.0.0.3

Discovery Timeline

  • 2024-04-17 - CVE CVE-2024-22329 published to NVD
  • 2025-03-06 - Last updated in NVD database

Technical Details for CVE-2024-22329

Vulnerability Analysis

This Server-Side Request Forgery (SSRF) vulnerability (CWE-918) in IBM WebSphere Application Server allows an attacker on an adjacent network to induce the application to make HTTP requests to an arbitrary domain of the attacker's choosing. The vulnerability requires no user interaction and can be exploited without authentication.

SSRF vulnerabilities occur when a web application fetches a remote resource without properly validating the user-supplied URL. In the context of IBM WebSphere Application Server, this could allow an attacker to probe internal services, access cloud metadata endpoints, or exfiltrate data through the trusted server.

Root Cause

The root cause of this vulnerability is improper validation of user-supplied input that is used to construct server-side HTTP requests. The application fails to adequately restrict or sanitize URLs before using them to fetch remote resources, allowing attackers to manipulate the destination of these requests.

Attack Vector

The attack vector for CVE-2024-22329 requires adjacent network access, meaning the attacker must be on the same network segment as the vulnerable WebSphere server. The attacker sends a specially crafted request containing a malicious URL that the server then processes and attempts to fetch. This could allow the attacker to:

  • Access internal services and APIs not exposed to external networks
  • Probe internal network infrastructure for reconnaissance
  • Access cloud provider metadata services (e.g., AWS IMDSv1)
  • Potentially pivot to other vulnerable internal systems

The vulnerability can be exploited by manipulating request parameters that the WebSphere server uses to construct outbound HTTP requests. The attacker-controlled URL causes the server to send requests on behalf of the attacker, effectively using the server as a proxy to access otherwise restricted resources.

Detection Methods for CVE-2024-22329

Indicators of Compromise

  • Unusual outbound HTTP/HTTPS requests from WebSphere Application Server to internal IP addresses or unexpected external domains
  • Server-side requests targeting cloud metadata endpoints (e.g., 169.254.169.254)
  • Requests containing encoded or obfuscated URLs in parameters
  • Anomalous traffic patterns from application servers to internal infrastructure services

Detection Strategies

  • Monitor outbound network traffic from WebSphere servers for connections to internal RFC 1918 IP ranges that are not part of normal application behavior
  • Implement network segmentation and firewall rules to detect unauthorized egress traffic from application servers
  • Deploy web application firewall (WAF) rules to detect SSRF attack patterns in incoming requests
  • Review application logs for requests with unusual URL parameters or encoding schemes

Monitoring Recommendations

  • Enable detailed access logging on IBM WebSphere Application Server to capture all incoming requests and their parameters
  • Configure network monitoring tools to alert on outbound connections from WebSphere to non-whitelisted destinations
  • Implement SentinelOne Singularity XDR to monitor for behavioral anomalies indicative of SSRF exploitation
  • Set up alerts for any requests from WebSphere servers to cloud metadata endpoints or internal-only services

How to Mitigate CVE-2024-22329

Immediate Actions Required

  • Apply the latest security patches from IBM for all affected WebSphere Application Server versions
  • Implement network segmentation to limit outbound connectivity from WebSphere servers
  • Deploy allowlists for valid external destinations that the application server is permitted to contact
  • Review and restrict any application functionality that accepts user-controlled URLs

Patch Information

IBM has released security updates to address this vulnerability. Refer to IBM Support Advisory #7148380 for specific patch versions and download links. Organizations should upgrade to the latest patched versions of IBM WebSphere Application Server Traditional (8.5.x and 9.0.x fixes) and WebSphere Application Server Liberty (versions after 24.0.0.3).

For additional technical details, see IBM X-Force Vulnerability #279951.

Workarounds

  • Implement strict egress filtering on WebSphere Application Server hosts to block outbound connections to internal networks and sensitive endpoints
  • Configure web application firewalls to inspect and block requests containing suspicious URL patterns
  • Disable or restrict application features that process user-supplied URLs until patches can be applied
  • Use network policies to restrict WebSphere server outbound traffic to only approved external services
bash
# Example: Restrict outbound connections from WebSphere using iptables
# Allow only necessary outbound connections, block access to internal networks
iptables -A OUTPUT -m owner --uid-owner websphere -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -m owner --uid-owner websphere -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -m owner --uid-owner websphere -d 192.168.0.0/16 -j DROP
iptables -A OUTPUT -m owner --uid-owner websphere -d 169.254.169.254 -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechIbm Websphere

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • IBM X-Force Vulnerability #279951
  • Vendor Resources
  • IBM Support Advisory #7148380
  • Related CVEs
  • CVE-2026-1561: IBM WebSphere Liberty SSRF Vulnerability

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

  • CVE-2022-22310: IBM WebSphere Information Disclosure Flaw

  • CVE-2020-4449: 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