Skip to content
VulniPulse
Medium5.9Red Hat Linux

Medium [CVE-2026-9678] Information disclosure due to improper cache-control header parsing

This medium-severity Red Hat Linux advisory covers CVE-2026-9678 affecting Red Hat Enterprise Linux 10, Red Hat Enterprise Linux 8, Red Hat Enterprise Linux 9.

CVE-2026-9678 Published Jun 17, 2026Updated by vendor Jun 17, 2026
Affected products & platforms
Red Hat LinuxUnclassified
Open vendor advisory

Android app · Google Play

Monitor future Red Hat Linux CVEs from your phone.

Choose a whole vendor or a precise platform, then receive matching security advisories by phone notification, email, or both. Coverage follows 32 official vendor sources and 160+ reviewed platform categories.

Matching phone alertsOptional email delivery

Summary

Undici's cache interceptor incorrectly classifies some responses as cacheable when the upstream Cache-Control header uses whitespace-padded qualified private or no-cache field names such as private=" authorization" or no-cache="\tauthorization".

The parser preserves the surrounding whitespace, so later comparisons against the literal authorization field name fail and the response is stored.

In shared-cache mode, this allows a response containing one user's authenticated data to be served from cache to a subsequent caller, including an unauthenticated caller, when both requests resolve to the same cache key.

Affected applications are those that explicitly enable the cache interceptor (interceptors.cache()) in shared mode, forward Authorization headers upstream, and receive cacheable responses with non-canonical qualified private or no-cache directives. Patches: Upgrade to undici v7.28.0 or v8.5.0.

Workarounds: If upgrade is not immediately possible, disable shared-cache mode for traffic that includes Authorization headers, avoid caching responses to authenticated requests, or add Vary: Authorization upstream. A flaw was found in Undici.

This vulnerability allows an unauthenticated attacker to access authenticated user data from the cache, leading to information disclosure.

Affected versions

No affected-version range was extracted from the source record. The vendor advisory is authoritative — check it before change work.

Official advisory · high-confidence parse· fetched 17 days ago·verify at source

Fixed versions
  • 28.0
  • nodejs24-1:24.18.0-1.el10_2
  • nodejs22-1:22.23.1-2.el10_2
  • nodejs:24-8100020260630152626.6d880403
  • nodejs:22-8100020260703140402.6d880403
  • nodejs:24-9080020260626074955.rhel9
  • nodejs:22-9080020260626075442.rhel9
  • nodejs26-main-26.3.0-1.2.hum1
  • nodejs24-main-24.18.0-0.3.hum1
  • nodejs25-main-25.9.0-1.1.hum1
  • RHSA-2026:35841
  • RHSA-2026:35842
  • RHSA-2026:39868
  • RHSA-2026:41947
  • RHSA-2026:35891
  • RHSA-2026:35892
  • RHSA-2026:22380
  • RHSA-2026:38236
  • RHSA-2026:7378

Official advisory · high-confidence parse· fetched 17 days ago·verify at source

Mitigation checklist

Recommended fix / mitigation
  • Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.

Official advisory · high-confidence parse· fetched 17 days ago·verify at source

Discussion(0)

No comments yet. Share field notes, upgrade gotchas, or questions — verify against the vendor advisory before acting on community advice.

Sign in to join the discussion.