live wire
AI: Red Hat maps governed firewall changes from ServiceNow through Ansible and two human approval gatesRed Hat DeveloperCLUSTER MGMT · ACM 2.17 makes Submariner 0.24 GA with Important-rated fixesRed Hat ErrataPLATFORM · Red Hat makes on-premises Lightspeed recommendations GA for Satellite 6.18Red Hat ErrataSECURITY · Red Hat Hardened Images updates Tomcat 10 for nine authentication, access-control and DoS flawsRed Hat ErrataAI · Open Data Hub 3.6.0 EA1 bundles Trainer, MLflow and llm-d componentsOpen Data HubAI · Speculators 0.6.0 adds P-EAGLE parallel drafting for vLLM speculative decodingRed Hat DeveloperSECURITY · OpenShift 4.17.57 fixes seven Go and TLS CVEs in an Important-rated updateRed Hat ErrataAI · Red Hat benchmarks local LLM guardrails with EvalHub, exposing regex accuracy and latency trade-offsRed Hat DeveloperAI · Red Hat maps silent tool-call failures across agentic pipelinesRed HatAPI · Kuadrant 1.5.3 adds GRPCRoute policies and developer-portal API-key workflowsKuadrantAI · (Aug 25) IBM releases Apache-2.0 Granite 4.2 reasoning models in 3B, 8B and 30B sizesIBM ResearchJAVA · Red Hat build of Quarkus 3.33.3.SP1 fixes 13 CVEs in an Important-rated updateRed Hat errataAI · vLLM moves Kimi K2 RL weight sync across 384 H100s in 7.53 seconds (Aug 22)vLLMAI · Red Hat maps IBM CLEAR and EvalHub onto OpenShift AI for trace-level agent evaluationRed Hat DeveloperAI: Red Hat maps governed firewall changes from ServiceNow through Ansible and two human approval gatesRed Hat DeveloperCLUSTER MGMT · ACM 2.17 makes Submariner 0.24 GA with Important-rated fixesRed Hat ErrataPLATFORM · Red Hat makes on-premises Lightspeed recommendations GA for Satellite 6.18Red Hat ErrataSECURITY · Red Hat Hardened Images updates Tomcat 10 for nine authentication, access-control and DoS flawsRed Hat ErrataAI · Open Data Hub 3.6.0 EA1 bundles Trainer, MLflow and llm-d componentsOpen Data HubAI · Speculators 0.6.0 adds P-EAGLE parallel drafting for vLLM speculative decodingRed Hat DeveloperSECURITY · OpenShift 4.17.57 fixes seven Go and TLS CVEs in an Important-rated updateRed Hat ErrataAI · Red Hat benchmarks local LLM guardrails with EvalHub, exposing regex accuracy and latency trade-offsRed Hat DeveloperAI · Red Hat maps silent tool-call failures across agentic pipelinesRed HatAPI · Kuadrant 1.5.3 adds GRPCRoute policies and developer-portal API-key workflowsKuadrantAI · (Aug 25) IBM releases Apache-2.0 Granite 4.2 reasoning models in 3B, 8B and 30B sizesIBM ResearchJAVA · Red Hat build of Quarkus 3.33.3.SP1 fixes 13 CVEs in an Important-rated updateRed Hat errataAI · vLLM moves Kimi K2 RL weight sync across 384 H100s in 7.53 seconds (Aug 22)vLLMAI · Red Hat maps IBM CLEAR and EvalHub onto OpenShift AI for trace-level agent evaluationRed Hat Developer
upstreambeat.ai
releaseSECURITY

Tomcat 10.1.59 closes nine exposure paths in Red Hat Hardened Images

The update reaches internet-facing HTTP/2 and authentication paths, but several fixes matter only when specific Tomcat features are enabled.

Before-and-after Tomcat image update with security-sensitive paths
Side by side: what changed
By The News Desk· Sep 4, 2026

Red Hat has updated the Tomcat 10 packages in Red Hat Hardened Images to 10.1.59-0.1.hum1, carrying fixes for nine CVEs. The Red Hat advisory names every Tomcat RPM in the image set, from the core package and libraries to the admin, documentation and user-instance web applications.

The practical risk is configuration-dependent. Image consumers should map the fixes to the Tomcat features their workloads actually expose rather than treating the advisory as nine identical defects.

Where the exposure sits

Two fixes are most relevant to public HTTP traffic. Apache’s Tomcat 10 security page rates CVE-2026-68763 Important: repeatedly reset HTTP/2 streams could leak backlog allocations until the process failed. CVE-2026-65637 completes strict SNI validation for HTTP/2 requests without an authority value.

Four more flaws sit in authorization policy. CVE-2026-65182 could bypass constraints when a longer path appeared before a stricter shorter sub-path. CVE-2026-65927 made RewriteValve’s [N] flag restart at the second rule, potentially skipping an access-control rule. CVE-2026-68525 affected method-specific constraints after FORM authentication, while CVE-2026-66422 could turn servlet role references into unintended Realm aliases.

Authentication and session handling account for two further cases. CVE-2026-65905 permitted a limited one-time replay under DIGEST authentication. CVE-2026-73180 allowed an authenticated WebSocket to survive the end of its associated HTTP session after the session ID changed. CVE-2026-65183 is narrower: a race while creating a Unix domain socket could expose it to an unauthorized local user.

Apache says all nine affected Tomcat 10.1 releases through 10.1.57; 10.1.59 is the first released build carrying the fixes because the 10.1.58 release vote did not pass.

A rollout checklist for image consumers

This desk recommends a staged rebuild rather than an in-place assumption:

  1. Inventory deployments derived from the Tomcat 10 Hardened Image and identify which use HTTP/2, strict SNI, RewriteValve, FORM or DIGEST authentication, declarative role constraints, WebSockets or Unix domain sockets.
  2. Rebuild application images from the refreshed Red Hat source and confirm the installed RPM reports 10.1.59-0.1.hum1; pin the resulting image digest in deployment manifests.
  3. In staging, exercise reset-heavy HTTP/2 traffic and repeat authorization tests for shorter paths, method constraints, rewritten routes and role aliases. Verify that WebSockets close when the parent HTTP session ends.
  4. Roll out with normal health and error-rate gates, then confirm every running replica uses the new digest. Preserve the previous digest for rollback, but do not leave old replicas serving traffic after validation.

The update is broad, but the highest-priority rebuilds are internet-facing HTTP/2 services and applications that depend on Tomcat’s own rewrite or declarative access controls.

Filed by The News Desk. Corrections: desk@upstreambeat.ai · Our standards →

comments · 0

    Comments are moderated before they appear. Your email is used once to confirm it is you — never shown, never sold. Corrections and questions get an answer from the desk when we have one.