Description
DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none.
Published: 2026-07-02
Score: 6.5 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Ruby’s WEBrick server through version 1.9.2 re‑parses a trailing Content‑Length header when building the request state. This duplicate parsing allows an attacker to supply multiple or malformed Content‑Length values, resulting in an incorrect total size calculation. The consequence is HTTP request smuggling, which can cause the server to handle requests incorrectly or split traffic in ways that bypass downstream components. The CWE for this flaw is CWE‑444, indicating improper handling of duplicate headers.

Affected Systems

Any installation of WEBrick 1.9.2 or earlier that accepts external HTTP or HTTPS traffic is vulnerable. The flaw is only exploitable when the server sits behind a proxy or load balancer in a production configuration. Lightweight, or applications that use WEBrick directly or through such a proxy are liable.

Risk and Exploitability

The CVSS score of 7.5 rates the flaw as high impact. The EPSS score is under 1 %, meaning that real‑world The vulnerability is not listed in the CISA KEV catalog. An attacker would need to send traffic that reaches WEBrick behind an upstream proxy and includes duplicate or malformed Content‑Length headers. No additional conditions such as privileged access arebased request smuggling in environments that rely on WEBrick in production.

Generated by OpenCVE AI on July 15, 2026 at 10:03 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade WEBrick to the latest release that fixes the duplicate Content‑Length parsing bug.
  • If upgrading immediately is not feasible, configure an upstream reverse proxy or load balancer to strip or reject any trailing Content‑Length headers from incoming requests, following CWE‑444 mitigation guidance.
  • Deploy application‑layer firewall or WAF rules that detect and block requests containing duplicate or malformed Content‑Length headers until the underlying server is patched, in compliance with CWE‑444 best practices.

Generated by OpenCVE AI on July 15, 2026 at 10:03 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 14 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}

cvssV3_1

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

cvssV3_1

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


Tue, 14 Jul 2026 17:15:00 +0000

Type Values Removed Values Added
Description ruby webrick through v1.9.2 WEBrick reparses trailer Content-Length into canonical request state, enabling request smuggling. NOTE: the Supplier reports that "The project README states that it is suitable for testing and development, and that its developers do not encourage its use to serve production web applications that may be subject to hostile input. It is not a production web server and is not intended to receive traffic from untrusted sources. Request smuggling is only reachable when WEBrick sits behind a proxy and receives hostile traffic in a production deployment, which is the configuration the project documents as discouraged." DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none.
References

Fri, 10 Jul 2026 14:45:00 +0000

Type Values Removed Values Added
Description ruby webrick through v1.9.2 WEBrick reparses trailer Content-Length into canonical request state, enabling request smuggling. ruby webrick through v1.9.2 WEBrick reparses trailer Content-Length into canonical request state, enabling request smuggling. NOTE: the Supplier reports that "The project README states that it is suitable for testing and development, and that its developers do not encourage its use to serve production web applications that may be subject to hostile input. It is not a production web server and is not intended to receive traffic from untrusted sources. Request smuggling is only reachable when WEBrick sits behind a proxy and receives hostile traffic in a production deployment, which is the configuration the project documents as discouraged."
References

Mon, 06 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}

cvssV3_1

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


Fri, 03 Jul 2026 22:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20

Fri, 03 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
Title WEBrick Request Smuggling via Trailer Content-Length Re‑parsing webrick: rubygem-webrick: WEBrick: Request smuggling via re-parsing of Content-Length header
Weaknesses CWE-444
References
Metrics threat_severity

None

cvssV3_1

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

threat_severity

Moderate


Fri, 03 Jul 2026 04:00:00 +0000

Type Values Removed Values Added
Title WEBrick Request Smuggling via Trailer Content-Length Re‑parsing
Weaknesses CWE-20

Fri, 03 Jul 2026 00:45:00 +0000

Type Values Removed Values Added
First Time appeared Ruby
Ruby webrick
Vendors & Products Ruby
Ruby webrick

Thu, 02 Jul 2026 21:15:00 +0000

Type Values Removed Values Added
Description ruby webrick through v1.9.2 WEBrick reparses trailer Content-Length into canonical request state, enabling request smuggling.
References

cve-icon MITRE

Status: REJECTED

Assigner: mitre

Published:

Updated: 2026-07-14T16:58:35.765Z

Reserved: 2026-04-06T00:00:00.000Z

Link: CVE-2026-38969

cve-icon Vulnrichment

Updated:

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-02T00:00:00Z

Links: CVE-2026-38969 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-15T10:15:04Z

Weaknesses
  • CWE-444

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