製品・ソフトウェアに関する情報
Apache Software FoundationのApache Camelにおける大文字と小文字の区別の不適切な処理に関する脆弱性
Title Apache Software FoundationのApache Camelにおける大文字と小文字の区別の不適切な処理に関する脆弱性
Summary

Camel-CXF および Camel-Knative におけるメッセージヘッダー注入の脆弱性は、受信側でのフィルタリングが欠如していることが原因です。CXF および Knative の HeaderFilterStrategy の実装が受信したヘッダーを適切にフィルタリングしないため、認証されていない攻撃者が内部ヘッダーを注入できる可能性があります。これにより、リモートコードの実行や任意のファイル書き込みが発生する恐れがあります。この問題は特定の Apache Camel バージョンに影響を与え、修正されたバージョンへのアップグレードが推奨されます。

Possible impacts ・当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 ・当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 ・当該ソフトウェアが完全に停止する可能性があります。 
Solution

ベンダ情報を参照して適切な対策を実施してください。

Publication Date May 19, 2026, midnight
Registration Date June 8, 2026, 11:45 a.m.
Last Update June 8, 2026, 11:45 a.m.
CVSS3.0 : 緊急
Score 9.8
Vector CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Affected System
Apache Software Foundation
Apache Camel 3.18.0 以上 4.14.6 未満
Apache Camel 4.15.0 以上 4.18.2 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
Change Log
No Changed Details Date of change
1 [2026年06月08日]
  掲載
June 8, 2026, 11:45 a.m.

NVD Vulnerability Information
CVE-2026-47323
Summary

Camel-CXF and Camel-Knative Message Header Injection via Missing Inbound Filtering

The CXF and Knative HeaderFilterStrategy implementations (CxfRsHeaderFilterStrategy in camel-cxf-rest, CxfHeaderFilterStrategy in camel-cxf-transport, and KnativeHttpHeaderFilterStrategy in camel-knative-http) only filter outbound Camel-internal headers via setOutFilterStartsWith, while not configuring inbound filtering via setInFilterStartsWith. As a result, an unauthenticated attacker can inject Camel-internal headers (e.g. CamelExecCommandExecutable, CamelFileName) via HTTP requests to CXF-RS or CXF-SOAP endpoints. When a route forwards messages from these endpoints to header-driven components such as camel-exec or camel-file, the injected headers override configured values, enabling remote code execution or arbitrary file writes. This is the same pattern that was previously addressed in camel-undertow (CVE-2025-30177), the broader incoming-header filter (CVE-2025-27636 and CVE-2025-29891), and non-HTTP strategies (CVE-2026-40453).

This issue affects Apache Camel: from 3.18.0 before 4.14.6, from 4.15.0 before 4.18.2.

Users are recommended to upgrade to version 4.19.0, which fixes the issue. If users are on the 4.18.x LTS releases stream, then they are suggested to upgrade to 4.18.2. If users are on the 4.14.x LTS releases stream, then they are suggested to upgrade to 4.14.6.

Publication Date May 19, 2026, 11:16 p.m.
Registration Date May 20, 2026, 4:12 a.m.
Last Update May 21, 2026, 2:16 a.m.
Related information, measures and tools
Common Vulnerabilities List