Analysis and contextual insights are available on OpenCVE Cloud.
No vendor fix or workaround currently provided.
Additional remediation guidance may be available on OpenCVE Cloud.
Tracking
Sign in to view the affected projects.
No advisories yet.
Fri, 21 Aug 2026 15:15:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | is_path_trusted in scripts/iib/api.py compares the requested path against each allowed parent directory with path.startswith(parent_path), without appending a path separator. A directory whose name merely begins with an allowed path therefore satisfies the comparison, so where /data/images is allowed a request for /data/images_private/secret.txt is treated as trusted and served by FileResponse, disclosing files the confinement was meant to exclude. Whether the check applies depends on get_enable_access_control in scripts/iib/tool.py: it returns true when IIB_ACCESS_CONTROL is set to enable, false when set to disable, and otherwise true when the host Stable Diffusion WebUI was started with share, ngrok, listen or server_name, falling back to false. Confinement is therefore active in the network-exposed WebUI deployments that rely on it, while a standalone run with no such option serves every readable file regardless of this flaw. The fix compares against parent_path joined with os.sep. | |
| Title | Infinite Image Browsing is_path_trusted Prefix Comparison Omits the Trailing Path Separator | |
| First Time appeared |
Zanllp
Zanllp sd-webui-infinite Image Browsing |
|
| Weaknesses | CWE-22 | |
| CPEs | cpe:2.3:a:zanllp:sd-webui-infinite_image_browsing:*:*:*:*:*:*:*:* | |
| Vendors & Products |
Zanllp
Zanllp sd-webui-infinite Image Browsing |
|
| References |
|
|
| Metrics |
cvssV3_1
|
Status: PUBLISHED
Assigner: VulnCheck
Published:
Updated: 2026-08-21T15:03:08.589Z
Reserved: 2026-08-21T14:14:43.820Z
Link: CVE-2026-77814
No data.
Status : Received
Published: 2026-08-21T15:16:47.733
Modified: 2026-08-21T15:16:47.733
Link: CVE-2026-77814
No data.
OpenCVE Enrichment
No data.