This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2k
tmp_home_path insecure #6501
Labels
Comments
Potentially useful information, for whoever attempts to fix this:
|
Thanks for the report, we will take a look at this issue when we can. |
This issue was assigned CVE-2019-3881. Debian has patches relating to this issue: https://sources.debian.org/src/bundler/1.17.3-3/debian/patches/0005-Don-t-use-insecure-temporary-directory-as-home-direc.patch/ |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
If the home directory of the user is not writable the function tmp_home_path from lib/bundler.rb, creates an insecure temporary directory in tmp/:
Moreover, this temporary directory is not removed at the end.
See:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=796383
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881749
for more details.
Thanks in advance.
The text was updated successfully, but these errors were encountered: