exploit-db-mirror/exploits/linux/local/19071.txt
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

6 lines
No EOL
387 B
Text

source: https://www.securityfocus.com/bid/78/info
makebootdisk creates the file /tmp/return insecurely and follows symbolic links. An attacker can create a symbolic link from /tmp/return to any file and wait for root to run the program. This will clober the target file. The file created has permissions -rw-r--r--.
$ ln -s /tmp/return /etc/passwd
< wait for root to run makebootdisk >