Description
OpenMAIC before 1.0.1 skips server-side request forgery validation in non-production builds, allowing unauthenticated attackers to reach cloud instance metadata services. Attackers can supply arbitrary provider URLs via the x-base-url header or baseUrl parameter to access sensitive cloud credentials and metadata.
Published: 2026-09-06
Score: 9 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows an unauthenticated attacker to inject arbitrary URLs into the x-base-url header or baseUrl request parameter. Because OpenMAIC skips URL validation in non‑production builds, the application forwards the request to the specified URL, enabling the attacker to retrieve sensitive cloud instance metadata and any credentials stored there. This weakness can lead to disclosure of privileged information and potential privilege escalation, affecting confidentiality and integrity of systems that rely on the exposed cloud environment.

Affected Systems

The affected product is THU‑MAIC OpenMAIC, specifically all releases prior to version 1.0.1, including the 1.0.0 release. The problem occurs when the application is built in a non‑production environment, meaning any environment that does not enforce the build‑time gating of URL validation.

Risk and Exploitability

The CVSS score of 9 indicates high severity. The EPSS score is not available, so the exact likelihood of exploitation is unknown, but the absence of a KEV listing means there is no publicly reported exploit yet. The likely attack vector is remote HTTP requests to the application's endpoint that accepts the x-base-url or baseUrl values. An attacker does not need authentication or special privileges to exploit the flaw, making the risk tangible for publicly accessible instances.

Generated by OpenCVE AI on September 6, 2026 at 13:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to OpenMAIC v1.0.1 or later to deploy the fixed URL validation logic.
  • If upgrading is not immediately possible, disable non‑production builds in a production environment or enforce environment gating to block URL validation bypass.
  • Block or monitor outbound network traffic from the application toward known cloud metadata service IP ranges to prevent unintended data exposure.

Generated by OpenCVE AI on September 6, 2026 at 13:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 06 Sep 2026 12:45:00 +0000

Type Values Removed Values Added
Description OpenMAIC before 1.0.1 skips server-side request forgery validation in non-production builds, allowing unauthenticated attackers to reach cloud instance metadata services. Attackers can supply arbitrary provider URLs via the x-base-url header or baseUrl parameter to access sensitive cloud credentials and metadata.
Title OpenMAIC before 1.0.1 SSRF via Environment-Gated URL Validation
Weaknesses CWE-306
CWE-918
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:L/A:N'}

cvssV4_0

{'score': 9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:L/VA:N/SC:H/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-06T12:37:50.155Z

Reserved: 2026-09-06T11:35:19.317Z

Link: CVE-2026-86259

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-06T13:17:10.963

Modified: 2026-09-06T13:17:10.963

Link: CVE-2026-86259

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-06T13:30:07Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function

  • CWE-918

    Server-Side Request Forgery (SSRF)