Bug 2466947
| Summary: | CVE-2026-6321 jupyterlab: fast-uri: Path traversal vulnerability allows bypass of security policies [fedora-all] | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Rohit Keshri <rkeshri> |
| Component: | jupyterlab | Assignee: | Lumír Balhar <lbalhar> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | rawhide | CC: | lbalhar, python-packagers-sig, romain.geissler |
| Target Milestone: | --- | Keywords: | Security, SecurityTracking |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | {"flaws": ["f3d700e5-86d0-47b4-8bc0-1f32196b6249"]} | ||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2026-06-14 14:49:52 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2466582 | ||
|
Description
Rohit Keshri
2026-05-06 04:34:09 UTC
fast-uri is bundled as a dependency of ajv (JSON Schema validator) and used exclusively for URI format validation in settings schemas. JupyterLab makes no security decisions (access control, routing, allowlists) based on URI normalization from fast-uri. No exploitable path exists. |