Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-36396

CVE-2025-36396: IBM Application Gateway XSS Vulnerability

CVE-2025-36396 is a cross-site scripting flaw in IBM Application Gateway versions 23.10 through 25.09 that enables authenticated users to inject malicious JavaScript. This article covers technical details, impact, and mitigation.

Published: January 23, 2026

CVE-2025-36396 Overview

A cross-site scripting (XSS) vulnerability has been identified in IBM Application Gateway affecting versions 23.10 through 25.09. This vulnerability allows an authenticated user to embed arbitrary JavaScript code in the Web UI, potentially altering the intended functionality and leading to credentials disclosure within a trusted session.

Critical Impact

Authenticated attackers can inject malicious JavaScript into the IBM Application Gateway Web UI, potentially compromising user credentials and session data within trusted sessions.

Affected Products

  • IBM Application Gateway 23.10
  • IBM Application Gateway versions through 25.09

Discovery Timeline

  • 2026-01-20 - CVE CVE-2025-36396 published to NVD
  • 2026-01-20 - Last updated in NVD database

Technical Details for CVE-2025-36396

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting (XSS). The flaw exists in the IBM Application Gateway Web UI where user-supplied input is not properly sanitized before being rendered in the browser. An authenticated attacker can exploit this weakness to inject malicious JavaScript code that executes in the context of other users' sessions.

The attack requires network access and user interaction, as a victim must access a page containing the malicious payload. When successful, the injected script runs with the privileges of the victim's session, potentially exposing sensitive credentials and session tokens. The scope is changed, meaning the vulnerability in the vulnerable component impacts resources beyond its security scope.

Root Cause

The root cause of this vulnerability lies in insufficient input validation and output encoding within the IBM Application Gateway Web UI. User-controlled data is incorporated into web pages without proper sanitization, allowing JavaScript code to be interpreted and executed by the browser. This represents a failure to implement adequate cross-site scripting defenses such as Content Security Policy (CSP) headers or context-aware output encoding.

Attack Vector

The attack is network-based and requires the attacker to have authenticated access to the IBM Application Gateway system. The attacker must craft a malicious payload containing JavaScript code and inject it into the Web UI. When another user (including administrators) views the affected page, the malicious script executes in their browser session. This can lead to:

  • Session token theft
  • Credential harvesting through fake login prompts
  • Unauthorized actions performed on behalf of the victim
  • Phishing attacks within the trusted application context

The vulnerability requires user interaction (a victim must navigate to or view the affected content), which limits the potential for fully automated exploitation but increases the risk during routine administrative activities.

Detection Methods for CVE-2025-36396

Indicators of Compromise

  • Unexpected JavaScript execution or browser behavior when accessing IBM Application Gateway Web UI
  • Unusual network requests to external domains originating from the Web UI context
  • Session anomalies or unauthorized configuration changes following Web UI access
  • Presence of encoded or obfuscated script content in request logs or database fields

Detection Strategies

  • Monitor web server logs for requests containing suspicious JavaScript patterns or encoding sequences
  • Implement Content Security Policy violation reporting to detect unauthorized script execution attempts
  • Review audit logs for unusual administrative actions that may indicate session compromise
  • Deploy web application firewall (WAF) rules to detect and block common XSS payloads

Monitoring Recommendations

  • Enable verbose logging on IBM Application Gateway to capture detailed request/response data
  • Configure alerts for CSP violations or unexpected script execution events
  • Monitor for changes to user accounts or permissions that may indicate credential compromise
  • Implement session monitoring to detect unusual access patterns following potential XSS exploitation

How to Mitigate CVE-2025-36396

Immediate Actions Required

  • Review the IBM Support Document for official patch information and apply available updates
  • Restrict access to the IBM Application Gateway Web UI to trusted users and networks only
  • Implement Content Security Policy headers to reduce the impact of potential XSS attacks
  • Audit current user accounts for any unauthorized access or privilege changes

Patch Information

IBM has published a security advisory addressing this vulnerability. Organizations should consult the IBM Support Document for specific patch details and upgrade instructions. Ensure you upgrade IBM Application Gateway to a version newer than 25.09 or apply the vendor-recommended security patches.

Workarounds

  • Limit Web UI access to a restricted set of trusted administrators until patches can be applied
  • Implement network segmentation to isolate the IBM Application Gateway management interface
  • Use browser extensions or security tools that can detect and block XSS payloads
  • Enable additional authentication factors for administrative access to reduce the impact of credential disclosure

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechIbm Application Gateway

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • IBM Support Document
  • Related CVEs
  • CVE-2025-36397: IBM Application Gateway XSS Vulnerability

  • CVE-2024-28787: IBM Application Gateway Info 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