From 9d37daaeaf9cd91e4aaff183be3eda6c4547a3d5 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:41:26 +0000 Subject: [PATCH] Publish Advisories GHSA-cr5q-6q9f-rq6q GHSA-qqv8-ph7f-h3f7 --- .../GHSA-cr5q-6q9f-rq6q.json | 21 +++++++++++++++---- .../GHSA-qqv8-ph7f-h3f7.json | 10 ++++++++- 2 files changed, 26 insertions(+), 5 deletions(-) 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 3c363fab417..20904e9006b 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,14 +1,19 @@ { "schema_version": "1.4.0", "id": "GHSA-cr5q-6q9f-rq6q", - "modified": "2023-08-23T20:36:24Z", + "modified": "2025-01-09T15:38:18Z", "published": "2023-08-23T20:36:24Z", "aliases": [ "CVE-2023-38037" ], "summary": "Active Support Possibly Discloses Locally Encrypted Files", "details": "There is a possible file disclosure of locally encrypted files in Active Support. This vulnerability has been assigned the CVE identifier CVE-2023-38037.\n\nVersions Affected: >= 5.2.0 Not affected: < 5.2.0 Fixed Versions: 7.0.7.1, 6.1.7.5\n\n# Impact\nActiveSupport::EncryptedFile writes contents that will be encrypted to a temporary file. The temporary file’s permissions are defaulted to the user’s current umask settings, meaning that it’s possible for other users on the same system to read the contents of the temporary file.\n\nAttackers that have access to the file system could possibly read the contents of this temporary file while a user is editing it.\n\nAll users running an affected release should either upgrade or use one of the workarounds immediately.\n\n# Releases\nThe fixed releases are available at the normal locations.\n\n# Workarounds\nTo work around this issue, you can set your umask to be more restrictive like this:\n\n```ruby\n$ umask 0077\n```\n", - "severity": [], + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:L" + } + ], "affected": [ { "package": { @@ -50,10 +55,18 @@ } ], "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-38037" + }, { "type": "WEB", "url": "https://github.com/rails/rails/commit/a21d6edf35a60383dfa6c4da49e4b1aef5f00731" }, + { + "type": "WEB", + "url": "https://discuss.rubyonrails.org/t/cve-2023-38037-possible-file-disclosure-of-locally-encrypted-files/83544" + }, { "type": "PACKAGE", "url": "https://github.com/rails/rails" @@ -71,9 +84,9 @@ "cwe_ids": [ "CWE-377" ], - "severity": "LOW", + "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2023-08-23T20:36:24Z", - "nvd_published_at": null + "nvd_published_at": "2025-01-09T01:15:07Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2024/09/GHSA-qqv8-ph7f-h3f7/GHSA-qqv8-ph7f-h3f7.json b/advisories/github-reviewed/2024/09/GHSA-qqv8-ph7f-h3f7/GHSA-qqv8-ph7f-h3f7.json index 880a88ec4ce..78ca5fc66a7 100644 --- a/advisories/github-reviewed/2024/09/GHSA-qqv8-ph7f-h3f7/GHSA-qqv8-ph7f-h3f7.json +++ b/advisories/github-reviewed/2024/09/GHSA-qqv8-ph7f-h3f7/GHSA-qqv8-ph7f-h3f7.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-qqv8-ph7f-h3f7", - "modified": "2024-11-18T16:27:13Z", + "modified": "2025-01-09T15:38:27Z", "published": "2024-09-17T00:31:06Z", "aliases": [ "CVE-2024-7387" @@ -48,6 +48,10 @@ "type": "WEB", "url": "https://github.com/openshift/builder/commit/0b62633adfa2836465202bc851885e078ec888d1" }, + { + "type": "WEB", + "url": "https://access.redhat.com/errata/RHSA-2024:3718" + }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2024:6685" @@ -83,6 +87,10 @@ { "type": "WEB", "url": "https://pkg.go.dev/vuln/GO-2024-3129" + }, + { + "type": "WEB", + "url": "https://stuxxn.github.io/advisory/2024/10/02/openshift-build-docker-priv-esc.html" } ], "database_specific": {