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.
CVE-2026-77814
Score 7.5 from GitHub Security Advisory (severity: HIGH) published 2026-08-21. a secondary CVSS source baseline 7.5; sources differ by 0.0.
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 7.5
- EG Score
- 7.5(high)
- EG Risk
- 65(Attend)EG Risk 65/100SSVC: Attend
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity75% × 45%Exploitation40% × 40%Automatability100% × 15%Action: Remediate soon — notable exploitation risk. - EPSS PROB
- —
- EPSS %ILE
- —
- KEV
- Not listed
Published
August 21, 2026
Last Modified
August 21, 2026
Advisory Details (6)
Auto-updated Aug 21, 2026Infinite Image Browsing is_path_trusted Prefix Comparison Omits the Trailing Path Separator | Advisories | VulnCheck
https://www.vulncheck.com/advisories/infinite-image-browsing-is-path-trusted-prefix-comparison-omits-the-trailing-path-separatorGitHub - zanllp/infinite-image-browsing: A full-featured image/video management app with AI-powered organization and semantic search. Supports metadata from SD-webui, ComfyUI, Fooocus, NovelAI, StableSwarmUI, and more. Available as standalone app, SD-webui extension, or library. · GitHub
https://github.com/zanllp/infinite-image-browsinginfinite-image-browsing/scripts/iib/api.py at v1.8.0 · zanllp/infinite-image-browsing · GitHub
https://github.com/zanllp/infinite-image-browsing/blob/v1.8.0/scripts/iib/api.py#L329-L344commit 4057a624c7a2 (zanllp/infinite-image-browsing)
Fix landed in zanllp/infinite-image-browsing commit 4057a624c7a2 — awaiting tagged release
https://github.com/zanllp/infinite-image-browsing/commit/4057a624c7a23a36f0b4dc6a545b40767d602450Fix path traversal in is_path_trusted (CWE-22/CWE-59)
Fix merged in zanllp/infinite-image-browsing PR #969 on 2026-08-21 — awaiting tagged release
https://github.com/zanllp/infinite-image-browsing/pull/969Path traversal in `is_path_trusted` — normpath + missing trailing separator · Issue #968 · zanllp/infinite-image-browsing · GitHub
https://github.com/zanllp/infinite-image-browsing/issues/968Vendor Advisories for CVE-2026-77814(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 7× in last 7d / 7× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-21 18:18 UTCEG score recompute
- 2026-08-21 18:18 UTCGHSA enrichment
- 2026-08-21 17:40 UTCEG score recompute
- 2026-08-21 17:40 UTCGHSA enrichment
- 2026-08-21 15:21 UTCEG score recompute
- 2026-08-21 15:10 UTCEG score recompute
- 2026-08-21 15:09 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Frequently asked(4)
What is CVE-2026-77814?
When was CVE-2026-77814 disclosed?
What is the CVSS score of CVE-2026-77814?
How do I remediate CVE-2026-77814?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-77814
Is Your Infrastructure Affected by CVE-2026-77814?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.