CVE-java-tests - #1270
Open
undx wants to merge 2 commits into
Open
Conversation
Bump the root cxf.version property from 3.5.11 to 3.6.12 to remediate CVE-2026-50645 (CWE-400 uncontrolled resource consumption / unauthenticated DoS via unbounded attachment parts per message, CVSS 3.1 7.5 High) in Apache CXF cxf-core. This single property governs every org.apache.cxf artifact declared in the reactor's dependencyManagement, remediating all 10 modules that resolve org.apache.cxf transitively or directly (component-server, vault-client, documentation, talend-component-maven-plugin, component-starter-server, component-tools, component-tools-webapp, images/component-server-image, images/component-starter-server-image, reporting). Also fix Github.java (documentation module) to catch NoClassDefFoundError in addition to Exception when reflectively loading the optional CXF GZIPFeature class. CXF 3.6.x no longer transitively pulls in jakarta.xml.ws-api (previously supplied via cxf-rt-frontend-jaxrs's own POM), so classloading org.apache.cxf.feature.AbstractFeature subclasses (GZIPFeature's superclass hierarchy) now throws NoClassDefFoundError instead of succeeding. This mirrors the existing defensive pattern already used in component-server's ComponentServerConfiguration#init for the same CXF reflection pitfall. #time 1h Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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.

0 New Issues
0 Fixed Issues
0 Accepted Issues
No data about coverage (63.10% Estimated after merge)
DO NOT MERGE