Auth bypass in Djust-Org Djust
CVE-2026-61589
djust provides Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance. Prior to version 1.0.7, the WebSocket `handle_mount` and `ViewRuntime._build_request` rebuild an `HttpRequest` via `RequestFactory().get(...)` with no `HTTP_HOST`, so `request.get_host()` defaulted to `"testserver"` on the live path. Host/subdomain/domain `TenantResolver`s then misresolved the tenant — `None` on the live path while the HTTP path resolved correctly. With `STRICT_MODE=False` the tenant-scoped managers returned unscoped rows (cross-tenant disclosure); with the default they returned an empty queryset (broken tenancy). This is fixed in djust 1.0.7. The handshake Host is extracted from the ASGI scope, validated against `ALLOWED_HOSTS` (the same logic as the CSWSH Origin gate, parsed with Django's `split_domain_port` so malformed Hosts are rejected at the boundary), and propagated — with the TLS scheme — into the reconstructed request, so live-path tenant resolution matches HTTP exactly. There is no known workaround on the live path short of upgrading. Users are most exposed when combined with `STRICT_MODE=False`.
CVSS v3 metric
CVSS v3 base score 6.3 (Medium). Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N.
Affected products
- Djust-org Djust — versions < 1.0.7
Weakness classification (CWE)
References
- https://github.com/djust-org/djust/security/advisories/GHSA-v9rj-xjfv-xj9r (x_refsource_CONFIRM)
- https://github.com/djust-org/djust/releases/tag/v1.0.7 (x_refsource_MISC)
Frequently asked questions
- What is CVE-2026-61589?
- CVE-2026-61589 is a medium-severity vulnerability in Djust-Org Djust, classified under CWE-348. CVSS score: 6.3/10. Published 2026-09-16.
- How severe is CVE-2026-61589?
- Medium severity. CVSS v3 base score is 6.3 out of 10.