CVE & CISA-KEV Catalog

CVE-2026-46455

CRITICAL
9.8
CVSS v3
NVD

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.

How to fix

Remediation Available
camelNVD
Affected:>= 4.18.0, < 4.18.3Fixed in:4.18.3CVE-2026-46455derived from NVD
Affected:>= 4.19.0, < 4.21.0Fixed in:4.21.0CVE-2026-46455derived from NVD

TridentStack Control can deploy fixes like this automatically across your Windows, macOS, and Linux fleet. See how it works

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredNone
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Exploit Intelligence

0.69%probability of exploitation in 30 days
50thpercentile

Moderate risk: more likely to be exploited than 50% of all known CVEs.

References

Vendor Advisory1
Third-Party Advisory1

Related Vulnerabilities

Other CWE-613 vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2014-2595Critical9.817%--
CVE-2023-30403High7.514%--
CVE-2020-27422Critical9.87.9%--
CVE-2014-3616Medium4.35.7%-Fix
CVE-2021-3144Critical9.15.2%-Fix
CVE-2021-24019High8.13.9%-Fix

Common questions

How do I fix CVE-2026-46455?

Upgrade camel to 4.18.3 or later.

Is CVE-2026-46455 being actively exploited?

Not that we know of. CVE-2026-46455 is not in the CISA Known Exploited Vulnerabilities catalog. Its EPSS score of 0.69% is the estimated probability that it will be exploited in the next 30 days. That is higher than 50% of all scored CVEs.

How severe is CVE-2026-46455?

CVE-2026-46455 has a CVSS v3 base score of 9.8, rated critical. CVSS rates the technical impact if the vulnerability is exploited, not how likely that is, so weigh it alongside the exploit-prediction score when you decide what to patch first.

What does CVE-2026-46455 affect?

Published advisories record a fix for camel (NVD). Only products with a sourced advisory are listed, so treat this as what we can cite rather than a complete inventory.

Embed a live status badge for CVE-2026-46455
CVE-2026-46455 severity badge

Markdown

[![CVE-2026-46455](https://tridentstack.com/cve/badge/CVE-2026-46455.svg)](https://tridentstack.com/cve/CVE-2026-46455)

HTML

<a href="https://tridentstack.com/cve/CVE-2026-46455"><img src="https://tridentstack.com/cve/badge/CVE-2026-46455.svg" alt="CVE-2026-46455"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

See how it worksStart freeThis CVE lookup is free and always will be.

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-07-08.