Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHSA SYNC: 1 brand new advisory #834

Merged
merged 1 commit into from
Nov 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions gems/sinatra/CVE-2024-21510.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
gem: sinatra
cve: 2024-21510
ghsa: hxx2-7vcw-mqr3
url: https://github.com/advisories/GHSA-hxx2-7vcw-mqr3
title: Sinatra vulnerable to Reliance on Untrusted Inputs in a Security Decision
date: 2024-11-01
description: |
Versions of the package sinatra from 0.0.0 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.
cvss_v3: 5.4
notes: Never patched
related:
url:
- https://nvd.nist.gov/vuln/detail/CVE-2024-21510
- https://security.snyk.io/vuln/SNYK-RUBY-SINATRA-6483832
- https://github.com/sinatra/sinatra/pull/2010
- https://github.com/sinatra/sinatra/blob/b626e2d82c23b4fde0b51782fd32ca27ccde1d1a/lib/sinatra/base.rb#L319
- https://github.com/sinatra/sinatra/blob/b626e2d82c23b4fde0b51782fd32ca27ccde1d1a/lib/sinatra/base.rb#L323C1-L343C17
- https://github.com/advisories/GHSA-hxx2-7vcw-mqr3
Loading