PatchSiren cyber security CVE debrief
CVE-2026-55571 djust-org CVE debrief
CVE-2026-55571 is a high-severity vulnerability in the djust library, which provides Phoenix LiveView-style reactive server-side rendering for Django. The vulnerability allows unauthorized sensitive reads or mutations via WebSocket frames due to LiveViewConsumer.handle_mount sending a navigate frame when authentication or authorization checks fail, but not closing the WebSocket or clearing the view instance. This issue is fixed in version 1.0.4. Defenders should assess exposure and prioritize upgrading to version 1.0.4 or later to prevent unauthorized access.
- Vendor
- djust-org
- Product
- djust
- CVSS
- HIGH 8.2
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-25
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-25
- Advisory updated
- 2026-09-09
Who should care
Defenders responsible for deploying and securing applications using the djust library should assess exposure and prioritize upgrading to version 1.0.4 or later to prevent unauthorized access. This includes reviewing WebSocket authentication and authorization, monitoring for suspicious WebSocket activity, and verifying the integrity of affected systems.
Why it matters
CVE-2026-55571 is a high-severity vulnerability in the djust library that allows unauthorized sensitive reads or mutations via WebSocket frames. Defenders should prioritize upgrading to version 1.0.4 or later to prevent unauthorized access.
- Potential unauthorized sensitive reads
- Potential unauthorized mutations
- Need to verify WebSocket authentication and authorization
- Need to monitor for suspicious WebSocket activity
Technical summary
The vulnerability is caused by LiveViewConsumer.handle_mount sending a navigate frame when authentication or authorization checks fail, but not closing the WebSocket or clearing the view instance. This allows a raw WebSocket client to send event frames without an authenticated session, enabling unauthorized sensitive reads or mutations. The issue is fixed in version 1.0.4. Defenders should prioritize upgrading to version 1.0.4 or later to prevent unauthorized access. The affected product is the djust library, which provides Phoenix LiveView-style reactive server-side rendering for Django.
Defensive priority
Defenders should prioritize upgrading to version 1.0.4 or later to prevent unauthorized access.
Recommended defensive actions
- Upgrade to version 1.0.4 or later
- Review WebSocket authentication and authorization
- Monitor for suspicious WebSocket activity
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
Evidence notes
The vulnerability is caused by LiveViewConsumer.handle_mount sending a navigate frame when authentication or authorization checks fail, but not closing the WebSocket or clearing the view instance. This allows a raw WebSocket client to send event frames without an authenticated session, enabling unauthorized sensitive reads or mutations. The issue is fixed in version 1.0.4. Evidence is based on the CVE record and source references.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-55571 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-55571
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-55571 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-55571
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/djust-org/djust/commit/1ae8aa9246b80477de7ddc4d90319a3b267bef04
-
Source reference
Unverified legacy reference
URL: https://github.com/djust-org/djust/pull/1780
-
Source reference
Unverified legacy reference
URL: https://github.com/djust-org/djust/releases/tag/v1.0.4
-
Source reference
Unverified legacy reference
URL: https://github.com/djust-org/djust/security/advisories/GHSA-xx4j-w367-7247
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.