From 0e4e56c646553e459167a73907dbe1eabeb2bf02 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:52:27 +0000 Subject: [PATCH] Publish Advisories GHSA-pj73-v5mw-pm9j GHSA-4g8v-vg43-wpgf GHSA-h2wm-p2vg-6pw4 GHSA-cr5q-6q9f-rq6q --- .../03/GHSA-pj73-v5mw-pm9j/GHSA-pj73-v5mw-pm9j.json | 9 +++++++-- .../06/GHSA-4g8v-vg43-wpgf/GHSA-4g8v-vg43-wpgf.json | 13 ++++++++++--- .../06/GHSA-h2wm-p2vg-6pw4/GHSA-h2wm-p2vg-6pw4.json | 9 +++++++-- .../08/GHSA-cr5q-6q9f-rq6q/GHSA-cr5q-6q9f-rq6q.json | 5 +++-- 4 files changed, 27 insertions(+), 9 deletions(-) diff --git a/advisories/github-reviewed/2023/03/GHSA-pj73-v5mw-pm9j/GHSA-pj73-v5mw-pm9j.json b/advisories/github-reviewed/2023/03/GHSA-pj73-v5mw-pm9j/GHSA-pj73-v5mw-pm9j.json index 66f2afb572d..e673e051849 100644 --- a/advisories/github-reviewed/2023/03/GHSA-pj73-v5mw-pm9j/GHSA-pj73-v5mw-pm9j.json +++ b/advisories/github-reviewed/2023/03/GHSA-pj73-v5mw-pm9j/GHSA-pj73-v5mw-pm9j.json @@ -1,14 +1,19 @@ { "schema_version": "1.4.0", "id": "GHSA-pj73-v5mw-pm9j", - "modified": "2025-01-09T15:37:10Z", + "modified": "2025-01-10T13:51:01Z", "published": "2023-03-15T21:36:01Z", "aliases": [ "CVE-2023-28120" ], "summary": "Possible XSS Security Vulnerability in SafeBuffer#bytesplice", "details": "There is a vulnerability in ActiveSupport if the new bytesplice method is called on a SafeBuffer with untrusted user input.\nThis vulnerability has been assigned the CVE identifier CVE-2023-28120.\n\nVersions Affected: All. Not affected: None Fixed Versions: 7.0.4.3, 6.1.7.3\n\n# Impact\n\nActiveSupport uses the SafeBuffer string subclass to tag strings as html_safe after they have been sanitized.\nWhen these strings are mutated, the tag is should be removed to mark them as no longer being html_safe.\n\nRuby 3.2 introduced a new bytesplice method which ActiveSupport did not yet understand to be a mutation.\nUsers on older versions of Ruby are likely unaffected.\n\nAll users running an affected release and using bytesplice should either upgrade or use one of the workarounds immediately.\n\n# Workarounds\n\nAvoid calling bytesplice on a SafeBuffer (html_safe) string with untrusted user input.\n", - "severity": [], + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" + } + ], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2023/06/GHSA-4g8v-vg43-wpgf/GHSA-4g8v-vg43-wpgf.json b/advisories/github-reviewed/2023/06/GHSA-4g8v-vg43-wpgf/GHSA-4g8v-vg43-wpgf.json index e644fb51361..56f72b24994 100644 --- a/advisories/github-reviewed/2023/06/GHSA-4g8v-vg43-wpgf/GHSA-4g8v-vg43-wpgf.json +++ b/advisories/github-reviewed/2023/06/GHSA-4g8v-vg43-wpgf/GHSA-4g8v-vg43-wpgf.json @@ -1,14 +1,19 @@ { "schema_version": "1.4.0", "id": "GHSA-4g8v-vg43-wpgf", - "modified": "2025-01-09T15:37:45Z", + "modified": "2025-01-10T13:51:37Z", "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", - "severity": [], + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" + } + ], "affected": [ { "package": { @@ -80,7 +85,9 @@ } ], "database_specific": { - "cwe_ids": [], + "cwe_ids": [ + "CWE-116" + ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2023-06-29T15:03:16Z", diff --git a/advisories/github-reviewed/2023/06/GHSA-h2wm-p2vg-6pw4/GHSA-h2wm-p2vg-6pw4.json b/advisories/github-reviewed/2023/06/GHSA-h2wm-p2vg-6pw4/GHSA-h2wm-p2vg-6pw4.json index d22ec44ada7..befd6708787 100644 --- a/advisories/github-reviewed/2023/06/GHSA-h2wm-p2vg-6pw4/GHSA-h2wm-p2vg-6pw4.json +++ b/advisories/github-reviewed/2023/06/GHSA-h2wm-p2vg-6pw4/GHSA-h2wm-p2vg-6pw4.json @@ -1,14 +1,19 @@ { "schema_version": "1.4.0", "id": "GHSA-h2wm-p2vg-6pw4", - "modified": "2025-01-09T15:37:28Z", + "modified": "2025-01-10T13:51:21Z", "published": "2023-06-09T22:40:54Z", "aliases": [ "CVE-2023-27531" ], "summary": "Kredis JSON Possible Deserialization of Untrusted Data Vulnerability", "details": "There is a deserialization of untrusted data vulnerability in\nthe Kredis JSON deserialization code. This vulnerability has\nbeen assigned the CVE identifier CVE-2023-27531.\n\n'Not affected: None.'\n'Versions Affected: All.'\n'Fixed Versions: 1.3.0.1'\n\nImpact\n Carefully crafted JSON data processed by Kredis may result in\n deserialization of untrusted data, potentially leading to\n deserialization of unexpected objects in the system.\n\n Any applications using Kredis with JSON are affected.\n\nReleases\n The fixed releases are available at the normal locations.\n\nWorkarounds\n There are no feasible workarounds for this issue.\n\nPatches\n To aid users who aren’t able to upgrade immediately we have\n provided patches for the two supported release series. They\n are in git-am format and consist of a single changeset.\n\n * 1-3-0-1-kredis.patch - Patch for 1.3.0 series\n\nCredits\n Thank you ooooooo_k 7 for reporting this!\n", - "severity": [], + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" + } + ], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2023/08/GHSA-cr5q-6q9f-rq6q/GHSA-cr5q-6q9f-rq6q.json b/advisories/github-reviewed/2023/08/GHSA-cr5q-6q9f-rq6q/GHSA-cr5q-6q9f-rq6q.json index 20904e9006b..aa1ca6dd9cd 100644 --- a/advisories/github-reviewed/2023/08/GHSA-cr5q-6q9f-rq6q/GHSA-cr5q-6q9f-rq6q.json +++ b/advisories/github-reviewed/2023/08/GHSA-cr5q-6q9f-rq6q/GHSA-cr5q-6q9f-rq6q.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-cr5q-6q9f-rq6q", - "modified": "2025-01-09T15:38:18Z", + "modified": "2025-01-10T13:51:44Z", "published": "2023-08-23T20:36:24Z", "aliases": [ "CVE-2023-38037" @@ -82,7 +82,8 @@ ], "database_specific": { "cwe_ids": [ - "CWE-377" + "CWE-377", + "CWE-732" ], "severity": "MODERATE", "github_reviewed": true,