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

CVE-2026-46592: Apache Camel-CXF: The SOAP operation-selection headers used non-Camel-prefixed names (operationName, operationNamespace) that bypass the HTTP header filter, allowing an HTTP client to redirect the invoked SOAP operation

July 6, 2026 (updated August 28, 2026)

Improper Input Validation, Unintended Proxy or Intermediary (‘Confused Deputy’) vulnerability in Apache Camel CXF SOAP component.

The camel-cxf producer selects which SOAP operation to invoke on the backend service from the operationName (and operationNamespace) Exchange header, whose constant values (CxfConstants.OPERATION_NAME / OPERATION_NAMESPACE) were the plain strings operationName / operationNamespace. Because these names do not start with the Camel / camel prefix, HttpHeaderFilterStrategy - which blocks only the Camel header namespace on the HTTP boundary - let them pass from an inbound HTTP request straight into the Exchange. In a route that bridges an HTTP consumer (for example platform-http) into a cxf: producer, any HTTP client could therefore set the operationName header and have CxfProducer resolve and invoke a different WSDL operation than the route intended - for example replacing a read operation with a destructive one - against the backend SOAP service (a confused-deputy redirection). The constant is defined in the shared camel-cxf-common module, so the same non-prefixed names also applied to camel-cxfrs. No credentials are required when the bridging consumer is unauthenticated. This issue affects Apache Camel: from 4.0.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. After upgrading, the operation-selection headers are named CamelCxfOperationName / CamelCxfOperationNamespace and are filtered at transport boundaries; see the 4.21 upgrade guide for the cross-transport carrier-header pattern. For deployments that cannot upgrade immediately, do not select the CXF operation from untrusted input: strip the operationName and operationNamespace headers from any untrusted ingress before the cxf: producer and set the operation from a trusted source in the route.

References

  • camel.apache.org/security/CVE-2026-46592.html
  • github.com/advisories/GHSA-mrrp-9gjm-749v
  • github.com/apache/camel/commit/0138da45fc9428172c1585ab4561d42e8868cf49
  • github.com/apache/camel/commit/36a5088b58be38317a8f974ffda2a262fa00b4e4
  • github.com/apache/camel/commit/7240570a05687792c95badfa8d11ed2644117230
  • github.com/apache/camel/pull/23326
  • github.com/apache/camel/pull/23369
  • github.com/apache/camel/pull/23376
  • 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-23526
  • nvd.nist.gov/vuln/detail/CVE-2026-46592

Code Behaviors & Features

Detect and mitigate CVE-2026-46592 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.0.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 7.5 HIGH

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

Learn more about CVSS

Weakness

  • CWE-20: Improper Input Validation
  • CWE-441: Unintended Proxy or Intermediary ('Confused Deputy')

Source file

maven/org.apache.camel/camel-cxf-rest/CVE-2026-46592.yml

Spotted a mistake? Edit the file on GitLab.

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

Page generated Sat, 12 Sep 2026 00:20:52 +0000.