CVE-2026-61596: djust has broken object-level access control (IDOR)

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.

Other sources

djust provides Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance. Prior to version 1.0.7, 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. This is 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). No reliable workaround short of upgrading. Do not expose object-scoped views through the HTTP-GET / urlchange / liverender paths until patched.

MITRE

Affected Software

2 affected componentsFixes available
djust djust<1.0.7
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, SPA `url_change`, or `{% live_render %}` embed render entry-point paths until patched.

Event History

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

Frequently Asked Questions

1

Which deployments are affected?

Deployments using djust versions before 1.0.7 are affected only where object-scoped views implement a custom get_object and rely on has_object_permission. Views without a custom get_object are unaffected.

2

What does an attacker need to exploit this?

An attacker must be authenticated and able to reach an object-scoped view. They can attempt to load an unauthorized object through an initial HTTP GET, SPA url_change navigation, or a live_render embedded child view.

3

What should teams do if they cannot upgrade immediately?

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

4

How does the fixed version handle unauthorized access?

Version 1.0.7 applies a shared object-permission check at all render entry points. Unauthorized HTTP GET requests return 403, url_change emits a permission_denied frame without rendering, and live_render refuses the embed.

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