When authentication is enabled on the Apache Camel embedded HTTP server or embedded management server (camel-platform-http-main) and a non-root context path such as /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() when camel.server.authenticationPath / camel.management.authenticationPath is not explicitly set. Combined with the Vert.x sub-router mounting model - the sub-router is mounted at _path_* and the authentication handler is registered inside the sub-router at the resolved path - this causes the authentication handler to match only the exact configured context path, not its subpaths. Unauthenticated requests to subpaths such as /api/_route_ or /admin/observe/info therefore reach protected business routes and management endpoints without being challenged for credentials. The /observe/info endpoint can disclose runtime metadata such as the user, working directory, home directory, process ID, JVM and operating system information.
This issue affects Apache Camel: from 4.14.1 before 4.14.6, from 4.18.0 before 4.18.2.
Users are recommended to upgrade to version 4.20.0, which fixes the issue. If users are on the 4.14.x LTS releases stream, they are suggested to upgrade to 4.14.6. If users are on the 4.18.x LTS releases stream, they are suggested to upgrade to 4.18.2.
References
| Link | Resource |
|---|---|
| https://camel.apache.org/security/CVE-2026-40022.html | Vendor Advisory |
| http://www.openwall.com/lists/oss-security/2026/04/26/5 | Mailing List Third Party Advisory |
Configurations
Configuration 1 (hide)
|
History
28 Apr 2026, 19:41
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:a:apache:camel:*:*:*:*:*:*:*:* | |
| References | () https://camel.apache.org/security/CVE-2026-40022.html - Vendor Advisory | |
| References | () http://www.openwall.com/lists/oss-security/2026/04/26/5 - Mailing List, Third Party Advisory | |
| First Time |
Apache
Apache camel |
27 Apr 2026, 16:16
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 8.2 |
27 Apr 2026, 10:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-04-27 10:16
Updated : 2026-04-28 19:41
NVD link : CVE-2026-40022
Mitre link : CVE-2026-40022
CVE.ORG link : CVE-2026-40022
JSON object : View
Products Affected
apache
- camel
CWE
CWE-288
Authentication Bypass Using an Alternate Path or Channel
