Skip to main content

Red Hat CVE-2026-34835

| EUVDEUVD-2026-18478 MEDIUM
Improper Validation of Syntactic Correctness of Input (CWE-1286)
2026-04-02 GitHub_M GHSA-g2pf-xv49-m2h5
4.8
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
4.8 MEDIUM
AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N
SUSE
MEDIUM
qualitative
Red Hat
4.8 MEDIUM
qualitative

Primary rating from GitHub Advisory.

CVSS VectorGitHub Advisory

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

4
Patch released
Apr 03, 2026 - 02:30 nvd
Patch available
EUVD ID Assigned
Apr 02, 2026 - 17:30 euvd
EUVD-2026-18478
Analysis Generated
Apr 02, 2026 - 17:30 vuln.today
CVE Published
Apr 02, 2026 - 17:09 nvd
MEDIUM 4.8

DescriptionGitHub Advisory

Rack is a modular Ruby web server interface. From versions 3.0.0.beta1 to before 3.1.21, and 3.2.0 to before 3.2.6, Rack::Request parses the Host header using an AUTHORITY regular expression that accepts characters not permitted in RFC-compliant hostnames, including /, ?, #, and @. Because req.host returns the full parsed value, applications that validate hosts using naive prefix or suffix checks can be bypassed. This can lead to host header poisoning in applications that use req.host, req.url, or req.base_url for link generation, redirects, or origin validation. This issue has been patched in versions 3.1.21 and 3.2.6.

AnalysisAI

Host header validation bypass in Rack 3.0.0.beta1-3.1.20 and 3.2.0-3.2.5 allows unauthenticated remote attackers to poison Host headers by injecting RFC-noncompliant characters (/, ?, #, @) that pass the AUTHORITY regex but are accepted by req.host, req.url, and req.base_url. Applications relying on naive prefix or suffix matching for host validation, link generation, or origin checks can be bypassed, enabling host header poisoning attacks. No public exploit code or active exploitation has been confirmed at the time of analysis.

Technical ContextAI

Rack is a widely-used modular Ruby web application server interface that standardizes HTTP request/response handling. The vulnerability stems from the AUTHORITY regular expression used to parse the Host header in Rack::Request, which does not strictly enforce RFC 3986 compliance. RFC 3986 defines a hostname (reg-name) as a sequence of unreserved and percent-encoded characters; however, the Rack regex incorrectly permits reserved characters such as forward slash (/), question mark (?), hash (#), and at-sign (@) that should delimit URI components in compliant implementations. When applications extract the hostname via req.host, req.url, or req.base_url and perform validation using only prefix or suffix checks (e.g., checking if the hostname starts with or ends with a trusted domain), attackers can inject these special characters to bypass the checks while the malformed host value propagates into generated links, redirects, or origin validation logic. The root cause is classified under CWE-1286 (Improper Validation of Syntactic Correctness of Input), reflecting insufficient grammar validation of the Host header format.

RemediationAI

Upgrade Rack to version 3.1.21 or 3.2.6 or later, whichever matches your current release branch. In the interim, applications should implement strict RFC 3986-compliant hostname validation using allowlist-based checks rather than prefix/suffix matching, and audit any use of req.host, req.url, or req.base_url in security-sensitive contexts such as origin validation, link generation, and redirects. Additional defensive measures include validating the Host header against a whitelist of permitted domains before use and implementing Origin header verification where feasible. See the GitHub Security Advisory at https://github.com/rack/rack/security/advisories/GHSA-g2pf-xv49-m2h5 for detailed guidance.

Vendor StatusVendor

SUSE

Severity: Medium
Product Status
SUSE Linux Enterprise High Availability Extension 15 SP7 Fixed
SUSE Linux Enterprise High Availability Extension 15 SP7 Fixed
SUSE Linux Enterprise High Availability Extension 16.1 Fixed
SUSE Linux Enterprise High Performance Computing 15 SP7 Fixed
SUSE Linux Enterprise Module for Public Cloud 15 SP7 Fixed

Share

CVE-2026-34835 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy