-
Notifications
You must be signed in to change notification settings - Fork 474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Security vulnerability: fixed path in o=rwx directory in .deb #93
Comments
We need a temporary place to copy the installer files during the deb generation. How about the new |
No, |
We need a temporary directory that is generated during the package creation to keep the installation files. So we cannot use |
No, The real question of how to properly build the package, but my experience of packaging on Debian is too little and too old give a useful and authoritative answer or recognise one with sufficient confidence to recommend it. |
We have a NodeJS executable and a few JS files that are supposed to place browser specific files inside the home directory. I need to place them inside the package and somehow have access to them to run the installer. I tried to place them inside the "DEBIAN" directory, but I couldn't find a way to have access to them during the installation. The |
The preinst and postinst files indicate the use of a fixed path in a world-writable directory and likely vulnerability to a symlink attack.
Use of mktemp(1) is strongly recommended.
I have not tested the .deb install.
No Security policy, so reporting here.
The text was updated successfully, but these errors were encountered: