Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
6DescriptionCVE.org
A flaw has been found in wandb OpenUI up to 1.0. This affects the function create_share/get_share of the file backend/openui/server.py of the component HTMLAnnotator Component. Executing a manipulation of the argument ID can lead to HTML injection. The attack may be performed from remote. The exploit has been published and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
AnalysisAI
HTML injection in wandb OpenUI up to version 1.0 allows remote unauthenticated attackers to inject arbitrary HTML via manipulation of the ID argument in the create_share and get_share functions in backend/openui/server.py. The attack requires user interaction and has a publicly available exploit. CVSS score is 5.3 (moderate) with EPSS indicating limited practical exploitation probability. The vendor has not responded to disclosure attempts.
Technical ContextAI
The vulnerability exists in the HTMLAnnotator component's share functionality within wandb OpenUI, specifically in the create_share and get_share functions. CWE-79 (Cross-site Scripting/XSS) indicates that user-supplied input via the ID parameter is not properly sanitized or encoded before being rendered as HTML content. The network-accessible backend endpoint processes the ID argument without validation, allowing an attacker to inject malicious HTML tags and scripts. This is a classic input validation failure where the application fails to implement proper output encoding for HTML contexts.
RemediationAI
Update wandb OpenUI to a version beyond 1.0 that implements proper HTML entity encoding or uses a templating engine with automatic XSS protection for user-supplied input in the ID parameter. Implement input validation to reject or sanitize ID parameters that contain HTML special characters. As an interim workaround, restrict network access to the backend/openui/server.py endpoints or implement Web Application Firewall (WAF) rules to block requests with HTML metacharacters in the ID parameter. No specific patched version number is available from vendor advisory; users should monitor the wandb project on GitHub (https://github.com/wandb/openui) for release notes indicating XSS fixes.
Stored cross-site scripting (XSS) in wandb OpenUI up to version 1.0 via the Window Message Event Handler in frontend/pub
Information disclosure in wandb OpenUI up to version 1.0/3.5-turb allows authenticated local network attackers to expose
Wandb OpenUI up to version 1.0 contains hard-coded credentials exposure in backend/openui/config.py where the LITELLM_MA
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-16898
GHSA-gj7h-pv73-9jrx