Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

1371+ Articles
150+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-41283: OpenStack Mistral Critical RCE Vulnerability (CVSS 9.9)
CVE-2026-41283: OpenStack Mistral Critical RCE Vulnerability (CVSS 9.9)

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-41283

CVE-2026-41283: OpenStack Mistral Critical RCE Vulnerability (CVSS 9.9)

A critical unauthenticated remote code execution flaw in OpenStack Mistral through 22.0.0 allows attackers to execute arbitrary commands via exposed API…

Dylan H.

Security Team

June 4, 2026
3 min read

Affected Products

  • OpenStack Mistral ≤ 22.0.0

Summary

A critical severity remote code execution (RCE) vulnerability has been disclosed in OpenStack Mistral, the workflow service component of the OpenStack cloud platform. Tracked as CVE-2026-41283 with a CVSS score of 9.9, the flaw allows unauthenticated or low-privilege attackers to execute arbitrary remote code when the Mistral API is publicly exposed — enabling full service credential exfiltration.

Vulnerability Details

FieldDetails
CVE IDCVE-2026-41283
CVSS Score9.9 (Critical)
Affected SoftwareOpenStack Mistral through version 22.0.0
Attack VectorNetwork
Authentication RequiredMinimal (API exposure)
ImpactRemote Code Execution, Credential Exfiltration

Technical Description

OpenStack Mistral is the workflow-as-a-service component of OpenStack, used to orchestrate long-running cloud tasks and automation pipelines. The vulnerability exists in specific API endpoints that allow code execution without adequate authorization controls.

When the Mistral API is exposed to untrusted networks — a configuration common in multi-tenant OpenStack deployments — attackers can trigger these endpoints to:

  • Execute arbitrary remote code in the context of the Mistral service
  • Exfiltrate service credentials stored within the OpenStack environment
  • Pivot laterally across the OpenStack infrastructure using stolen credentials
  • Compromise tenant workloads through orchestration manipulation

The flaw stems from insufficient input validation and authorization enforcement in Mistral's workflow action execution pipeline, allowing crafted API requests to invoke system-level operations.

Affected Versions

All versions of OpenStack Mistral through 22.0.0 are confirmed vulnerable. There is currently no public patch available from the upstream OpenStack project as of the disclosure date.

Risk Assessment

This vulnerability carries an exceptionally high risk profile for organizations running OpenStack:

  • Cloud infrastructure exposure: Mistral orchestrates critical workflows across OpenStack deployments; RCE here can cascade across the entire cloud stack
  • Credential theft: Service account tokens and keystone credentials exposed through this path can enable complete cloud takeover
  • Multi-tenant risk: Shared OpenStack environments face cross-tenant impact if the Mistral API is accessible within tenant networks
  • Limited detection: Malicious API calls may blend with legitimate workflow activity in logs

Recommended Actions

  1. Restrict API access immediately: Ensure the Mistral API (default port 8989) is not exposed to untrusted networks using firewall rules or security groups
  2. Audit API exposure: Review OpenStack network topology to confirm Mistral endpoints are only reachable from trusted management networks
  3. Enable API authentication logging: Increase log verbosity on Mistral API calls to detect exploitation attempts
  4. Monitor for patches: Watch the OpenStack Security Advisories page for an official patch release
  5. Review service account permissions: Apply least-privilege principles to Mistral service accounts to limit blast radius if exploited
  6. Consider disabling Mistral: If workflows are not actively used, consider temporarily disabling the Mistral service until a patch is available

Indicators of Compromise

Watch for the following signs of exploitation:

  • Unexpected process spawning from the Mistral service user
  • Unusual outbound network connections from OpenStack controller nodes
  • Anomalous keystone token generation tied to Mistral service accounts
  • Unexpected workflow executions in the Mistral audit log
  • New OS user accounts or SSH key modifications on controller nodes

References

  • NVD Entry: CVE-2026-41283
  • OpenStack Mistral Documentation
  • OpenStack Security Advisories
#CVE#OpenStack#RCE#Critical#Cloud Security

Related Articles

CVE-2026-32604: Spinnaker Clouddriver Remote Code Execution

A critical unauthenticated RCE vulnerability in Spinnaker's clouddriver service allows attackers to execute arbitrary commands on clouddriver pods,...

2 min read

CVE-2026-32613: Spinnaker Echo Spring Expression Language

A critical code injection flaw in Spinnaker's Echo service allows unrestricted Spring Expression Language (SPeL) execution via artifact processing,...

4 min read

CVE-2026-9558: Critical SSTI in Mautic Enables Authenticated RCE

A Server-Side Template Injection flaw in Mautic's Twig-based theme engine allows authenticated users with theme upload permissions to execute arbitrary...

3 min read
Back to all Security Alerts