Advisory Database
  • Advisories
  • Dependency Scanning
  1. maven
  2. ›
  3. org.apache.camel/camel-elasticsearch-rest-client
  4. ›
  5. CVE-2026-46453

CVE-2026-46453: Apache Camel-Elasticsearch-Rest-Client: Exchange header constants without the Camel prefix bypass inbound HTTP header filtering, allowing untrusted clients to override the Elasticsearch query and operation

July 6, 2026 (updated August 26, 2026)

Improper Input Validation, Authorization Bypass Through User-Controlled Key vulnerability in Apache Camel ElasticSearch Rest Client.

The camel-elasticsearch-rest-client component reads several Exchange headers to control its behaviour - SEARCH_QUERY (an advanced query body), OPERATION (which Elasticsearch operation to run), INDEX_NAME, INDEX_SETTINGS and ID. The string values of these header constants, defined in ElasticSearchRestClientConstant, are plain unprefixed names (‘SEARCH_QUERY’, ‘OPERATION’, ‘INDEX_NAME’, ‘INDEX_SETTINGS’, ‘ID’) rather than the ‘Camel’-prefixed names used by every other Camel component (for example CamelSqlQuery, CamelMongoDbCriteria, CamelCqlQuery). Camel’s inbound HTTP header filter, HttpHeaderFilterStrategy, blocks only header names that begin with ‘Camel’ or ‘camel’. Because the Elasticsearch header names do not carry that prefix, they pass through the inbound filter unchanged. When a Camel route exposes an HTTP entry point (for example platform-http) in front of an elasticsearch-rest-client producer, an untrusted HTTP client can set these headers directly on its request and override the query and operation that the route author configured: reading every document in the index (SEARCH_QUERY with a match_all query), deleting documents (OPERATION set to Delete together with ID), or exfiltrating selected fields. No credentials are required and the producer reads the headers unconditionally. This issue affects Apache Camel: from 4.3.0 before 4.14.8, from 4.15.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.14.x LTS releases stream, then they are suggested to upgrade to 4.14.8. If users are on the 4.18.x releases stream, then they are suggested to upgrade to 4.18.3. The fix renames the camel-elasticsearch-rest-client Exchange header constant string values (ID, SEARCH_QUERY, INDEX_SETTINGS, INDEX_NAME, OPERATION) to carry the Camel prefix (CamelElasticsearchId, CamelElasticsearchSearchQuery, CamelElasticsearchIndexSettings, CamelElasticsearchIndexName, CamelElasticsearchOperation) so that they are blocked by the inbound HttpHeaderFilterStrategy; the Java field names are unchanged. For deployments that cannot upgrade immediately, strip the affected headers from untrusted inbound messages before they reach the producer (for example removeHeader(‘SEARCH_QUERY’), removeHeader(‘OPERATION’), removeHeader(‘INDEX_NAME’), removeHeader(‘INDEX_SETTINGS’) and removeHeader(‘ID’) in front of the elasticsearch-rest-client endpoint), or apply a custom HeaderFilterStrategy that blocks these names.

References

  • camel.apache.org/security/CVE-2026-46453.html
  • github.com/advisories/GHSA-rp9m-hfv5-pfvr
  • github.com/apache/camel/commit/0a87d31c8d19f59da4a5477bde192cc258ecc5d7
  • github.com/apache/camel/commit/81f3a625c8853d6dff5fd748a0da9dba259c4076
  • github.com/apache/camel/commit/ff88400e3a95af16e17d553b34d3752d96496c5d
  • github.com/apache/camel/pull/23212
  • github.com/apache/camel/pull/23244
  • github.com/apache/camel/releases/tag/camel-4.14.8
  • github.com/apache/camel/releases/tag/camel-4.18.3
  • github.com/apache/camel/releases/tag/camel-4.21.0
  • issues.apache.org/jira/browse/CAMEL-23508
  • nvd.nist.gov/vuln/detail/CVE-2026-46453

Code Behaviors & Features

Detect and mitigate CVE-2026-46453 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 4.3.0 before 4.14.8, all versions starting from 4.15.0 before 4.18.3, all versions starting from 4.19.0 before 4.21.0

Fixed versions

  • 4.14.8
  • 4.18.3
  • 4.21.0

Solution

Upgrade to versions 4.14.8, 4.18.3, 4.21.0 or above.

Impact 5.3 MEDIUM

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

Learn more about CVSS

Weakness

  • CWE-20: Improper Input Validation
  • CWE-639: Authorization Bypass Through User-Controlled Key

Source file

maven/org.apache.camel/camel-elasticsearch-rest-client/CVE-2026-46453.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Thu, 10 Sep 2026 00:18:56 +0000.