Lucene search
+L

24 matches found

NVD
NVD
added 2026/09/16 4:17 p.m.4 views

CVE-2026-61593

djust provides Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance. Prior to version 1.0.7, the SSE client→server POST endpoints are @csrfexempt and the SSE GET stream endpoint had no Origin check, so a cross-origin page could drive a...

8.1CVSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/16 3:46 p.m.6 views

CVE-2026-61593 djust has Cross-Site Request Forgery on the Server-Sent-Events transport: a cross-origin page can drive a victim-authenticated SSE session

djust provides Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance. Prior to version 1.0.7, the SSE client→server POST endpoints are @csrfexempt and the SSE GET stream endpoint had no Origin check, so a cross-origin page could drive a...

8.1CVSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/16 3:46 p.m.5 views

EUVD-2026-80856

djust provides Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance. Prior to version 1.0.7, the SSE client→server POST endpoints are @csrfexempt and the SSE GET stream endpoint had no Origin check, so a cross-origin page could drive a...

8.1CVSS
SaveExploits0References2
CVE
CVE
added 2026/09/16 3:46 p.m.8 views

CVE-2026-61593

djust (a Phoenix LiveView-style reactive server-side rendering library for Django with Rust) is vulnerable to Cross-Site Request Forgery (CSRF) on its Server-Sent Events (SSE) transport prior to version 1.0.7 . The root cause: SSE POST endpoints were @csrf_exempt, the SSE GET stream endpoint lack...

8.1CVSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/16 3:33 p.m.3 views

EUVD-2026-80851

djust provides Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance. Prior to version 1.0.7, djust.tenants isolation was enforced only on the HTTP path. The current tenant was stored in threading.local and set exclusively by the HTTP-only TenantMiddleware...

7.7CVSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/16 3:33 p.m.4 views

CVE-2026-61595 djust: Multi-tenant isolation fails open on the WebSocket/SSE path, disclosing other tenants' data

djust provides Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance. Prior to version 1.0.7, djust.tenants isolation was enforced only on the HTTP path. The current tenant was stored in threading.local and set exclusively by the HTTP-only TenantMiddleware...

7.7CVSS
SaveExploits0References2
CVE
CVE
added 2026/09/16 3:33 p.m.11 views

CVE-2026-61595

djust prior to 1.0.7 provides Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance. Multi-tenant isolation was enforced only on the HTTP path: the current tenant was stored in threading.local() and set exclusively by the HTTP-only TenantMiddleware. On the...

7.7CVSS
SaveExploits0References2
NVD
NVD
added 2026/09/16 2:17 p.m.2 views

CVE-2026-61590

djust provides Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance. Prior to version 1.0.7, djust's observability endpoints expose live view/session state and a remote method-invocation surface evalhandler. The localhost restriction was an opt-in...

7.4CVSS
SaveExploits0References2
NVD
NVD
added 2026/09/16 2:17 p.m.2 views

CVE-2026-61598

djust provides Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance. Prior to version 1.0.7, djust.mixins.modelbinding.ModelBindingMixin provides a default updatemodel event handler and is part of the LiveView base MRO, so every LiveView exposes it. It...

7.1CVSS
SaveExploits0References2
CVE
CVE
added 2026/09/16 1:59 p.m.6 views

CVE-2026-61598

In djust versions prior to 1.0.7 , the ModelBindingMixin default update_model handler allows a client to mass-assign any public, existing view attribute over the WebSocket by supplying an arbitrary field name. Protection relies only on a 14-entry denylist of framework internals and an optional al...

7.1CVSS5.8AI score
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/16 1:59 p.m.7 views

CVE-2026-61598 Client mass-assignment of arbitrary view attributes via the default dj-model update_model handler

djust provides Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance. Prior to version 1.0.7, djust.mixins.modelbinding.ModelBindingMixin provides a default updatemodel event handler and is part of the LiveView base MRO, so every LiveView exposes it. It...

7.1CVSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/16 1:59 p.m.3 views

EUVD-2026-80768

djust provides Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance. Prior to version 1.0.7, djust.mixins.modelbinding.ModelBindingMixin provides a default updatemodel event handler and is part of the LiveView base MRO, so every LiveView exposes it. It...

7.1CVSS5.8AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/09/16 1:55 p.m.3 views

djust: Client mass-assignment of arbitrary view attributes via the default dj-model update_model handler

Impact djust.mixins.modelbinding.ModelBindingMixin provides a default updatemodel event handler and is part of the LiveView base MRO, so every LiveView exposes it. It setattrs a view attribute whose name is client-supplied field, gated only by: reject -prefixed names; reject a 14-entry denylist o...

7.1CVSS5.8AI score
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/09/16 1:50 p.m.9 views

CVE-2026-61590

djust is a library providing Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance. Prior to version 1.0.7 , its observability endpoints exposed live view/session state and a remote method-invocation surface (eval_handler). The root cause is that the local...

7.4CVSS5.9AI score
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/16 1:50 p.m.5 views

CVE-2026-61590 djust's observability endpoints are network-exposed: the localhost gate is an opt-in middleware the docs omit, and the views enforce only DEBUG

djust provides Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance. Prior to version 1.0.7, djust's observability endpoints expose live view/session state and a remote method-invocation surface evalhandler. The localhost restriction was an opt-in...

7.4CVSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/16 1:50 p.m.2 views

EUVD-2026-80744

djust provides Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance. Prior to version 1.0.7, djust's observability endpoints expose live view/session state and a remote method-invocation surface evalhandler. The localhost restriction was an opt-in...

7.4CVSS5.7AI score
SaveExploits0References2
NVD
NVD
added 2026/08/25 5:17 p.m.12 views

CVE-2026-55571

djust provides Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance. Prior to 1.0.4, LiveViewConsumer.handlemount sends a "type":"navigate","to":... frame when loginrequired, permissionrequired, or a redirecting onmount hook denies a LiveView mount, but...

8.2CVSS0.00283EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/25 4:06 p.m.6 views

GHSA-XX4J-W367-7247 djust authentication bypass: a login_required / on_mount LiveView mount redirect does not close the WebSocket, allowing an unauthenticated client to dispatch event-handler calls

Impact djust's LiveViewConsumer mounts a LiveView over a WebSocket. When a view is gated loginrequired / permissionrequired, or an onmount hook that returns a redirect and the connecting user is not authorized, the consumer sent the client a "type":"navigate","to":... redirect frame and then...

8.2CVSS5.6AI score0.00283EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/25 4:06 p.m.13 views

djust authentication bypass: a login_required / on_mount LiveView mount redirect does not close the WebSocket, allowing an unauthenticated client to dispatch event-handler calls

Impact djust's LiveViewConsumer mounts a LiveView over a WebSocket. When a view is gated loginrequired / permissionrequired, or an onmount hook that returns a redirect and the connecting user is not authorized, the consumer sent the client a "type":"navigate","to":... redirect frame and then...

8.2CVSS5.5AI score0.00283EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2026/08/25 4:05 p.m.29 views

CVE-2026-55571

djust , a Phoenix LiveView-style reactive server-side rendering library for Django, is vulnerable to an authentication bypass in versions prior to 1.0.4 . When LiveViewConsumer.handle_mount denies a mount via login_required, permission_required, or a redirecting on_mount hook, it sends a navigate...

8.2CVSS5.3AI score0.00283EPSS
SaveExploits0References4
Rows per page
Query Builder