CVE-2026-46453

Source
https://cve.org/CVERecord?id=CVE-2026-46453
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-46453.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-46453
Published
2026-07-06T07:55:56.230Z
Modified
2026-07-15T01:49:06.354795126Z
Severity
  • 5.3 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N CVSS Calculator
Summary
Apache Camel: 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
Details

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 - SEARCHQUERY (an advanced query body), OPERATION (which Elasticsearch operation to run), INDEXNAME, INDEXSETTINGS and ID. The string values of these header constants, defined in ElasticSearchRestClientConstant, are plain unprefixed names ('SEARCHQUERY', 'OPERATION', 'INDEXNAME', 'INDEXSETTINGS', '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 (SEARCHQUERY with a matchall 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, SEARCHQUERY, INDEXSETTINGS, INDEXNAME, 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('SEARCHQUERY'), removeHeader('OPERATION'), removeHeader('INDEXNAME'), removeHeader('INDEXSETTINGS') and removeHeader('ID') in front of the elasticsearch-rest-client endpoint), or apply a custom HeaderFilterStrategy that blocks these names.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/46xxx/CVE-2026-46453.json",
    "cwe_ids": [
        "CWE-20",
        "CWE-639"
    ],
    "cna_assigner": "apache",
    "unresolved_ranges": [
        {
            "extracted_events": [
                {
                    "introduced": "4.3.0"
                },
                {
                    "fixed": "4.14.8"
                },
                {
                    "introduced": "4.15.0"
                },
                {
                    "fixed": "4.18.3"
                },
                {
                    "introduced": "4.19.0"
                },
                {
                    "fixed": "4.21.0"
                }
            ],
            "source": "AFFECTED_FIELD"
        },
        {
            "extracted_events": [
                {
                    "introduced": "4.3.0"
                },
                {
                    "fixed": "4.14.8"
                },
                {
                    "introduced": "4.15.0"
                },
                {
                    "fixed": "4.18.3"
                },
                {
                    "introduced": "4.19.0"
                },
                {
                    "fixed": "4.21.0"
                }
            ],
            "source": "DESCRIPTION"
        }
    ]
}
References

Affected packages

Git / github.com/apache/camel

Affected ranges

Type
GIT
Repo
https://github.com/apache/camel
Events
Database specific
{
    "extracted_events": [
        {
            "introduced": "4.3.0"
        },
        {
            "fixed": "4.14.8"
        },
        {
            "introduced": "4.15.0"
        },
        {
            "fixed": "4.18.3"
        },
        {
            "introduced": "4.19.0"
        },
        {
            "fixed": "4.21.0"
        }
    ],
    "source": "CPE_RANGE",
    "cpe": "cpe:2.3:a:apache:camel:*:*:*:*:*:*:*:*"
}

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-46453.json"