SNYK-RUBY-SINATRA-6483832
## Overview Affected versions of this package are vulnerable to Reliance on Untrusted Inputs in a Security Decision via the `X-Forwarded-Host (XFH)` header. When making a request to a method with redirect applied, it is possible to trigger an Open Redirect Attack by inserting an arbitrary address into this header. If used for caching purposes, such as with servers like Nginx, or as a reverse proxy, without handling the `X-Forwarded-Host` header, attackers can potentially exploit Cache Poisoning or Routing-based SSRF. ## Remediation Upgrade `sinatra` to version 4.1.0 or higher. ## References - [GitHub Commit](https://github.com/sinatra/sinatra/commit/cd3e00de20ddaff34ea30f7a74a7b9dad189d1d8) - [GitHub PR (partial fix)](https://github.com/sinatra/sinatra/pull/2010) - [Vulnerable Code](https://github.com/sinatra/sinatra/blob/b626e2d82c23b4fde0b51782fd32ca27ccde1d1a/lib/sinatra/base.rb#L319) - [Vulnerable Code](https://github.com/sinatra/sinatra/blob/b626e2d82c23b4fde0b51782fd32ca27ccde1d1a/lib/sinatra/base.rb#L323C1-L343C17)
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
Timeline
- Mar 26, 2024 CVE Updated
- Oct 31, 2024 CVE Published
References
- https://security.snyk.io/vuln/SNYK-RUBY-SINATRA-6483832 advisory
- https://github.com/sinatra/sinatra/commit/cd3e00de20ddaff34ea30f7a74a7b9dad189d1d8 patch
- https://github.com/sinatra/sinatra/pull/2010 patch
- https://github.com/sinatra/sinatra/blob/b626e2d82c23b4fde0b51782fd32ca27ccde1d1a/lib/sinatra/base.rb#L319 technical
- https://github.com/sinatra/sinatra/blob/b626e2d82c23b4fde0b51782fd32ca27ccde1d1a/lib/sinatra/base.rb#L323C1-L343C17 technical