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 (get_object + has_object_permission, 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 url_change navigation, and (c) {% live_render %} 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 enforce_object_permission chokepoint: HTTP GET returns 403, url_change emits a permission_denied frame and skips the render, and {% live_render %} (eager + lazy) refuses the embed. Views without a custom get_object are unaffected (no-op). No reliable workaround short of upgrading. Do not expose object-scoped views through the HTTP-GET / url_change / live_render paths until patched.
CVE-2026-61596
This high-severity CVE scores 7.1 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.2%, top 85% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 7.1
- EG Score
- 7.1(medium)
- EG Risk
- 32(Track)EG Risk 32/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity71% × 45%Exploitation0% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 15%
- KEV
- Not listed
Published
September 16, 2026
Last Modified
September 17, 2026
Advisory Details (2)
Auto-updated Sep 16, 2026v1.0.7
Patch available: djust-org/djust v1.0.7
https://github.com/djust-org/djust/releases/tag/v1.0.7Broken object-level access control (IDOR): the per-object permission check is skipped on HTTP GET render, SPA url_change navigation, and {% live_render %} embedded children · Advisory · djust-org/djust · GitHub
https://github.com/djust-org/djust/security/advisories/GHSA-c7c5-5j6r-q957Vendor Advisories for CVE-2026-61596(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Affected Packages
(1 across 1 ecosystem)
PyPI(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| djust | 0.1.0 ... 1.0.6 (68 versions) | 1.0.7 | — |
Weakness Classification(2)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 8× in last 7d / 8× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-09-19 01:36 UTCEG score recompute
- 2026-09-18 19:28 UTCEPSS rescore
- 2026-09-18 02:43 UTCEG score recompute
- 2026-09-17 15:22 UTCEG score recompute
- 2026-09-17 14:45 UTCEG score recompute
- 2026-09-16 23:28 UTCEG score recompute
- 2026-09-16 22:24 UTCEG score recompute
- 2026-09-16 22:24 UTCMITRE cvelistV5first tracked
Frequently asked(5)
What is CVE-2026-61596?
When was CVE-2026-61596 disclosed?
Is CVE-2026-61596 actively exploited?
What is the CVSS score of CVE-2026-61596?
How do I remediate CVE-2026-61596?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-61596
Is Your Infrastructure Affected by CVE-2026-61596?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.