Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-56400 – RCE via CORS Misconfiguration – Open WebUI before 0.3.14

Be the first to know when new zero-days emerge:

Summary

CVE-2026-56400 is a critical CORS (Cross-Origin Resource Sharing) misconfiguration vulnerability in Open WebUI versions prior to 0.3.14, carrying a CVSS 4.0 score of 9.0. When allow_origins is set to the wildcard *, an attacker can craft malicious cross-site requests from an attacker-controlled website that, when visited by an authenticated admin, result in arbitrary code execution on the Open WebUI instance. Because Open WebUI commonly runs as root within Docker containers by default, successful exploitation yields full container compromise.

Technical details

  • Root cause: Open WebUI’s default CORS policy sets CORS_ALLOW_ORIGIN=*, permitting requests from any origin. When this misconfiguration is combined with authenticated sessions, the /api/v1/functions endpoint accepts and executes cross-origin requests without proper origin validation.
  • Trigger conditions: Exploitation requires (1) the target instance to be running with the default or explicitly permissive allow_origins=* CORS setting, and (2) an authenticated admin user to visit an attacker-controlled web page — achievable through phishing or social engineering.
  • Attack vector: Fully network-based (AV:N); the attacker hosts a malicious webpage that silently issues a crafted cross-origin request to the victim’s Open WebUI instance, leveraging the admin’s active browser session.
  • Impact: Arbitrary code execution on the Open WebUI server. Since Open WebUI typically runs as root in Docker’s default configuration, a successful attack results in complete compromise of the container, including full confidentiality, integrity, and availability impact on both the vulnerable system and systems it can reach.

Affected software

  • Open WebUI – all versions before 0.3.14

Severity

  • CVSS 4.0 Base Score: 9.0 (Critical)
  • Vector String: CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:P/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H

Mitigation and recommended actions

  • Immediate – upgrade: Update Open WebUI to version 0.3.14 or later, which addresses the CORS misconfiguration on the /api/v1/functions endpoint.
  • CORS hardening: Explicitly restrict the CORS_ALLOW_ORIGIN environment variable to your specific trusted domain(s) rather than using the wildcard default. Per the Open WebUI hardening documentation, set: CORS_ALLOW_ORIGIN=https://your.domain.com (multiple origins can be separated with semicolons).
  • Network-level controls: If immediate patching is not possible, restrict access to the Open WebUI instance using a firewall, VPN, or reverse proxy so only trusted users can reach the interface.
  • Minimize admin exposure: Limit the number of admin-privileged accounts and apply strict phishing awareness controls to reduce the likelihood of an admin visiting a malicious page.

IONIX Status

The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge