ZeroHour

CVE-2026-82288

large

Unauthenticated Credential Disclosure in Stable Diffusion WebUI API

CVSS 4.0
8.7 high
EPSS
<1%p24
Published
()
Modified
AI analysis

CVE-2026-82288 is a credential disclosure vulnerability in Stable Diffusion WebUI through version 1.10.1 in which the /sdapi/v1/cmd-flags API endpoint returns parsed command-line arguments, including gradio_auth and api_auth values, in cleartext. An unauthenticated attacker who can reach the endpoint can send a request to it and read the configured usernames and passwords directly from the response. Using those harvested credentials, the attacker can then authenticate to the interface and gain access to the application, producing a high confidentiality impact (CVSS 4.0 score 8.7). Any deployment running Stable Diffusion WebUI up to and including 1.10.1 that exposes the API and relies on gradio_auth or api_auth for access control is affected. No public proof-of-concept is known, the flaw is not in CISA KEV, and EPSS assigns a 0.3% probability of exploitation within 30 days, indicating no confirmed exploitation at this time.

What to do: Upgrade Stable Diffusion WebUI to a release newer than 1.10.1 once a patched version is available. Until then, restrict network access to the /sdapi/v1 endpoints (bind to localhost or place behind a reverse proxy/firewall), rotate any credentials currently supplied via --gradio-auth or --api-auth after patching, and check your deployment for exposed cmd-flags access to confirm whether credentials were retrievable.

Affected
Stable Diffusion WebUI project Stable Diffusion WebUIthrough 1.10.1 (all versions up to and including 1.10.1; no fixed version is stated in the available data)
Estimated exposure
largeon the order of tens of thousands of deployments potentially affected, with only the subset that exposes the API to untrusted networks and uses… — Stable Diffusion WebUI is one of the most widely deployed self-hosted AI image generation frontends, but most instances run on localhost or internal networks, so the affected population is estimated from its very large install base and…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

Stable Diffusion WebUI through 1.10.1 contains a credential disclosure vulnerability in the /sdapi/v1/cmd-flags endpoint that returns parsed command-line arguments including gradio_auth and api_auth values in cleartext. Unauthenticated attackers can access this endpoint to retrieve configured usernames and passwords, then use them to authenticate to the interface and access the application.

Weakness
CWE-522
Vector
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/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

In the news

No ingested article mentions this CVE yet.