CVE-2023-38037 – activesupport
Package
Manager: gem
Name: activesupport
Vulnerable Version: >=5.2.0 <6.1.7.5 || >=7.0.0 <7.0.7.1
Severity
Level: Medium
CVSS v3.1: CVSS:3.0/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:L
CVSS v4.0: CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:P/VC:H/VI:L/VA:L/SC:N/SI:N/SA:N
EPSS: 0.00092 pctl0.26986
Details
Active Support Possibly Discloses Locally Encrypted Files There is a possible file disclosure of locally encrypted files in Active Support. This vulnerability has been assigned the CVE identifier CVE-2023-38037. Versions Affected: >= 5.2.0 Not affected: < 5.2.0 Fixed Versions: 7.0.7.1, 6.1.7.5 # Impact ActiveSupport::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. Attackers that have access to the file system could possibly read the contents of this temporary file while a user is editing it. All users running an affected release should either upgrade or use one of the workarounds immediately. # Releases The fixed releases are available at the normal locations. # Workarounds To work around this issue, you can set your umask to be more restrictive like this: ```ruby $ umask 0077 ```
Metadata
Created: 2023-08-23T20:36:24Z
Modified: 2025-02-18T22:32:50Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/08/GHSA-cr5q-6q9f-rq6q/GHSA-cr5q-6q9f-rq6q.json
CWE IDs: ["CWE-377", "CWE-732"]
Alternative ID: GHSA-cr5q-6q9f-rq6q
Finding: F028
Auto approve: 1