Publish Advisories

GHSA-pj73-v5mw-pm9j
GHSA-4g8v-vg43-wpgf
GHSA-h2wm-p2vg-6pw4
GHSA-cr5q-6q9f-rq6q
This commit is contained in:
advisory-database[bot]
2025-01-10 13:52:27 +00:00
parent 488acdaaad
commit 0e4e56c646
4 changed files with 27 additions and 9 deletions
@@ -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": {
@@ -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",
@@ -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 arent 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": {
@@ -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,