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-hxx2-7vcw-mqr3] Sinatra vulnerable to Reliance on Untrusted Inputs in a Security Decision #5018

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
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
{
"schema_version": "1.4.0",
"id": "GHSA-hxx2-7vcw-mqr3",
"modified": "2024-11-04T13:52:38Z",
"modified": "2024-11-04T13:52:39Z",
"published": "2024-11-01T06:30:34Z",
"aliases": [
"CVE-2024-21510"
],
"summary": "Sinatra vulnerable to Reliance on Untrusted Inputs in a Security Decision",
"details": "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.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N"
Expand All @@ -32,11 +28,14 @@
"introduced": "0"
},
{
"last_affected": "4.0.0"
"fixed": "4.1.0"
}
]
}
]
],
"database_specific": {
"last_known_affected_version_range": "<= 4.0.0"
}
}
],
"references": [
Expand Down
Loading