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-2026-4364

CVE-2026-4364: IBM Verify Access XSS Vulnerability

CVE-2026-4364 is a cross-site scripting flaw in IBM Verify Access that allows JavaScript injection through improper Content-Type handling. This article covers the technical details, affected versions, and mitigation strategies.

Published: April 2, 2026

CVE-2026-4364 Overview

IBM Verify Identity Access Container and IBM Security Verify Access products contain a Cross-Site Scripting (XSS) vulnerability that occurs when certificate listings retrieved via a browser session return a JSON payload while incorrectly specifying the response Content-Type as text/html. Because the content is delivered with an HTML MIME type instead of the appropriate application/json, browsers may interpret the JSON data as executable script under certain conditions, creating an opportunity for JavaScript injection.

Critical Impact

This vulnerability enables potential cross-site scripting attacks through MIME type mismatch, allowing attackers to inject malicious JavaScript that could execute in victims' browsers within the context of the affected application.

Affected Products

  • IBM Verify Identity Access Container 11.0 through 11.0.2
  • IBM Security Verify Access Container 10.0 through 10.0.9.1
  • IBM Verify Identity Access 11.0 through 11.0.2
  • IBM Security Verify Access 10.0 through 10.0.9.1

Discovery Timeline

  • April 1, 2026 - CVE-2026-4364 published to NVD
  • April 1, 2026 - Last updated in NVD database

Technical Details for CVE-2026-4364

Vulnerability Analysis

This vulnerability (CWE-79: Improper Neutralization of Input During Web Page Generation) stems from an improper Content-Type header configuration in the certificate listing functionality. When users access certificate listings through a browser session, the server returns JSON data but incorrectly sets the Content-Type header to text/html instead of application/json.

This MIME type mismatch can lead to browsers interpreting JSON responses as HTML content. If an attacker can control any portion of the JSON payload—such as certificate names, descriptions, or other user-controllable fields—they could inject malicious JavaScript that browsers would then execute.

The vulnerability requires user interaction, as a victim must visit a malicious link or be redirected to a crafted URL that triggers the vulnerable certificate listing endpoint. The scope is changed, meaning the vulnerability can impact resources beyond the vulnerable component's security scope.

Root Cause

The root cause is the incorrect specification of the HTTP Content-Type response header. The application returns JSON data with a text/html MIME type, violating the principle that response content types should accurately reflect the actual content being served. This misconfiguration bypasses the browser's content-type based security mechanisms that would otherwise prevent script execution in JSON responses.

Attack Vector

The attack requires network access with low complexity but needs the attacker to have low-level privileges (authenticated access) to the system. User interaction is required for successful exploitation. An attacker could craft a malicious certificate entry containing JavaScript code, then trick an authenticated user into viewing the certificate listing. When the browser receives the JSON with HTML Content-Type, it may render and execute the embedded script.

Since no verified code examples are available for this vulnerability, the exploitation mechanism can be described conceptually: The attacker would need to inject JavaScript payloads into certificate metadata fields, which would then be returned in the JSON response. Due to the text/html Content-Type header, browsers may execute any embedded <script> tags or event handlers when rendering the response. For detailed technical information, refer to the IBM Support Page.

Detection Methods for CVE-2026-4364

Indicators of Compromise

  • Unusual JavaScript content within certificate listing responses or certificate metadata fields
  • HTTP responses from certificate listing endpoints containing Content-Type: text/html headers with JSON body content
  • Browser console errors indicating script execution from unexpected sources
  • Suspicious certificate entries with HTML or JavaScript-like content in name or description fields

Detection Strategies

  • Monitor HTTP responses from IBM Verify/Security Verify Access instances for Content-Type header mismatches where JSON data is served with text/html headers
  • Implement Web Application Firewall (WAF) rules to detect and block XSS payloads in certificate-related request parameters
  • Review application logs for suspicious certificate listing access patterns or unusual user-agent strings
  • Deploy Content Security Policy (CSP) headers to restrict script execution sources

Monitoring Recommendations

  • Enable verbose logging on IBM Verify Identity Access and Security Verify Access instances to capture certificate listing access events
  • Configure SIEM rules to alert on potential XSS attack patterns targeting certificate management endpoints
  • Monitor for abnormal certificate creation or modification activities that may indicate payload injection attempts
  • Implement browser-side monitoring solutions to detect unexpected script execution in the application context

How to Mitigate CVE-2026-4364

Immediate Actions Required

  • Apply the latest security patches from IBM for all affected products as soon as available
  • Review and validate Content-Type headers on all API endpoints serving JSON data
  • Implement Content Security Policy (CSP) headers to mitigate XSS impact
  • Restrict access to certificate listing functionality to only necessary users
  • Consider implementing input validation and output encoding for certificate metadata fields

Patch Information

IBM has released security updates addressing this vulnerability. Organizations should review the official IBM Support Page for specific patch details and update instructions. Apply updates to upgrade affected systems:

  • IBM Verify Identity Access Container: Update to a version newer than 11.0.2
  • IBM Security Verify Access Container: Update to a version newer than 10.0.9.1
  • IBM Verify Identity Access: Update to a version newer than 11.0.2
  • IBM Security Verify Access: Update to a version newer than 10.0.9.1

Workarounds

  • Implement a reverse proxy or WAF rule to force correct Content-Type: application/json headers on certificate listing endpoint responses
  • Enable and configure Content Security Policy (CSP) headers with strict script-src directives to prevent inline script execution
  • Restrict network access to the certificate management interface to trusted administrative networks only
  • Disable or limit browser-based access to certificate listing functionality pending patch deployment

As no verified configuration examples are available, administrators should consult the IBM Support Page for specific workaround implementation guidance and recommended security configurations.

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechIbm Security Verify Access

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.01%

  • 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 Page
  • Related CVEs
  • CVE-2026-1342: IBM Security Verify Access Auth Bypass Flaw

  • CVE-2026-1346: IBM Security Verify Access Privilege Escalation

  • CVE-2026-1343: IBM Security Verify Access Auth Bypass Flaw

  • CVE-2026-2475: IBM Verify Access Open Redirect Vulnerability
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