Upgrade Jenkins to 2.568.3 on Java 21 - #120
Merged
Merged
Conversation
Closes 20 CVEs: five core issues from security advisory 2026-08-05, thirteen from 2026-09-02, and two Jetty issues. The embedded Jetty moves from 12.0.25 to 12.1.12 via Winstone 8.1047.v331d3186f463, which is the patched version for CVE-2026-19203 and CVE-2026-12611. 2.568.2, the version the advisory asked for, is not enough on either count: it is superseded by the September advisory, and it ships Jetty 12.1.8, still inside the affected range for both Jetty CVEs. The JDK moves with it. Jenkins 2.555.1 dropped Java 17, and no -jdk17 image is published for the 2.568.x line. configuration-as-code, branch-api and cloudbees-folder are bumped because transitive dependencies now require newer versions than the previous pins allowed; without them the plugin manager cannot resolve the set. This is upstream drift rather than a consequence of the core upgrade. Verified against a local build of the image: plugins resolve, the JVM is Temurin 21.0.12.1, and winstone.jar reports Jetty 12.1.12.
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.
Closes 20 CVEs: five core issues from security advisory 2026-08-05, thirteen from 2026-09-02, and two Jetty issues. The embedded Jetty moves from 12.0.25 to 12.1.12 via Winstone 8.1047.v331d3186f463, which is the patched version for CVE-2026-19203 and CVE-2026-12611.
2.568.2, the version the advisory asked for, is not enough on either count: it is superseded by the September advisory, and it ships Jetty 12.1.8, still inside the affected range for both Jetty CVEs.
The JDK moves with it. Jenkins 2.555.1 dropped Java 17, and no -jdk17 image is published for the 2.568.x line.
configuration-as-code, branch-api and cloudbees-folder are bumped because transitive dependencies now require newer versions than the previous pins allowed; without them the plugin manager cannot resolve the set. This is upstream drift rather than a consequence of the core upgrade.
Verified against a local build of the image: plugins resolve, the JVM is Temurin 21.0.12.1, and winstone.jar reports Jetty 12.1.12.