Lucene search

K
gitlabHttps://gitlab.com/gitlab-org/security-products/gemnasium-dbGITLAB-69B093964FEE170B28DBE62766F7A4ED
HistoryAug 23, 2023 - 12:00 a.m.

Active Support Possibly Discloses Locally Encrypted Files

2023-08-2300:00:00
https://gitlab.com/gitlab-org/security-products/gemnasium-db
gitlab.com
10
locally encrypted files
active support
cve-2023-38037
vulnerability
temporary file permissions
umass settings
workarounds

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:

$ umask 0077

Affected configurations

Vulners
Node
gemactivesupportRange5.2.0β‰₯
OR
gemactivesupportRange<6.1.7.5
OR
gemactivesupportRange7.0.0β‰₯
OR
gemactivesupportRange<7.0.7.1
VendorProductVersionCPE
gemactivesupport*cpe:2.3:a:gem:activesupport:*:*:*:*:*:*:*:*