#VU14701 Authorization bypass in zsh - CVE-2018-13259
Published: September 6, 2018 / Updated: September 8, 2018
zsh
SourceForge
Description
The vulnerability allows a local attacker to execute a program without proper authorization on the target system.
The vulnerability exists due to improper truncating of shebang (#!) lines that exceed 64 characters. A local attacker can access the shell and submit a shebang line longer than 64 characters, cause the software to make an execve() call to a program name that is a substring of the intended one and execute a program without proper authorization on the system.