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-48817: CWE-470: Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection') in Kludex starletteCVE-2026-48817 0 Starlette versions prior to 1.1.0 have a vulnerability where HTTPEndpoint dispatches requests by dynamically invoking methods based on the HTTP method name without restricting to standard HTTP verbs. This allows an attacker to invoke internal methods named after non-standard HTTP verbs if the route is registered without an explicit methods= argument. This can lead to unauthorized invocation of internal helper methods that bypass authorization checks. The issue is fixed in version 1.1.0. Join the discussion | CVE Database V5 | 06/17/2026, 19:48:03 UTC Added: 06/17/2026, 20:20:42 UTC |
CVE-2026-48818: CWE-918: Server-Side Request Forgery (SSRF) in Kludex starletteCVE-2026-48818 0 Starlette is a lightweight ASGI framework/toolkit. In versions 1.0.1 and earlier, StaticFiles on Windows is vulnerable to SSRF. An UNC path such as \\attacker.com\share can cause os.path.realpath to initiate an outbound SMB connection before the path is rejected, exposing the service account’s NTLMv2 credentials for offline cracking or relay even though the HTTP response is only a 404. The issue affects default follow_symlink=False deployments, including frameworks built on Starlette such as FastAPI; POSIX systems and follow_symlink=True are unaffected. The issue is fixed in 1.1.0. Join the discussion | CVE Database V5 | 06/17/2026, 17:50:12 UTC Added: 06/17/2026, 18:35:08 UTC |
CVE-2026-48710: CWE-444: Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling') in Kludex starletteCVE-2026-48710 0 Starlette is a lightweight ASGI framework/toolkit. Prior to version 1.0.1, the HTTP `Host` request header was not validated before being used to reconstruct `request.url`. Because the routing algorithm relies on the raw HTTP path while `request.url` is rebuilt from the `Host` header, a malformed header could make `request.url.path` differ from the path that was actually requested. Middleware and endpoints that apply security restrictions based on `request.url` (rather than the raw `scope` path) could therefore be bypassed. Users should upgrade to a version greater than or equal to version 1.0.1, which validates the `Host` header against the grammar of RFC 9112 §3.2 / RFC 3986 §3.2.2 when constructing `request.url` and falls back to `scope["server"]` for malformed values. Join the discussion | CVE Database V5 | 05/26/2026, 21:54:54 UTC Added: 05/26/2026, 22:18:34 UTC |
Showing 1 to 3 of 3 results