CVE-2026-46455
Last modified
CVE-2026-46455 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. 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. EPSS estimates a 0.32% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Apache | Camel | >= 4.18.0, < 4.18.3 |
| Apache | Camel | >= 4.19.0, < 4.21.0 |
References
- https://camel.apache.org/security/CVE-2026-46455.htmlMitigation, Vendor Advisory
- http://www.openwall.com/lists/oss-security/2026/07/05/8Mailing List, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-46455?
How severe is CVE-2026-46455?
How do I fix CVE-2026-46455?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-46447OpenStack Ironic before 35.0.2 allows Boot Script Injection …7.7
- CVE-2026-46448In OpenStack Nova before 33.0.2, the server create API does …8.5
- CVE-2026-4645Rejected reason: Duplicate of CVE-2026-32287
- CVE-2026-46452Improper Input Validation vulnerability in Apache NimBLE in …5.3
- CVE-2026-46453Improper Input Validation, Authorization Bypass Through User…5.3
- CVE-2026-46454Improper Input Validation vulnerability in Apache Camel Come…9.8
- CVE-2026-46456Improper Input Validation vulnerability in Apache Camel AWS2…9.8
- CVE-2026-46457Improper Input Validation vulnerability in Apache Camel NATS…7.5
- CVE-2026-46458ICU Scandinavia Boomerang is vulnerable to an information di…7.1
- CVE-2026-46459ICU Scandinavia Boomerang is vulnerable to a missing authent…5.3
- CVE-2026-4646Mattermost versions 11.6.x <= 11.6.0, 11.5.x <= 11.5.3, 11.4…4.3
- CVE-2026-46461Dell Server Hardware Manager, versions prior to 3.2.2, conta…7.8
Are you affected by CVE-2026-46455?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
