Improper Authentication in Apache Camel - CVE-2026-53913
Published: August 24, 2026
Vulnerability details
The vulnerability allows a remote attacker to bypass authentication.
The vulnerability exists due to improper authentication in KeycloakSecurityPolicy when handling requests with a bearer token in the Authorization header under the default configuration with no required roles or permissions. A remote attacker can send a request with any non-null bearer value to bypass authentication.
The issue occurs because token cryptographic verification is performed only during role or permission checks, which are skipped in the default configuration.