CVE-2026-12606
Modified Modified - Updated After Analysis

HTTP Request Smuggling in Eclipse Grizzly

Vulnerability report for CVE-2026-12606, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-14

Last updated on: 2026-07-27

Assigner: Eclipse Foundation

Description

Eclipse Grizzly in versions before 5.0.2, cannot properly parse the trailer section in malformed trailer header's line, which can be leveraged to perform HTTP request smuggling. Grizzly 5.0.1 supports system properties that enable the behavior that fixes the vulnerability - set org.glassfish.grizzly.http.STRICT_HEADER_NAME_VALIDATION_RFC_9110 and org.glassfish.grizzly.http.STRICT_HEADER_VALUE_VALIDATION_RFC_9110 system properties to "true".

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-14
Last Modified
2026-07-27
Generated
2026-08-03
AI Q&A
2026-07-14
EPSS Evaluated
2026-08-02
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
eclipse grizzly From 4.0.0 (inc) to 4.0.2 (inc)
eclipse grizzly From 5.0.0 (inc) to 5.0.2 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-444 The product acts as an intermediary HTTP agent (such as a proxy or firewall) in the data flow between two entities such as a client and server, but it does not interpret malformed HTTP requests or responses in ways that are consistent with how the messages will be processed by those entities that are at the ultimate destination.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-12606 is a vulnerability in the Eclipse Grizzly component, which is part of the Eclipse GlassFish project. The issue is related to HTTP request smuggling.

Specifically, versions of Eclipse Grizzly before 5.0.2 cannot properly parse the trailer section in malformed trailer headers. This flaw allows attackers to inject malicious HTTP requests, potentially leading to request smuggling attacks.

  • Affected versions include 4.0.0 to 4.0.2 and 5.0.0 up to but not including 5.0.2.
Detection Guidance

Detecting this vulnerability involves checking for the presence of vulnerable versions of Eclipse Grizzly in your environment. Since the issue is related to HTTP request smuggling, you can also look for signs of malformed trailer headers in HTTP requests.

  • Identify the version of Eclipse Grizzly or Eclipse GlassFish in use. Vulnerable versions are 4.0.0 to 4.0.2 and 5.0.0 up to but not including 5.0.2.
  • Check logs for unusual HTTP request patterns, such as malformed trailer headers or unexpected request smuggling attempts.
  • Use network scanning tools to detect HTTP request smuggling vulnerabilities. Tools like Burp Suite, OWASP ZAP, or custom scripts can be used to send malformed trailer headers and observe the server's response.
  • Example command to check the version of Eclipse Grizzly (if accessible via command line or logs): grep -r "Grizzly" /path/to/glassfish/logs/ or check the version in the GlassFish admin console.
Impact Analysis

This vulnerability can impact you in several ways if you are using an affected version of Eclipse Grizzly or Eclipse GlassFish.

  • Attackers could exploit this flaw to perform HTTP request smuggling, which may allow them to bypass security controls, access sensitive data, or manipulate web traffic.
  • It could lead to unauthorized actions being performed on behalf of legitimate users, such as session hijacking or privilege escalation.
  • If your application relies on Eclipse Grizzly for handling HTTP requests, this vulnerability could disrupt normal operations or expose your system to further attacks.
Compliance Impact

This vulnerability could affect compliance with common standards and regulations depending on how your system is used and what data it processes.

  • GDPR: If the vulnerability leads to unauthorized access or exposure of personal data, it could result in a violation of GDPR requirements for data protection and privacy. Organizations may face fines or legal consequences if they fail to mitigate the risk.
  • HIPAA: For systems handling protected health information (PHI), this vulnerability could lead to unauthorized access or disclosure of sensitive patient data, violating HIPAA's security and privacy rules.
  • Other standards like PCI DSS (for payment processing) or ISO 27001 (for information security management) may also be impacted if the vulnerability exposes sensitive data or compromises system integrity.

To maintain compliance, it is important to apply patches or updates to mitigate the vulnerability and ensure that security controls are in place to protect sensitive data.

Mitigation Strategies

To mitigate this vulnerability, follow these immediate steps:

  • Upgrade Eclipse Grizzly to version 5.0.2 or later, as this version contains the fix for the improper parsing of trailer headers.
  • If upgrading is not immediately possible, apply temporary mitigations such as filtering or blocking malformed HTTP requests with unusual trailer headers at the network or application firewall level.
  • Monitor network traffic for signs of HTTP request smuggling attempts and block suspicious requests.
  • Review and update your HTTP request handling logic to ensure proper parsing of trailer headers, if custom modifications have been made to Grizzly or GlassFish.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-12606. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart