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-2022-35282

CVE-2022-35282: IBM WebSphere Application Server SSRF

CVE-2022-35282 is a server-side request forgery vulnerability in IBM WebSphere Application Server versions 7.0, 8.0, 8.5, and 9.0 that allows attackers with local network access to obtain sensitive data through specially crafted requests.

Published: February 18, 2026

CVE-2022-35282 Overview

IBM WebSphere Application Server versions 7.0, 8.0, 8.5, and 9.0 contain a Server-Side Request Forgery (SSRF) vulnerability that allows attackers with local network access to obtain sensitive data by sending specially crafted requests. This vulnerability enables unauthorized access to internal resources and potentially exposes confidential information from backend systems that would otherwise be inaccessible from external networks.

Critical Impact

Attackers with adjacent network access can exploit SSRF to access internal services, retrieve sensitive configuration data, and potentially pivot to other internal systems that trust the WebSphere server.

Affected Products

  • IBM WebSphere Application Server 7.0
  • IBM WebSphere Application Server 8.0
  • IBM WebSphere Application Server 8.5
  • IBM WebSphere Application Server 9.0

Discovery Timeline

  • September 28, 2022 - CVE-2022-35282 published to NVD
  • May 20, 2025 - Last updated in NVD database

Technical Details for CVE-2022-35282

Vulnerability Analysis

This Server-Side Request Forgery (SSRF) vulnerability (CWE-918) in IBM WebSphere Application Server allows an attacker positioned on the adjacent network to manipulate server-side requests. The vulnerability stems from insufficient validation of user-supplied input that controls URL destinations or request parameters within the application server's request handling mechanisms.

When exploited, the WebSphere server can be coerced into making requests to arbitrary internal or external destinations on behalf of the attacker. This is particularly dangerous in enterprise environments where WebSphere servers often have trusted access to internal services, databases, and management interfaces that are not directly accessible from external networks.

The attack requires adjacent network positioning (such as being on the same local network segment), but does not require authentication or user interaction, making it exploitable by any attacker who has gained access to the internal network.

Root Cause

The vulnerability is classified under CWE-918 (Server-Side Request Forgery), indicating that the WebSphere Application Server fails to properly validate or sanitize URLs or request destinations before the server processes outbound requests. This allows attackers to specify arbitrary endpoints, causing the server to make requests to unintended destinations. The lack of proper URL allowlisting or input sanitization enables the SSRF attack vector.

Attack Vector

The attack requires adjacent network access, meaning the attacker must be positioned on the same local network segment as the vulnerable WebSphere server. From this position, the attacker sends specially crafted requests that manipulate the server into making requests to internal resources. The attack does not require authentication or user interaction.

The exploitation flow typically involves:

  1. Attacker gains access to the adjacent network where WebSphere is deployed
  2. Attacker identifies the vulnerable WebSphere server endpoint
  3. Attacker crafts a malicious request containing internal target URLs
  4. WebSphere processes the request and makes a server-side request to the attacker-specified destination
  5. Attacker receives sensitive data from internal resources through the response

For technical implementation details, refer to the IBM Support Article on Security.

Detection Methods for CVE-2022-35282

Indicators of Compromise

  • Unusual outbound requests from WebSphere servers to internal IP ranges (e.g., 10.x.x.x, 172.16.x.x, 192.168.x.x) or localhost addresses
  • HTTP requests containing internal hostnames or IP addresses in URL parameters or request bodies
  • Server logs showing requests to metadata endpoints (e.g., cloud provider metadata services at 169.254.169.254)
  • Unexpected access patterns to internal services from WebSphere server IPs

Detection Strategies

  • Monitor WebSphere access logs for requests containing internal IP addresses or hostnames in query parameters
  • Implement network monitoring to detect anomalous outbound connections from WebSphere servers to internal resources
  • Deploy web application firewalls (WAF) with SSRF detection rules to identify and block malicious request patterns
  • Configure SIEM rules to alert on WebSphere servers accessing unusual internal endpoints

Monitoring Recommendations

  • Enable verbose logging on WebSphere Application Server to capture full request details including URL parameters
  • Implement egress filtering and monitoring on network segments containing WebSphere servers
  • Deploy SentinelOne agents on WebSphere hosts to monitor for suspicious network activity and process behavior
  • Establish baseline network communication patterns for WebSphere servers and alert on deviations

How to Mitigate CVE-2022-35282

Immediate Actions Required

  • Review and apply the security patches from IBM for affected WebSphere Application Server versions (7.0, 8.0, 8.5, 9.0)
  • Implement network segmentation to limit adjacent network access to WebSphere servers
  • Deploy WAF rules to filter requests containing internal IP addresses or suspicious URL patterns
  • Audit WebSphere configurations for any features that process user-controlled URLs

Patch Information

IBM has released security patches addressing this vulnerability. Organizations should consult the IBM Support Article on Security for specific patch information and apply the appropriate fix pack or interim fix for their WebSphere version. Additional technical details are available through the IBM X-Force Vulnerability #230809.

Workarounds

  • Implement strict input validation and URL allowlisting for any WebSphere components that process external URLs
  • Configure network-level egress controls to restrict WebSphere servers from accessing sensitive internal resources
  • Deploy reverse proxy or WAF in front of WebSphere to inspect and filter potentially malicious requests
  • Disable or restrict access to any WebSphere features or endpoints that accept user-controlled URL inputs
bash
# Network segmentation example - restrict WebSphere server outbound access
# Add iptables rules to limit SSRF impact (Linux hosts)
iptables -A OUTPUT -m owner --uid-owner websphere -d 169.254.169.254 -j DROP
iptables -A OUTPUT -m owner --uid-owner websphere -d 10.0.0.0/8 -p tcp --dport 80 -j LOG --log-prefix "WAS_SSRF_ATTEMPT: "
iptables -A OUTPUT -m owner --uid-owner websphere -d 172.16.0.0/12 -p tcp --dport 80 -j LOG --log-prefix "WAS_SSRF_ATTEMPT: "

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

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.12%

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

  • IBM Support Article on Security
  • Related CVEs
  • CVE-2025-27907: IBM WebSphere Application Server SSRF 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