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

CVE-2026-42997: OpenStack Ironic Auth Bypass Vulnerability

CVE-2026-42997 is an authentication bypass flaw in OpenStack Ironic that allows unauthorized credential forwarding to remote endpoints. This post explains the technical details, affected versions, and mitigation steps.

Published: May 7, 2026

CVE-2026-42997 Overview

CVE-2026-42997 is a credential exposure vulnerability in the idrac driver of OpenStack Ironic before version 35.0.1. During the import of molds, an authenticated user can request that authorization credentials be sent to a remote endpoint of their choosing. The forwarded credential is either a time-limited Keystone token granting access to all OpenStack services Ironic is authorized for, or basic credentials configured for molds storage. This exposure constitutes an Improper Resource Exposure flaw [CWE-669].

Critical Impact

An authenticated attacker can capture Keystone tokens or basic auth credentials and pivot to any OpenStack service Ironic can access.

Affected Products

  • OpenStack Ironic versions before 26.1.6
  • OpenStack Ironic 27.x through 29.0.4
  • OpenStack Ironic 30.x through 32.0.0 and 33.x through 35.0.0

Discovery Timeline

  • 2026-05-05 - CVE-2026-42997 published to NVD with OpenStack Security Advisory OSSA-2026-010
  • 2026-05-07 - Last updated in NVD database

Technical Details for CVE-2026-42997

Vulnerability Analysis

The flaw resides in the idrac driver's mold import workflow within OpenStack Ironic. Molds are configuration templates used to provision baremetal servers managed through the Integrated Dell Remote Access Controller (iDRAC). When a user invokes mold import, the API accepts a remote endpoint parameter that controls where authorization headers are transmitted.

Ironic forwards one of two credential types to the attacker-supplied endpoint. The first is a Keystone authentication token, which grants access to every OpenStack service Ironic is authorized to invoke. The second is the basic authentication credential pair configured for the mold storage backend. Either credential allows an attacker to impersonate the Ironic service or access the mold storage directly.

This behavior maps to [CWE-669] Incorrect Resource Transfer Between Spheres, where sensitive material crosses a trust boundary into an attacker-controlled domain. The scope changes from the requesting user's authorization to the broader Ironic service authorization, amplifying impact.

Root Cause

The idrac mold import handler does not validate or restrict the destination endpoint before attaching authorization headers. User-controlled input determines the recipient of credentials intended only for trusted internal storage systems.

Attack Vector

An authenticated user with permission to invoke mold operations submits an import request specifying a remote endpoint they control. Ironic dispatches an HTTP request to that endpoint with a Keystone token or basic credentials attached. The attacker captures the credential and replays it against OpenStack APIs or the mold storage backend.

No synthetic exploit code is published. See OSSA-2026-010 and the Openwall OSS Security discussion for technical details.

Detection Methods for CVE-2026-42997

Indicators of Compromise

  • Ironic conductor logs showing outbound HTTP requests to unexpected or external hosts during idrac mold import operations.
  • Keystone audit events recording token usage from IP addresses outside the OpenStack control plane.
  • Mold import API calls referencing remote endpoints that do not match approved internal storage URLs.

Detection Strategies

  • Audit ironic-conductor logs for import_configuration_molds invocations and correlate the destination URL against an allowlist of trusted storage endpoints.
  • Monitor Keystone token issuance for the Ironic service account and flag tokens used from non-Ironic source addresses.
  • Inspect egress network flows from Ironic conductor nodes for connections to non-RFC1918 destinations not associated with managed BMCs.

Monitoring Recommendations

  • Forward Ironic API and conductor logs to a centralized SIEM and alert on mold import requests with externally-resolvable target URLs.
  • Track changes to the [molds] configuration section in ironic.conf and alert on credential or endpoint modifications.
  • Establish a baseline of legitimate mold storage endpoints and alert when traffic deviates from that baseline.

How to Mitigate CVE-2026-42997

Immediate Actions Required

  • Upgrade OpenStack Ironic to a fixed release: 26.1.6, 29.0.5, 32.0.1, or 35.0.1 depending on your maintenance branch.
  • Rotate any Keystone credentials and basic authentication secrets used by the Ironic mold storage backend after patching.
  • Restrict the baremetal:node:import and related mold policies to trusted operators only until patching is complete.

Patch Information

The OpenStack Ironic project published fixed packages in versions 26.1.6, 29.0.5, 32.0.1, and 35.0.1. Operators should consult OSSA-2026-010 for the upstream patch references and distribution-specific backports.

Workarounds

  • Disable the idrac hardware type in ironic.conf if iDRAC-managed baremetal nodes are not in use.
  • Tighten the Ironic API policy file to deny mold import operations for non-administrative roles.
  • Place egress filtering on Ironic conductor hosts to block outbound HTTP requests to destinations outside the managed BMC network.
bash
# Example: restrict enabled hardware types and tighten policy
# /etc/ironic/ironic.conf
[DEFAULT]
enabled_hardware_types = ipmi,redfish

# /etc/ironic/policy.yaml
"baremetal:node:import": "role:admin and system_scope:all"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOpenstack

  • SeverityHIGH

  • CVSS Score7.7

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-669
  • Technical References
  • OpenStack Security Advisory OSSA-2026-010

  • Openwall OSS Security Discussion

  • Openwall OSS Security Discussion
  • Related CVEs
  • CVE-2026-43001: OpenStack Keystone Auth Bypass Vulnerability

  • CVE-2025-65073: OpenStack Keystone Auth Bypass Flaw

  • CVE-2026-40683: OpenStack Keystone Auth Bypass Vulnerability

  • CVE-2026-33551: OpenStack Keystone Auth Bypass 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