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

CVE-2026-43003: Openstack Ironic Python Agent RCE Flaw

CVE-2026-43003 is a remote code execution vulnerability in Openstack Ironic Python Agent versions 1.0.0 through 11.5.0. Malicious partition images can execute code during grub-install operations within chroot environments.

Published: May 7, 2026

CVE-2026-43003 Overview

CVE-2026-43003 affects OpenStack ironic-python-agent (IPA) versions 1.0.0 through 11.5.0. The Ironic Python Agent runs grub-install from within a chroot of the deployed partition image during bare-metal provisioning. A malicious image supplied to the deployment workflow can place attacker-controlled binaries that execute when IPA enters the chroot. This results in code execution within the deployment ramdisk context.

The issue is tracked under [CWE-829: Inclusion of Functionality from Untrusted Control Sphere]. Operators running OpenStack Ironic for bare-metal provisioning should review user-supplied image sources before applying patches.

Critical Impact

A malicious partition image can achieve code execution inside the IPA ramdisk during the EFI bootloader installation step, compromising the provisioning host.

Affected Products

  • OpenStack ironic-python-agent 1.0.0 through 11.5.0
  • Bare-metal deployment workflows using EFI partition images
  • OpenStack Ironic deployments accepting tenant-supplied images

Discovery Timeline

  • 2026-05-01 - CVE-2026-43003 published to NVD
  • 2026-05-04 - Last updated in NVD database

Technical Details for CVE-2026-43003

Vulnerability Analysis

Ironic Python Agent provisions bare-metal nodes by writing a partition image to disk and configuring the bootloader. During EFI setup, IPA enters a chroot into the deployed partition and invokes grub-install from within that chroot. The grub-install binary, along with its supporting libraries and configuration, originates from the partition image rather than the trusted ramdisk.

When a tenant or upstream source supplies a malicious image, that image controls every binary executed inside the chroot. The IPA ramdisk runs with elevated privileges on the provisioning host, so any payload triggered through grub-install inherits those privileges. The relevant logic resides in efi_utils.py around lines 134-139, as documented in the GitHub Code Review.

Root Cause

The root cause is trust boundary violation. IPA treats binaries inside the deployed image as safe enough to execute during provisioning. The chroot does not sanitize or validate the executables it runs. An attacker controlling the partition image controls the grub-install execution path.

Attack Vector

An attacker must supply a malicious partition image to the Ironic deployment pipeline. This requires authenticated access to upload images or compromise of an upstream image source. Once the image deploys, IPA enters the chroot and executes the attacker-staged grub-install, achieving code execution on the deployment ramdisk. Refer to the Launchpad Bug Report for additional context.

Detection Methods for CVE-2026-43003

Indicators of Compromise

  • Unexpected child processes spawned by ironic-python-agent during the EFI bootloader installation phase
  • Modified or non-standard grub-install binaries within tenant-supplied partition images
  • Outbound network connections originating from the IPA ramdisk during provisioning
  • Anomalous filesystem writes outside the chroot target during deployment

Detection Strategies

  • Audit IPA deployment logs for grub-install invocations and capture the full process tree under the chroot
  • Validate cryptographic hashes of grub-install and supporting libraries inside images before deployment
  • Compare expected EFI provisioning durations and command sequences against observed runs to flag deviations

Monitoring Recommendations

  • Forward IPA conductor and ramdisk logs to a centralized logging platform for behavioral baselining
  • Alert on process executions inside provisioning chroots that deviate from approved bootloader binaries
  • Track image provenance metadata and flag deployments using images from unverified sources

How to Mitigate CVE-2026-43003

Immediate Actions Required

  • Restrict image upload privileges in OpenStack Glance to trusted operators only
  • Inventory all ironic-python-agent versions in use and prioritize upgrades for versions 1.0.0 through 11.5.0
  • Audit recent bare-metal deployments for signs of unauthorized code execution on provisioning hosts

Patch Information

No fixed version is listed in the NVD record at the time of publication. Operators should monitor the Launchpad Bug Report and the OpenStack ironic-python-agent repository for the official remediation. The fix is expected to avoid executing grub-install from within the deployed image chroot.

Workarounds

  • Limit Ironic image sources to a curated, signed set of operator-controlled images
  • Disable EFI bootloader provisioning paths where feasible and use BIOS or netboot alternatives
  • Apply image signature verification in Glance to prevent unsigned or untrusted images from reaching Ironic
  • Isolate provisioning networks to contain potential post-exploitation activity from compromised ramdisks
bash
# Configuration example: enforce signed image verification in Glance
# /etc/glance/glance-api.conf
[DEFAULT]
verify_glance_signatures = True
enabled_import_methods = ['glance-direct']

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechOpenstack

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.04%

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

  • GitHub Code Review
  • Related CVEs
  • CVE-2026-42510: OpenStack Ironic RCE Vulnerability

  • CVE-2026-28370: OpenStack Vitrage RCE 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 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