CVE-2026-46455: Apache Camel: Camel-Keycloak: The access-token validity window is not verified because the IS_ACTIVE check is missing from the TokenVerifier, allowing expired tokens to be accepted

Published Jul 6, 2026
·
Updated

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 ISACTIVE 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.ISACTIVE 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.

Affected Software

3 affected components
Apache Camel>4.18.0<4.18.3, >4.19.0<4.21.0
Apache Camel>=4.18.0<4.18.3
Apache Camel>=4.19.0<4.21.0

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Apache Camel Keycloak (camel-keycloak component) to a version that resolves this vulnerability.

    Fixed in 4.18.3
  2. Upgrade

    Upgrade Apache Camel Keycloak (camel-keycloak component) to a version that resolves this vulnerability.

    Fixed in 4.21.0
  3. Configuration

    For deployments that cannot upgrade immediately, validate the access token's exp (expiration) and nbf (not-before) claims in the route before trusting it, instead of relying solely on KeycloakSecurityHelper.parseAndVerifyAccessToken.

    Apache Camel route using Camel-Keycloak KeycloakSecurityHelper.parseAndVerifyAccessToken Access token validation in route (exp/nbf checks) = enabled
  4. Compensating control

    Ensure any upstream gateway or resource server also validates the token validity window (exp/nbf) before allowing the request to proceed.

Event History

Jul 6, 2026
CVE Published
via MITRE·07:56 AM
Data Sourced
via MITRE·07:56 AM
DescriptionWeakness
Data Sourced
via NVD·09:16 AM
DescriptionSeverityWeaknessAffected Software
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-46455?

CVE-2026-46455 has a risk severity score of 56.

2

How do I fix CVE-2026-46455?

To fix CVE-2026-46455, ensure that the access-token verification includes the IS_ACTIVE check in the TokenVerifier setup.

3

What does CVE-2026-46455 affect?

CVE-2026-46455 affects the Apache Camel Keycloak Component by allowing expired access tokens to be accepted.

4

What is the impact of CVE-2026-46455?

The impact of CVE-2026-46455 is that it can lead to unauthorized access due to acceptance of expired tokens.

5

When was CVE-2026-46455 published?

CVE-2026-46455 was published on July 6, 2026.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203