CVE-2026-43866: bump Apache Camel to 2.25.5-TT.2 (activemq-5.17)#254
Open
jgallimore wants to merge 1 commit into
Open
CVE-2026-43866: bump Apache Camel to 2.25.5-TT.2 (activemq-5.17)#254jgallimore wants to merge 1 commit into
jgallimore wants to merge 1 commit into
Conversation
Points camel-version at the Tomitribe-forked Camel 2.25.5-TT.2, which backports CAMEL-23373 (objectMessageEnabled=false) to camel-jms 2.25.x to fix the ObjectMessage/DefaultExchangeHolder deserialization sink. No upstream 2.25.x fix exists. Resolves from repository.tomitribe.com (already declared). See tomitribe/cve#335 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix for CVE-2026-43866 — Apache Camel camel-jms ObjectMessage/DefaultExchangeHolder deserialization (CAMEL-23373).
Tracking issue: https://github.com/tomitribe/cve/issues/335
Reachability audit: https://github.com/tomitribe/cve/blob/main/docs/security-audits/2026/CVE-2026-43866.md
Changes
<camel-version>2.25.4→2.25.5-TT.2(Tomitribe-forked Camel). Moves the whole camel family to the TT build.Rationale
camel-jms 2.25.x ships the un-gated ObjectMessage deserialization sink and there is NO fixed upstream 2.25.x release. Tomitribe forked Camel 2.25.x and backported CAMEL-23373 (
objectMessageEnableddefaulting to false) as2.25.5-TT.2. Resolves fromrepository.tomitribe.com(already declared in this branch's<repositories>).Verification