-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Merge pull request #275 update-screen-from-4.0.3-to-4.5.0"
This reverts commit c671e7a, reversing changes made to df88465. We suspect that screen-4.5.0-0 has a severe security bug: logiles specified by -L name seem to be opened as root: > buczek@sigusr2:~$ rm bla.bla > rm: cannot remove ‘bla.bla’: No such file or directory > buczek@sigusr2:~$ screen -L bla.bla -- echo hallo > [screen is terminating] > buczek@sigusr2:~$ cat bla.bla > hallo > buczek@sigusr2:~$ ls -l bla.bla > -rw-rw---- 1 root buczek 7 Jan 24 12:52 bla.bla > buczek@sigusr2:~$ We were able to overwrite /etc/passwd. So for now undo the merge until the issue is analyzed.
- Loading branch information
Showing
1 changed file
with
6 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters