CVE-2026-46455 Details
Description
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.
A vulnerability exists in the Apache Camel Keycloak component, specifically in versions 4.18.0 prior to 4.18.3 and 4.19.0 prior to 4.21.0. The issue arises in the KeycloakSecurityHelper.parseAndVerifyAccessToken method, which constructs a Keycloak TokenVerifier that only includes checks for the subject and issuer. This omission means that the default checks, including the IS_ACTIVE predicate that validates the token's expiration and not-before claims, are never applied. Consequently, the helper verifies the token's signature, subject, and issuer but fails to enforce the token's validity period, allowing expired or not-yet-valid access tokens to be accepted as valid. This flaw can lead to authentication routes accepting tokens outside their intended lifespan.
Users are advised to upgrade to Apache Camel version 4.21.0 or, if on the 4.18.x release stream, to upgrade to 4.18.3. For deployments that cannot upgrade immediately, it is recommended to validate the access token's expiration and not-before claims in the route before trusting the token, keep Keycloak access-token lifetimes short, and ensure that any upstream gateway or resource server also validates the token's validity window.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jul 6, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| http://www.openwall.com/lists/oss-security/2026/07/05/8 | CVE | Mailing ListThird Party Advisory |
| https://camel.apache.org/security/CVE-2026-46455.html | [email protected] | MitigationVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-613 | Insufficient Session Expiration | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| apache camel | >= 4.18.0, < 4.18.3 >= 4.19.0, < 4.21.0 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 8, 2026 | Initial Analysis | [email protected] |
| Jul 6, 2026 | CVE Modified | CISA-ADP |
| Jul 6, 2026 | CVE Modified | CVE |
| Jul 6, 2026 | New CVE Received | [email protected] |