CVE-2026-77814
Last modified
CVE-2026-77814 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
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
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| zanllp | infinite-image-browsing | <= 1.8.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-77814?
How severe is CVE-2026-77814?
How do I fix CVE-2026-77814?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-77801GitLab has remediated an issue in GitLab CE/EE affecting all…6.5
- CVE-2026-77806SPIP before 4.4.21 allows unauthenticated remote attackers t…9.8
- CVE-2026-7781A security vulnerability has been detected in Open5GS up to …4.3
- CVE-2026-77810In the Neptune connector, a user with access to Neptune thro…9.9
- CVE-2026-77811Improper input validation in the dashboards-observability pl…8.7
- CVE-2026-77812DJI drones transmit DUML (DJI Universal Markup Language) pro…9.4
- CVE-2026-77815to_abs_path in scripts/iib/tool.py normalised the requested …7.5
- CVE-2026-7782A vulnerability was detected in CodeCanyon Perfex CRM up to …6.3
- CVE-2026-77824The Media Sweep – WordPress Media Cleaner plugin for WordPre…4.9
- CVE-2026-7783A flaw has been found in CodeCanyon Perfex CRM up to 3.4.1. …6.3
- CVE-2026-77831Inefficient Algorithmic Complexity vulnerability in ash-proj…2.1
- CVE-2026-77838SOY Calendar contains a cross-site scripting vulnerability. …4.8
Are you affected by CVE-2026-77814?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
