<Vulnerability name="CVE-2026-41283">
    <DocumentDistribution xml:lang="en">Copyright © 2012 Red Hat, Inc. All rights reserved.</DocumentDistribution>
    <ThreatSeverity>Important</ThreatSeverity>
    <PublicDate>2026-06-04T00:00:00</PublicDate>
    <Bugzilla id="2484607" url="https://bugzilla.redhat.com/show_bug.cgi?id=2484607" xml:lang="en:us">
openstack-mistral: OpenStack Mistral: Arbitrary Remote Code Execution via exposed API endpoints
    </Bugzilla>
    <CVSS3 status="draft">
        <CVSS3BaseScore>9.9</CVSS3BaseScore>
        <CVSS3ScoringVector>CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H</CVSS3ScoringVector>
    </CVSS3>
    <CWE>CWE-749</CWE>
    <Details xml:lang="en:us" source="Mitre">
OpenStack Mistral through 22.0.0 allows Arbitrary Remote Code Execution when the API is exposed. There are endpoints that allow code execution, which can lead to exfiltration of service credentials.
    </Details>
    <Details xml:lang="en:us" source="Red Hat">
A flaw was found in OpenStack Mistral. When the API is exposed, a remote attacker can exploit certain endpoints to achieve arbitrary code execution. This allows the attacker to run malicious code on the system and potentially exfiltrate sensitive service credentials.
    </Details>
    <Mitigation xml:lang="en:us">
Restrict network access to the OpenStack Mistral API to trusted internal networks or hosts. Configure firewall rules to limit inbound connections to the Mistral API port (typically 8989) from untrusted sources, ensuring the API is not exposed to the public internet.

Example using `firewall-cmd` (adjust zones and ports as needed):
`firewall-cmd --zone=public --remove-port=8989/tcp --permanent`
`firewall-cmd --zone=internal --add-port=8989/tcp --permanent`
`firewall-cmd --reload`

This action may impact legitimate clients requiring external access to the Mistral API. A service reload or restart may be required for firewall changes to take full effect.
    </Mitigation>
    <PackageState cpe="cpe:/a:redhat:openstack:16.2">
        <ProductName>Red Hat OpenStack Platform 16.2</ProductName>
        <FixState>Not affected</FixState>
        <PackageName>openstack-mistral</PackageName>
    </PackageState>
    <References xml:lang="en:us">
https://www.cve.org/CVERecord?id=CVE-2026-41283
https://nvd.nist.gov/vuln/detail/CVE-2026-41283
https://github.com/openstack/mistral/tags
https://www.openwall.com/lists/oss-security/2026/06/03/14
    </References>
</Vulnerability>