GHSA-c7c5-5j6r-q957: High severity pip/djust vulnerability

Published Sep 16, 2026
·
Updated

Impact djust's per-object authorization (getobject + hasobjectpermission, ADR-017) was enforced on the WebSocket mount and event paths but not on three other render entry points: (a) the initial HTTP GET render, (b) SPA urlchange navigation, and (c) {% liverender %} embedded child views. An authenticated user could therefore view (and on some paths act on) an object they are not authorized for by loading the page directly, navigating to it via SPA url-change, or composing it as an embedded child — a classic IDOR / broken object-level access control on object-scoped views.

Patches Fixed in djust 1.0.7. All render entry points now route through a shared enforceobjectpermission chokepoint: HTTP GET returns 403, urlchange emits a permissiondenied frame and skips the render, and {% liverender %} (eager + lazy) refuses the embed. Views without a custom getobject are unaffected (no-op).

Workarounds No reliable workaround short of upgrading. Do not expose object-scoped views through the HTTP-GET / urlchange / liverender paths until patched.

Affected Software

1 affected componentFixes available
pip/djust<1.0.7
1.0.7

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade pip/djust to a version that resolves this vulnerability.

    Fixed in 1.0.7
  2. Upgrade

    Upgrade djust to a version that resolves this vulnerability.

    Fixed in 1.0.7
  3. Compensating control

    Do not expose object-scoped views through the HTTP GET render, SPA `url_change` navigation, or `{% live_render %}` embedded child paths until patched.

Event History

Sep 16, 2026
Advisory Published
via GitHub·10:06 PM
Data Sourced
via GitHub·10:06 PM
DescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

Which deployments are exposed to this issue?

Deployments using djust object-scoped views with custom get_object logic are exposed when those views can be reached through an initial HTTP GET, SPA url_change navigation, or a live_render embedded child view. Views without a custom get_object are unaffected.

2

What access does an attacker need?

An attacker needs to be authenticated and able to reach an object-scoped view through one of the affected render paths. They can attempt to load or navigate to an object for which they lack authorization.

3

How can we tell whether the patched behavior is active?

In the fix, unauthorized initial HTTP GET requests return HTTP 403, unauthorized url_change requests emit a permission_denied frame without rendering, and live_render refuses unauthorized embeds. The fix is in djust 1.0.7.

4

What should we do if we cannot upgrade immediately?

There is no reliable workaround short of upgrading. Until patched, do not expose object-scoped views through HTTP GET, url_change, or live_render paths.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203