Lucene search

K
rubygemsRubySecRUBY:ACTIVESUPPORT-2023-38037
HistoryAug 22, 2023 - 9:00 p.m.

Possible File Disclosure of Locally Encrypted Files

2023-08-2221:00:00
RubySec
rubysec.com
22
locally encrypted files
active support
file disclosure
vulnerability
cve-2023-38037
versions affected
fixed versions
impact
attackers
file system
workarounds
temporary file permissions
user umask
software

0 Low

EPSS

Percentile

0.0%

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

0 Low

EPSS

Percentile

0.0%