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-42224

CVE-2026-42224: Icinga Web ipl/web XSS Vulnerability

CVE-2026-42224 is a cross-site scripting flaw in Icinga Web ipl/web that allows attackers to inject malicious JavaScript into victims' browsers. This article covers the technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-42224 Overview

CVE-2026-42224 is a Cross-Site Scripting (XSS) vulnerability in ipl/web, a set of common web components used by PHP projects including Icinga Web. Versions prior to 0.13.1 allow an attacker to inject malicious JavaScript that executes in a victim's browser within the context of Icinga Web. Successful exploitation requires the victim to visit a specifically crafted website. The flaw is tracked under CWE-79 and has been patched in ipl/web version 0.13.1.

Critical Impact

An attacker can execute arbitrary JavaScript in the context of Icinga Web, enabling session hijacking, credential theft, and unauthorized actions on behalf of the authenticated user.

Affected Products

  • ipl/web versions prior to 0.13.1
  • Icinga Web deployments that depend on vulnerable ipl/web releases
  • PHP web applications consuming the ipl/web component library

Discovery Timeline

  • 2026-05-08 - CVE-2026-42224 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-42224

Vulnerability Analysis

The vulnerability resides in how ipl/web handles HTTP responses for multipart content used by Icinga Web's asynchronous UI updates. The library generated a custom X-Icinga-Multipart-Content boundary header but did not explicitly set a corresponding Content-Type. As a result, a browser could perform content sniffing and interpret a response as HTML, executing attacker-controlled markup and JavaScript in the application's origin.

Because the script runs in the Icinga Web context, an attacker can read session data, perform privileged actions, exfiltrate dashboard contents, or pivot into the monitored infrastructure exposed through Icinga. Exploitation requires user interaction — the victim must visit a prepared page — and elevated privileges on the application side, which keeps the attack complexity high while still permitting full confidentiality, integrity, and availability impact within the application scope.

Root Cause

The root cause is missing Content-Type enforcement on multipart responses produced by CompatController.php. Without a strict media type, browser MIME sniffing can promote attacker-influenced response parts to executable HTML, satisfying the conditions for stored or reflected XSS [CWE-79].

Attack Vector

The attack is delivered over the network. An attacker lures an authenticated Icinga Web user to a malicious page, which triggers a request flow causing the vulnerable response to render in the victim's browser. The injected script then executes with the privileges of the active Icinga Web session.

php
            }
        } else {
            $partSeparator = base64_encode(random_bytes(16));
-            $this->getResponse()->setHeader('X-Icinga-Multipart-Content', $partSeparator);
+            $this->getResponse()
+                ->setHeader('X-Icinga-Multipart-Content', $partSeparator)
+                ->setHeader('Content-Type', 'application/vnd.icinga+multipart', True);

            $this->document->setSeparator("\n$partSeparator\n");
            $this->document->add($this->parts);

Source: Icinga/ipl-web commit f387e92. The patch explicitly sets Content-Type: application/vnd.icinga+multipart, preventing browsers from MIME-sniffing the response into executable HTML.

Detection Methods for CVE-2026-42224

Indicators of Compromise

  • Unexpected outbound requests from browsers immediately after loading Icinga Web pages, suggesting script-based data exfiltration.
  • Icinga Web responses returning multipart payloads without an explicit Content-Type: application/vnd.icinga+multipart header.
  • Anomalous DOM modifications or new <script> elements observed during user sessions in Icinga Web.

Detection Strategies

  • Inventory PHP dependencies and flag any project pulling ipl/web at a version below 0.13.1.
  • Inspect HTTP response headers on Icinga Web endpoints for missing Content-Type values on multipart responses.
  • Review web server and reverse proxy logs for requests originating from unusual referrers that triggered authenticated multipart responses.

Monitoring Recommendations

  • Enable and monitor Content Security Policy (CSP) violation reports for the Icinga Web origin to surface injected script execution.
  • Alert on authenticated Icinga Web sessions performing unusual API calls, configuration changes, or rapid sequential actions.
  • Capture browser telemetry or WAF logs for response bodies containing executable HTML returned with non-standard or missing media types.

How to Mitigate CVE-2026-42224

Immediate Actions Required

  • Upgrade ipl/web to version 0.13.1 or later across all PHP projects, including Icinga Web deployments.
  • Audit installed Icinga modules that depend on ipl/web and rebuild composer lockfiles to ensure the patched version is pulled in transitively.
  • Invalidate active Icinga Web sessions after patching to remove any session tokens that may have been targeted.

Patch Information

The fix is included in ipl/web release v0.13.1 and tracked in GitHub Security Advisory GHSA-55wf-5m3q-6jjf. The patch adds an explicit Content-Type header to multipart responses in src/Compat/CompatController.php, eliminating the MIME-sniffing condition that enabled script execution.

Workarounds

  • If immediate upgrade is not possible, deploy a reverse proxy rule to enforce X-Content-Type-Options: nosniff on all Icinga Web responses to block browser MIME sniffing.
  • Restrict access to Icinga Web to trusted networks or VPNs to reduce exposure to malicious externally hosted pages.
  • Enforce a strict Content Security Policy that disallows inline scripts and limits script sources to trusted origins.
bash
# Update ipl/web to the patched release via Composer
composer require ipl/web:^0.13.1
composer update ipl/web

# Verify the installed version
composer show ipl/web | grep versions

# Optional: enforce nosniff at the web server layer (nginx)
# add to server or location block serving Icinga Web
add_header X-Content-Type-Options "nosniff" always;

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechIpl Web

  • SeverityHIGH

  • CVSS Score7.6

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Commit Update

  • GitHub Release v0.13.1

  • GitHub Security Advisory GHSA-55wf-5m3q-6jjf
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

  • CVE-2026-43330: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43331: Linux Kernel DOS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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