CVE-2026-71300
Last modified
CVE-2026-71300 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. Improper input validation vulnerability in Apache Camel Atmosphere Websocket component. This issue affects Apache Camel: from 4.0.0 before 4.14.9, from 4.15.0 before 4.18.4, from 4.19.0 before 4.22.0. The camel-atmosphere-websocket producer selects which connected WebSocket peers a message is delivered to through Exchange headers, and the string values of those headers sat outside the Camel namespace: websocket.connectionKey and websocket.connectionKey.list, along with websocket.sendToAll, websocket.eventType and websocket.errorType. WebsocketEndpoint extends ServletEndpoint and so inherits HttpHeaderFilterStrategy, which filters only the Camel and camel prefixes; the dotted names therefore fell outside the filtered namespace and were admitted in both directions by every HTTP-family consumer. EPSS estimates a 0.37% chance of exploitation in the next 30 days.
Description
Improper input validation vulnerability in Apache Camel Atmosphere Websocket component. This issue affects Apache Camel: from 4.0.0 before 4.14.9, from 4.15.0 before 4.18.4, from 4.19.0 before 4.22.0. The camel-atmosphere-websocket producer selects which connected WebSocket peers a message is delivered to through Exchange headers, and the string values of those headers sat outside the Camel namespace: websocket.connectionKey and websocket.connectionKey.list, along with websocket.sendToAll, websocket.eventType and websocket.errorType. WebsocketEndpoint extends ServletEndpoint and so inherits HttpHeaderFilterStrategy, which filters only the Camel and camel prefixes; the dotted names therefore fell outside the filtered namespace and were admitted in both directions by every HTTP-family consumer. In a route bridging an HTTP consumer into an atmosphere-websocket producer, an external sender could supply the list header and take over the producer's dispatch decision. WebsocketProducer.process tests the list header before the single-key header, so an injected value discarded the recipient the route had selected: a notification intended for one connected client could be suppressed, or delivered instead to a different client whose connection key the sender knows. The header need not be a query parameter and need not be supplied as a list literally - Camel's HTTP binding promotes a repeated header name, and a bracketed value, to a List when mapping onto the Exchange - so an ordinary inbound HTTP header is sufficient to reach the list-valued branch. This is distinct from CVE-2026-55993, which concerns the consumer-side query-parameter path in the same component. The behaviour dates back to the introduction of these constants, first released in 2.17.0, and was unchanged until this fix. Users are recommended to upgrade to version 4.22.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.9. If users are on the 4.18.x releases stream, then they are suggested to upgrade to 4.18.4. For deployments that cannot upgrade immediately, strip the dispatch headers at the trust boundary before the producer, for example with removeHeaders(“websocket.*”) placed between the HTTP consumer and the atmosphere-websocket producer. Note that the fix renames the header string values into the Camel namespace, which is a breaking change for routes that set them by literal string: routes referencing the WebsocketConstants fields symbolically are unaffected, and the change is documented in the upgrade guides. As defence in depth, do not bridge an untrusted HTTP consumer directly into a WebSocket producer whose dispatch is header-driven without stripping the dispatch namespace first.
Metrics
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Apache | Camel | >= 4.0.0, < 4.14.9 |
| Apache | Camel | >= 4.15.0, < 4.18.4 |
| Apache | Camel | >= 4.19.0, < 4.22.0 |
References
- https://camel.apache.org/security/CVE-2026-71300.htmlMailing List, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Undergoing Analysis
Frequently Asked Questions
What is CVE-2026-71300?
How severe is CVE-2026-71300?
How do I fix CVE-2026-71300?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-71290Improper TLS hostname verification vulnerability in Apache H…9.1
- CVE-2026-71291Bolt CMS renders content field values through Twig's full ap…8.8
- CVE-2026-71292Subrion CMS's admin grid sorting helper, _gridGetSorting in …7.2
- CVE-2026-71293Statamic CMS's user-augmentation resolver, AugmentedUser::ge…6.2
- CVE-2026-71294Cotonti CMS's Comments plugin deserializes user-supplied dat…7.6
- CVE-2026-7130A flaw has been found in SourceCodester Pharmacy Sales and I…7.3
- CVE-2026-71303Lemur manages TLS certificate creation. Prior to 1.9.3, _val…7.7
- CVE-2026-71307Lemur manages TLS certificate creation. Prior to 1.9.3, GET …7.7
- CVE-2026-71308Lemur manages TLS certificate creation. From 0.5.0 until 1.9…8.1
- CVE-2026-71309rclone is a command-line program to sync files and directori…8.6
- CVE-2026-7131A vulnerability has been found in code-projects Online Lot R…7.3
- CVE-2026-71310rclone is a command-line program to sync files and directori…5.9
Are you affected by CVE-2026-71300?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
