Publish Advisories

GHSA-4g8v-vg43-wpgf
GHSA-v5h6-c2hv-hv3r
This commit is contained in:
advisory-database[bot]
2025-05-05 17:12:17 +00:00
parent 14546b7f92
commit ef53359ecc
2 changed files with 11 additions and 3 deletions
@@ -1,13 +1,13 @@
{
"schema_version": "1.4.0",
"id": "GHSA-4g8v-vg43-wpgf",
"modified": "2025-01-10T18:33:04Z",
"modified": "2025-05-05T17:10:34Z",
"published": "2023-06-29T15:03:16Z",
"aliases": [
"CVE-2023-28362"
],
"summary": "Actionpack has possible cross-site scripting vulnerability via User Supplied Values to redirect_to",
"details": "The `redirect_to` method in Rails allows provided values to contain characters which are not legal in an HTTP header value. This results in the potential for downstream services which enforce RFC compliance on HTTP response headers to remove the assigned Location header. This vulnerability has been assigned the CVE identifier CVE-2023-28362.\n\nVersions Affected: All. Not affected: None Fixed Versions: 7.0.5.1, 6.1.7.4\n\n# Impact\n\nThis introduces the potential for a Cross-site-scripting (XSS) payload to be delivered on the now static redirection page. Note that this both requires user interaction and for a Rails app to be configured to allow redirects to external hosts (defaults to false in Rails >= 7.0.x).\n\n# Releases\n\nThe FIXED releases are available at the normal locations.\n\n# Workarounds\n\nAvoid providing user supplied URLs with arbitrary schemes to the `redirect_to` method.\n",
"details": "The `redirect_to` method in Rails allows provided values to contain characters which are not legal in an HTTP header value. This results in the potential for downstream services which enforce RFC compliance on HTTP response headers to remove the assigned Location header. This vulnerability has been assigned the CVE identifier CVE-2023-28362.\n\nVersions Affected: All. Not affected: None Fixed Versions: 7.0.5.1, 6.1.7.4\n\n# Impact\n\nThis introduces the potential for a Cross-site-scripting (XSS) payload to be delivered on the now static redirection page. Note that this both requires user interaction and for a Rails app to be configured to allow redirects to external hosts (defaults to false in Rails >= 7.0.x).\n\n# Releases\n\nThe FIXED releases are available at the normal locations.\n\n# Workarounds\n\nAvoid providing user supplied URLs with arbitrary schemes to the `redirect_to` method.",
"severity": [
{
"type": "CVSS_V3",
@@ -82,6 +82,10 @@
{
"type": "WEB",
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2023-28362.yml"
},
{
"type": "WEB",
"url": "https://security.netapp.com/advisory/ntap-20250502-0009"
}
],
"database_specific": {
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-v5h6-c2hv-hv3r",
"modified": "2024-07-08T14:34:57Z",
"modified": "2025-05-05T17:11:20Z",
"published": "2024-03-25T19:36:52Z",
"aliases": [
"CVE-2024-27280"
@@ -64,6 +64,10 @@
"type": "WEB",
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/stringio/CVE-2024-27280.yml"
},
{
"type": "WEB",
"url": "https://security.netapp.com/advisory/ntap-20250502-0003"
},
{
"type": "WEB",
"url": "https://www.ruby-lang.org/en/news/2024/03/21/buffer-overread-cve-2024-27280"