From a33c6b60e7823c479c6383b9fdc55a0776a52768 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 22:33:32 +0000 Subject: [PATCH] Publish Advisories GHSA-cr5q-6q9f-rq6q GHSA-3cjf-fwcq-xh22 GHSA-rgfx-7p65-3ff4 GHSA-wmcc-9vch-jmx4 --- .../2023/08/GHSA-cr5q-6q9f-rq6q/GHSA-cr5q-6q9f-rq6q.json | 8 ++++++-- .../2025/02/GHSA-3cjf-fwcq-xh22/GHSA-3cjf-fwcq-xh22.json | 6 +++++- .../2025/02/GHSA-rgfx-7p65-3ff4/GHSA-rgfx-7p65-3ff4.json | 6 +++++- .../2025/02/GHSA-wmcc-9vch-jmx4/GHSA-wmcc-9vch-jmx4.json | 6 +++++- 4 files changed, 21 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 59ee22f89df..263f8c063d6 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,13 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-cr5q-6q9f-rq6q", - "modified": "2025-01-10T18:33:17Z", + "modified": "2025-02-18T22:32:50Z", "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", + "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```", "severity": [ { "type": "CVSS_V3", @@ -78,6 +78,10 @@ { "type": "WEB", "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activesupport/CVE-2023-38037.yml" + }, + { + "type": "WEB", + "url": "https://security.netapp.com/advisory/ntap-20250214-0010" } ], "database_specific": { diff --git a/advisories/github-reviewed/2025/02/GHSA-3cjf-fwcq-xh22/GHSA-3cjf-fwcq-xh22.json b/advisories/github-reviewed/2025/02/GHSA-3cjf-fwcq-xh22/GHSA-3cjf-fwcq-xh22.json index 70968716595..55f19008b06 100644 --- a/advisories/github-reviewed/2025/02/GHSA-3cjf-fwcq-xh22/GHSA-3cjf-fwcq-xh22.json +++ b/advisories/github-reviewed/2025/02/GHSA-3cjf-fwcq-xh22/GHSA-3cjf-fwcq-xh22.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-3cjf-fwcq-xh22", - "modified": "2025-02-07T17:37:38Z", + "modified": "2025-02-18T22:31:50Z", "published": "2025-02-04T12:30:59Z", "aliases": [ "CVE-2025-24860" @@ -86,6 +86,10 @@ "type": "WEB", "url": "https://lists.apache.org/thread/yjo5on4tf7s1r9qklc4byrz30b8vkm2d" }, + { + "type": "WEB", + "url": "https://security.netapp.com/advisory/ntap-20250214-0005" + }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2025/02/03/3" diff --git a/advisories/github-reviewed/2025/02/GHSA-rgfx-7p65-3ff4/GHSA-rgfx-7p65-3ff4.json b/advisories/github-reviewed/2025/02/GHSA-rgfx-7p65-3ff4/GHSA-rgfx-7p65-3ff4.json index 2f698872c97..3c313df315f 100644 --- a/advisories/github-reviewed/2025/02/GHSA-rgfx-7p65-3ff4/GHSA-rgfx-7p65-3ff4.json +++ b/advisories/github-reviewed/2025/02/GHSA-rgfx-7p65-3ff4/GHSA-rgfx-7p65-3ff4.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-rgfx-7p65-3ff4", - "modified": "2025-02-07T17:36:28Z", + "modified": "2025-02-18T22:31:37Z", "published": "2025-02-04T12:30:59Z", "aliases": [ "CVE-2024-27137" @@ -85,6 +85,10 @@ { "type": "WEB", "url": "https://lists.apache.org/thread/jsk87d9yv8r204mgqpz1qxtp5wcrpysm" + }, + { + "type": "WEB", + "url": "https://security.netapp.com/advisory/ntap-20250214-0004" } ], "database_specific": { diff --git a/advisories/github-reviewed/2025/02/GHSA-wmcc-9vch-jmx4/GHSA-wmcc-9vch-jmx4.json b/advisories/github-reviewed/2025/02/GHSA-wmcc-9vch-jmx4/GHSA-wmcc-9vch-jmx4.json index 998209aa624..af0d33914a8 100644 --- a/advisories/github-reviewed/2025/02/GHSA-wmcc-9vch-jmx4/GHSA-wmcc-9vch-jmx4.json +++ b/advisories/github-reviewed/2025/02/GHSA-wmcc-9vch-jmx4/GHSA-wmcc-9vch-jmx4.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-wmcc-9vch-jmx4", - "modified": "2025-02-11T19:05:30Z", + "modified": "2025-02-18T22:30:54Z", "published": "2025-02-04T12:30:59Z", "aliases": [ "CVE-2025-23015" @@ -132,6 +132,10 @@ "type": "WEB", "url": "https://lists.apache.org/thread/jmks4msbgkl65ssg69x728sv1m0hwz3s" }, + { + "type": "WEB", + "url": "https://security.netapp.com/advisory/ntap-20250214-0006" + }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2025/02/03/2"