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

CVE-2026-43001: OpenStack Keystone Auth Bypass Vulnerability

CVE-2026-43001 is an authentication bypass flaw in OpenStack Keystone versions 13-29 that enables cross-project lateral movement. This article covers the technical details, affected versions, impact, and mitigation strategies.

Published: May 7, 2026

CVE-2026-43001 Overview

CVE-2026-43001 is an authorization flaw in OpenStack Keystone affecting versions 13 through 29. The POST /v3/credentials endpoint fails to validate that the caller-supplied project_id for an EC2-type credential matches the project of the authenticating application credential. An attacker holding an unrestricted application credential for project A can create an EC2 credential targeting project B. A subsequent /v3/ec2tokens exchange then issues a Keystone token scoped to project B while still carrying the original app_cred_id. This enables cross-project lateral movement within the credential owner's role footprint and maps to CWE-863: Incorrect Authorization.

Critical Impact

An attacker with a valid application credential in one project can pivot into other projects where the credential owner holds roles, bypassing project isolation boundaries in OpenStack identity services.

Affected Products

  • OpenStack Keystone version 13
  • OpenStack Keystone versions 14 through 28
  • OpenStack Keystone version 29

Discovery Timeline

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

Technical Details for CVE-2026-43001

Vulnerability Analysis

The vulnerability resides in Keystone's credential creation handler. The POST /v3/credentials endpoint accepts a project_id parameter when creating EC2-type credentials. Keystone does not enforce that this project_id matches the project scope of the application credential used to authenticate the request.

Application credentials in OpenStack are intended to bind delegated authority to a specific project. The missing project-scope check breaks this binding for the EC2 credential creation path. An authenticated caller can therefore mint EC2 credentials referencing any project the credential owner has roles in.

The second stage of exploitation uses /v3/ec2tokens. Exchanging the malicious EC2 credential yields a Keystone token scoped to the targeted project. The issued token retains the original app_cred_id, allowing an attacker to operate against project B's resources while masquerading under the credential identity of project A.

Root Cause

The root cause is missing authorization logic [CWE-863]. The credential creation endpoint trusts the client-supplied project_id field without comparing it against the authenticated principal's application credential project scope. This is a design oversight in the EC2 credential issuance path rather than a memory-safety defect.

Attack Vector

Exploitation requires network access to the Keystone API and possession of an unrestricted application credential. The attacker submits a crafted POST /v3/credentials request specifying type: ec2 and a project_id belonging to a different project where the credential owner holds roles. The attacker then calls /v3/ec2tokens with the resulting access key and secret to receive a project-B-scoped Keystone token. From that point, the token authorizes any action permitted by the owner's roles on project B, including compute, storage, and network operations.

No verified public proof-of-concept code is available. Refer to the
Launchpad bug report and the OpenDev review for technical specifics:
- https://bugs.launchpad.net/keystone/+bug/2149775
- https://review.opendev.org/c/openstack/keystone/+/985804

Detection Methods for CVE-2026-43001

Indicators of Compromise

  • Keystone audit log entries showing POST /v3/credentials requests where the supplied project_id differs from the authenticating application credential's project scope.
  • /v3/ec2tokens exchanges that produce tokens scoped to a project different from the originating application credential's project.
  • Tokens carrying an app_cred_id whose project scope diverges from the token's project scope.
  • Unexpected resource access in tenant projects where the actor was not previously active.

Detection Strategies

  • Correlate app_cred_id values across token issuance events to identify a single application credential producing tokens for multiple projects.
  • Parse Keystone access logs for credential creation events and compare the request's project_id field against the issuing principal's project context.
  • Alert on EC2 credential objects whose project_id does not match the project of the application credential that created them.

Monitoring Recommendations

  • Forward Keystone API logs and CADF audit events to a centralized logging platform for cross-project correlation.
  • Track creation and use of EC2 credentials with dashboards segmented by project, principal, and app_cred_id.
  • Monitor for sudden role expansion or new resource access patterns by application credential identities.

How to Mitigate CVE-2026-43001

Immediate Actions Required

  • Apply the Keystone patch from the OpenDev review once merged into your supported branch.
  • Inventory existing application credentials and revoke any that are unrestricted and not strictly required.
  • Audit existing EC2 credentials for project scope mismatches against their parent application credentials and revoke anomalous entries.

Patch Information

The upstream fix is tracked in OpenDev change 985804 and the Launchpad bug report 2149775. The patch enforces that the project_id supplied during EC2 credential creation matches the project scope of the authenticating application credential. Operators running Keystone 13 through 29 should backport the change or upgrade to a fixed release once published by their distribution.

Workarounds

  • Mark application credentials as restricted (unrestricted: false) to prevent them from creating additional credentials.
  • Apply Keystone policy overrides that deny identity:create_credential to application-credential-scoped tokens until the patch is deployed.
  • Limit role assignments so that a single user does not hold roles across sensitive projects, reducing the blast radius of any cross-project pivot.
bash
# Example: enforce restricted application credentials when issuing
openstack application credential create my-app-cred \
  --role member \
  --restricted

# Example policy.yaml override to deny credential creation via app creds
# Place in /etc/keystone/policy.yaml
"identity:create_credential": "rule:admin_required and not application_credential"

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 Score8.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-863
  • Technical References
  • Launchpad Bug Report
  • Vendor Resources
  • OpenDev Review for Keystone
  • Related CVEs
  • CVE-2026-42997: OpenStack Ironic 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