security: upgrade Apache Tomcat from 9.0.113 to 9.0.118#35796
Open
mbiuki wants to merge 1 commit into
Open
Conversation
Fixes six published Apache Tomcat 9.x CVEs that affect 9.0.113: - CVE-2026-29146 (Important) — EncryptInterceptor padding oracle - CVE-2026-34500 (Moderate) — OCSP soft-fail with FFM - CVE-2026-34487 (Low) — Cloud membership exposes K8s bearer token - CVE-2026-34483 (Low) — Incomplete escaping of JSON access logs - CVE-2026-25854 (Low) — Occasional open redirect - CVE-2026-24880 (Low) — Request smuggling via invalid chunk extension All fixes are present in 9.0.117+; bumping to 9.0.118 (latest 9.0.x patch, released 2026-05-10) for currency. Closes #35793
9 tasks
Contributor
|
Claude finished @mbiuki's task in 52s —— View job Rollback Safety Analysis
Verdict: ✅ Safe to RollbackThe diff is a single-property bump in No category from
Tomcat 9.0.x is API-stable across patch versions; the upgrade only swaps the embedded servlet container binary and the Docker base image ( |
mbiuki
added a commit
that referenced
this pull request
May 21, 2026
Backport of #35796 to the 25.07.10 LTS line. Fixes six published Apache Tomcat 9.x CVEs that affect 9.0.113: - CVE-2026-29146 (Important) — EncryptInterceptor padding oracle - CVE-2026-34500 (Moderate) — OCSP soft-fail with FFM - CVE-2026-34487 (Low) — Cloud membership exposes K8s bearer token - CVE-2026-34483 (Low) — Incomplete escaping of JSON access logs - CVE-2026-25854 (Low) — Occasional open redirect - CVE-2026-24880 (Low) — Request smuggling via invalid chunk extension Refs #35793
This was referenced May 21, 2026
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.
Summary
Bumps the bundled Apache Tomcat version from
9.0.113to9.0.118(the latest 9.0.x patch, released 2026-05-10) to resolve six published Apache Tomcat CVEs that affect 9.0.113.Single-property change in
parent/pom.xml; propagates to:bom/application/pom.xml(BOM declarations)dotCMS/pom.xml(direct dep, docker base image, distribution folder, remote zip URL)dotcms-integration/pom.xmldotCMS/src/main/docker/original/docker-descriptor.xmlCloses #35793.
CVEs addressed
Source: https://tomcat.apache.org/security-9.html
9.0.117would be sufficient to clear all six;9.0.118is chosen for currency.Why this is safe
9.0.108→9.0.113), which landed cleanly.tomcat:9.0.118-jdk11), and runtime layout (dotserver/tomcat-9.0.118/...) all rebuild automatically.Test plan
tomcat:9.0.118-jdk11resolves and pulls cleanlyorg.apache.tomcat:*drops to zero in the next scanFollow-up (separate work, tracked in #35793)
24.12.27_lts(next revision)25.07.10_lts(next revision) — prioritized, multiple enterprise customers are blocked here🤖 Generated with Claude Code