Vulnerability Description
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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://discuss.rubyonrails.org/t/cve-2023-38037-possible-file-disclosure-of-loc
- https://security.netapp.com/advisory/ntap-20250214-0010/
FAQ
What is CVE-2023-38037?
CVE-2023-38037 is a vulnerability with a CVSS score of 5.5 (MEDIUM). 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 pos...
How severe is CVE-2023-38037?
CVE-2023-38037 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2023-38037?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.