Description
Netty is an asynchronous, event-driven network application framework. Prior to 4.1.137.Final and 4.2.17.Final, io.netty.handler.codec.http.cors.CorsHandler setVaryHeader replaces application Vary headers such as Authorization or Cookie with Origin, allowing a caching proxy or CDN to reuse authenticated responses across users and disclose sensitive information. This issue is fixed in versions 4.1.137.Final and 4.2.17.Final.
Published: 2026-08-17
Score: 6.5 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw occurs when Netty’s CorsHandler replaces application‑level Vary headers such as Authorization or Cookie with Origin, causing a caching proxy or CDN to serve authenticated responses to other users. The primary impact is the disclosure of sensitive data across account boundaries. This is an information disclosure weakness (CWE‑524) and does not allow direct code execution. The problem is triggered by standard HTTP requests that are handled by the affected CorsHandler implementation. Based on the description, it is inferred that the attack vector is external HTTP traffic.

Affected Systems

The vendor is Netty and the affected product is the io.netty.handler.codec.http.cors.CorsHandler component used in Netty HTTP servers and clients. Versions prior to 4.1.137.Final and 4.2.17.Final are vulnerable. Applications that embed Netty 4.1.x or 4.2.x before these patched releases are affected.

Risk and Exploitability

The CVSS score of 6.5 indicates a moderate severity. The EPSS score is not available and the issue is not listed in the CISA KEV catalog, suggesting limited publicly known exploitation. Exploitation requires that a caching layer respect the Origin header and not consider the original Authorization header, which is a common setup for CDNs and reverse proxies. An attacker can force the server to cache a sensitive response and later retrieve it via a different user’s request, leading to cross‑user data leakage. The attack vector is external HTTP traffic and does not require privileged local access.

Generated by OpenCVE AI on August 17, 2026 at 20:08 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Netty to version 4.1.137.Final or 4.2.17.Final or newer, which contains the fix.
  • Reconfigure or disable caching in your proxy or CDN so that responses containing the Origin header are not cached or only cached when an Authorization or Cookie header is present.
  • Replace or bypass the CorsHandler in the Netty pipeline to stop it from overriding Vary headers, or customize its configuration to preserve the original Vary value.

Generated by OpenCVE AI on August 17, 2026 at 20:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-8c42-7qj2-3j46 Netty Vulnerable to Cache Poisoning and Information Disclosure via CORS Vary Header Overwrite
History

Mon, 17 Aug 2026 20:00:00 +0000

Type Values Removed Values Added
First Time appeared Netty
Netty netty
Vendors & Products Netty
Netty netty

Mon, 17 Aug 2026 18:15:00 +0000

Type Values Removed Values Added
Description Netty is an asynchronous, event-driven network application framework. Prior to 4.1.137.Final and 4.2.17.Final, io.netty.handler.codec.http.cors.CorsHandler setVaryHeader replaces application Vary headers such as Authorization or Cookie with Origin, allowing a caching proxy or CDN to reuse authenticated responses across users and disclose sensitive information. This issue is fixed in versions 4.1.137.Final and 4.2.17.Final.
Title Netty: Cache Poisoning and Information Disclosure via CORS Vary Header Overwrite
Weaknesses CWE-524
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-17T18:14:01.121Z

Reserved: 2026-07-07T16:40:07.984Z

Link: CVE-2026-59903

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-17T18:17:36.250

Modified: 2026-08-17T19:16:32.890

Link: CVE-2026-59903

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T20:15:06Z

Weaknesses
  • CWE-524

    Use of Cache Containing Sensitive Information