Threat Intelligence Database
Comprehensive database of the latest cyber threats affecting organizations worldwide. Filter and search to find specific threat intelligence relevant to your organization.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threat Intelligence
Click on any threat for detailed analysis and mitigation recommendations
CVE-2026-61593 is a high-severity Cross-Site Request Forgery (CSRF) vulnerability in djust versions prior to 1.0.7. The issue arises because certain server-sent events (SSE) endpoints were exempt from CSRF protection and lacked Origin checks, allowing a cross-origin attacker to force a victim's browser to perform authenticated state-changing actions. The vulnerability is fixed in version 1.0.7 by enforcing Origin validation and requiring specific Content-Type headers on POST requests. Join the discussion | CVE Database V5 | 09/16/2026, 15:46:53 UTC Added: 09/16/2026, 16:02:22 UTC |
0 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 (`eval_handler`). The localhost restriction was an opt-in middleware that the documented setup omits; the views themselves enforced only `DEBUG`. In the misconfigured-but-documented scenario (DEBUG on, middleware not installed) a non-localhost client could read live application state and invoke handlers remotely. This issue is fixed in djust 1.0.7. The localhost restriction is enforced in-view on every observability endpoint (no longer dependent on a separately-installed middleware), and `eval_handler` is restricted; gated requests receive a non-disclosing response. As a workaround, ensure `DEBUG=False` in production, and do not expose the observability endpoints to untrusted networks. Join the discussion | CVE Database V5 | 09/16/2026, 13:50:18 UTC Added: 09/16/2026, 14:02:23 UTC |
Showing 1 to 2 of 2 results