Publish Advisories

GHSA-cr5q-6q9f-rq6q
GHSA-qqv8-ph7f-h3f7
This commit is contained in:
advisory-database[bot]
2025-01-09 15:41:26 +00:00
parent 9be4b4571f
commit 9d37daaeaf
2 changed files with 26 additions and 5 deletions
@@ -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 files permissions are defaulted to the users current umask settings, meaning that its 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"
}
}
@@ -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": {