next-ai-draw-io CVE-2026-50756
HIGHSeverity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Network-reachable and unauthenticated per reported weak-authentication flaw (PR:N/AV:N/AC:L); impact is confidentiality-only information disclosure, so I:N and A:N.
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Lifecycle Timeline
4DescriptionCVE.org
An issue in DayuanJiang next-ai-draw-io 0.4.13 allows a remote attacker to obtain sensitive information via the x-ai-provider component
AnalysisAI
Information disclosure in DayuanJiang next-ai-draw-io 0.4.13, an open-source Next.js application that generates draw.io diagrams via AI providers, allows a remote attacker to obtain sensitive information through the x-ai-provider component. The flaw is reported as unauthenticated and network-reachable (CVSS 7.5, confidentiality-only), and no public exploit was identified at time of analysis, though a third-party technical write-up exists. EPSS is low (0.22%, 13th percentile) and the CVE is not listed in CISA KEV.
Technical ContextAI
next-ai-draw-io is a TypeScript/Next.js web application that wraps AI model providers to translate natural-language prompts into draw.io/Excalidraw diagrams. The affected element is the 'x-ai-provider' component, an HTTP-header/provider-selection mechanism used to route requests to a configured AI backend. The assigned weakness CWE-1390 (Weak Authentication) indicates the root cause is an insufficient or missing authentication/authorization control on that provider path, permitting a client to reach or read data (plausibly provider configuration, API keys, or backend responses) it should not. The single reported version is 0.4.13; CPE data is a placeholder ('n/a') and does not enumerate a proper vendor:product tuple.
RemediationAI
No vendor-released patch version was identified at time of analysis; the disclosure appears in open upstream issue #749 (https://github.com/DayuanJiang/next-ai-draw-io/issues/749) with additional detail in an independent write-up (https://github.com/August829/Yu/blob/main/CVE-2026-50756.md), so monitor that repository for a fixed release and upgrade beyond 0.4.13 once published. Until a fix ships, place the application behind an authenticating reverse proxy or network ACL so the x-ai-provider path is not reachable by unauthenticated remote clients (trade-off: breaks any intended anonymous/public access to the diagram service), restrict or filter the x-ai-provider request header at the proxy layer, and rotate any AI provider API keys or secrets that could be exposed through the component. Because this is a self-hosted hobby project, avoid exposing the instance directly to the public internet.
Command injection in LiteLLM 1.18.10 lets attackers who can configure MCP (Model Context Protocol) servers supply arbitr
SQL injection in AzuraCast's backup restore flow (versions up to and including 0.23.7) lets an attacker achieve privileg
Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali
Remote code execution in the Exim mail transfer agent (versions before 4.99.3) built against certain GnuTLS configuratio
SQL injection in EasyAppointments <=1.5.1 allows unauthenticated attackers to extract and modify database contents via t
Unauthenticated remote OS command injection in MeiG Smart FORGE_SLT711 cellular gateway firmware MDM9607.LE.1.0-00110-ST
Unauthenticated API access in LalanaChami Pharmacy Management System (commit 5c3d028) allows remote attackers to dump al
Privilege escalation via broken access control in Citrix Cloud (through 2025-11-10) lets a user holding only read-only p
Giflib 5.2.2 contains a buffer overflow in the EGifGCBToExtension function that fails to validate allocated memory when
Denial of service in GPAC's MP4Box multimedia tool (versions before 26.02.0) arises from a use-after-free in the gf_sei_
Arbitrary kernel memory read/write in Realtek rtl819x Jungle SDK Wi-Fi driver allows local unprivileged attackers to acc
Denial of service in GPAC's MP4Box/libgpac media importer (versions before 26.02.0) lets an attacker crash the tool by s
Same weakness CWE-1390 – Weak Authentication
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today