PT-2026-35385 · Apache · Apache Camel
Jihang Yu
·
Published
2026-04-27
·
Updated
2026-04-27
·
CVE-2026-40022
CVSS v3.1
8.2
High
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N |
Name of the Vulnerable Software and Affected Versions
Apache Camel versions 4.14.1 through 4.14.5
Apache Camel versions 4.18.0 through 4.18.1
Description
When authentication is enabled on the embedded HTTP server or embedded management server (camel-platform-http-main) and a non-root context path (e.g., "/api" or "/admin") is configured via
camel.server.path or camel.management.path, the BasicAuthenticationConfigurer and JWTAuthenticationConfigurer classes derive the authentication path from properties.getPath() if camel.server.authenticationPath or camel.management.authenticationPath is not explicitly set. Due to the Vert.x sub-router mounting model, the authentication handler only matches the exact configured context path rather than its subpaths. Consequently, unauthenticated requests to subpaths, such as "/api/ route " or "/admin/observe/info", can access protected business routes and management endpoints without credentials. The "/observe/info" endpoint may disclose runtime metadata, including the user, working directory, home directory, process ID, JVM, and operating system information.Recommendations
Upgrade to version 4.14.6 for those on the 4.14.x LTS releases stream.
Upgrade to version 4.18.2 for those on the 4.18.x LTS releases stream.
Upgrade to version 4.20.0.
Fix
Authentication Bypass Using an Alternate Path or Channel
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Apache Camel