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-53913: CWE-287 Improper Authentication in Apache Software Foundation Apache Camel KeycloakCVE-2026-53913 0 CVE-2026-53913 is an improper authentication vulnerability in the Apache Camel Keycloak component. The default configuration of KeycloakSecurityPolicy skips cryptographic verification of bearer access tokens when requiredRoles and requiredPermissions are empty, allowing any non-null bearer token value to bypass authentication. This can lead to unauthenticated access to protected routes and potentially unauthenticated remote code execution if the route forwards to a code-execution-capable producer. The issue affects Apache Camel Keycloak versions 4.15.0 through before 4.18.3 and 4.19.0 through before 4.21.0. Upgrading to 4.21.0 or 4.18.3 (for the 4.18.x stream) fixes the issue. Join the discussion | CVE Database V5 | 07/06/2026, 08:12:32 UTC Added: 07/06/2026, 08:52:00 UTC |
CVE-2026-46455: CWE-613 Insufficient Session Expiration in Apache Software Foundation Apache CamelCVE-2026-46455 0 Insufficient Session Expiration vulnerability in Apache Camel Keycloak Component. The camel-keycloak security helper KeycloakSecurityHelper.parseAndVerifyAccessToken builds a Keycloak TokenVerifier using withChecks(...) with only the subject-exists check and the realm-URL (issuer) check. Keycloak's TokenVerifier.withChecks(...) appends to an initially empty check list - the upstream default checks are installed only when withDefaultChecks() is called - so the built-in IS_ACTIVE predicate, which validates the token's exp (expiration) and nbf (not-before) claims, is never applied. As a result the helper verifies the token signature, subject and issuer but does not enforce the token's validity window: an access token that is expired, or not yet valid, is accepted as valid. Routes that rely on this helper to authenticate inbound requests therefore accept access tokens that are outside their intended lifetime. This issue affects Apache Camel: from 4.18.0 before 4.18.3, from 4.19.0 before 4.21.0. Users are recommended to upgrade to version 4.21.0, which fixes the issue. If users are on the 4.18.x releases stream, then they are suggested to upgrade to 4.18.3. The fix makes KeycloakSecurityHelper.parseAndVerifyAccessToken include the TokenVerifier.IS_ACTIVE check so that expired or not-yet-valid access tokens are rejected, aligning the helper with Keycloak's default check set. For deployments that cannot upgrade immediately, enforce token expiration outside the helper - for example validate the access token's exp/nbf claims in the route before trusting it, keep Keycloak access-token lifetimes short, and ensure any upstream gateway or resource server also validates the token validity window. Join the discussion | CVE Database V5 | 07/06/2026, 07:56:29 UTC Added: 07/06/2026, 08:51:56 UTC |
Showing 1 to 2 of 2 results