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

CVE-2026-44916: OpenStack Ironic XSS Vulnerability

CVE-2026-44916 is a cross-site scripting vulnerability in OpenStack Ironic that occurs when instance_info['ks_template'] is rendered without sandboxing. This article covers technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-44916 Overview

CVE-2026-44916 affects OpenStack Ironic, the bare metal provisioning service, in versions before 35.0.2. The flaw resides in how Ironic renders instance_info['ks_template'] without applying a sandbox to the template engine. An attacker with high privileges and access to a non-default configuration can supply template content that the rendering engine evaluates without restrictions. The issue maps to CWE-1336: Improper Neutralization of Special Elements Used in a Template Engine.

Critical Impact

Authenticated users in specific non-default Ironic deployments can inject template expressions that the engine evaluates outside a sandbox, leading to limited information disclosure across a scope boundary.

Affected Products

  • OpenStack Ironic versions prior to 35.0.2
  • Deployments using the non-default ks_template configuration in instance_info
  • Bare metal provisioning environments built on the affected Ironic releases

Discovery Timeline

  • 2026-05-08 - CVE-2026-44916 published to the National Vulnerability Database
  • 2026-05-11 - Disclosure published on the Openwall oss-security mailing list
  • 2026-05-12 - Last updated in NVD database

Technical Details for CVE-2026-44916

Vulnerability Analysis

OpenStack Ironic uses templates to generate kickstart configurations during bare metal provisioning. The instance_info['ks_template'] field accepts a template that the service renders before delivering it to a node being deployed. In affected versions, Ironic renders this template without enabling the sandboxed environment normally used to constrain template execution. Without sandboxing, template syntax can reach Python attributes and methods that the template engine would otherwise block. The vulnerability requires the deployment to use a specific non-default configuration that exposes ks_template rendering to user-supplied content.

Root Cause

The root cause is the absence of a sandboxed template environment when rendering user-controlled input. Template engines such as Jinja2 provide a SandboxedEnvironment class that restricts access to unsafe attributes and callables. Ironic instantiated an unrestricted environment for ks_template content, allowing template expressions to traverse object attributes during rendering [CWE-1336].

Attack Vector

Exploitation requires network access to the Ironic API and high-privilege credentials capable of setting instance_info on a node. The attacker submits a crafted ks_template value containing template directives that exercise unsandboxed features when Ironic renders the kickstart file. The scope changes during exploitation because rendering occurs in the Ironic service context, while the template originates from a user-controlled node configuration. The Exploit Prediction Scoring System lists the vulnerability with a very low probability of near-term exploitation, consistent with the high privilege and configuration prerequisites.

No verified public exploit code is available. Refer to the Launchpad bug report and the Openwall oss-security advisory for the maintainer discussion of the rendering path.

Detection Methods for CVE-2026-44916

Indicators of Compromise

  • Unexpected template syntax such as {{ ... }} or {% ... %} within instance_info['ks_template'] values stored against Ironic nodes
  • Ironic conductor log entries showing template rendering errors or attribute access during kickstart generation
  • Node updates from accounts not normally responsible for provisioning workflows

Detection Strategies

  • Audit stored node records for ks_template content and flag values containing template control structures referencing object attributes or built-ins
  • Correlate Ironic API requests that modify instance_info with the identity of the calling user and the time of node deployment
  • Compare deployed kickstart output against the submitted template to identify unexpected substitutions

Monitoring Recommendations

  • Forward Ironic API and conductor logs to a centralized analytics platform and alert on ks_template modifications outside change windows
  • Track use of the non-default configuration that enables user-supplied ks_template rendering and restrict it to required environments
  • Monitor privileged OpenStack accounts for unusual node creation or update patterns

How to Mitigate CVE-2026-44916

Immediate Actions Required

  • Upgrade OpenStack Ironic to version 35.0.2 or later, where ks_template is rendered inside a sandboxed environment
  • Inventory deployments to identify whether the non-default configuration permitting user-supplied ks_template rendering is enabled
  • Restrict the OpenStack roles that can set instance_info fields on Ironic nodes to a minimum set of operators

Patch Information

The fix ships in OpenStack Ironic 35.0.2. The upstream change introduces sandboxing around the ks_template rendering path so that template expressions cannot reach unsafe attributes or callables. Operators tracking long-term support branches should consult the Launchpad bug report for backport status.

Workarounds

  • Disable the non-default configuration that permits user-supplied ks_template rendering until the patched release is deployed
  • Enforce policy controls in policy.yaml so that only trusted service accounts may modify instance_info on bare metal nodes
  • Validate and reject ks_template content containing template control structures before it reaches the Ironic API
bash
# Configuration example: restrict instance_info updates in Ironic policy.yaml
"baremetal:node:update_instance_info": "role:admin and project_id:%(project_id)s"

# Verify the installed Ironic version is at or above 35.0.2
pip show ironic | grep -i version

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechOpenstack

  • SeverityLOW

  • CVSS Score3.0

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-1336
  • Technical References
  • Launchpad Bug Report

  • Openwall OSS Security List
  • Related CVEs
  • CVE-2026-40212: OpenStack Skyline DOM-Based XSS Vulnerability

  • CVE-2026-44919: OpenStack Ironic DoS Vulnerability

  • CVE-2026-42997: OpenStack Ironic Auth Bypass Vulnerability

  • CVE-2026-43002: OpenStack Horizon 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