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: < 1% Very Low
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 0.245% 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 September 1, 2026 at 18:24 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 September 1, 2026 at 18:24 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

Tue, 01 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-444
References
Metrics threat_severity

None

threat_severity

Moderate


Wed, 19 Aug 2026 02:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


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

Updated: 2026-08-17T18:13:49.748Z

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

Severity : Moderate

Publid Date: 2026-08-17T17:56:28Z

Links: CVE-2026-59903 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-01T18:30:06Z

Weaknesses
  • CWE-444

    Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')

  • CWE-524

    Use of Cache Containing Sensitive Information