Vulnerabilities (CVE)

Filtered by vendor Zsh Project Subscribe
Filtered by product Zsh
Total 3 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2014-10070 1 Zsh Project 1 Zsh 2023-12-10 4.6 MEDIUM 7.8 HIGH
zsh before 5.0.7 allows evaluation of the initial values of integer variables imported from the environment (instead of treating them as literal numbers). That could allow local privilege escalation, under some specific and atypical conditions where zsh is being invoked in privilege-elevation contexts when the environment has not been properly sanitized, such as when zsh is invoked by sudo on systems where "env_reset" has been disabled.
CVE-2017-18205 1 Zsh Project 1 Zsh 2023-12-10 6.8 MEDIUM 8.1 HIGH
In builtin.c in zsh before 5.4, when sh compatibility mode is used, there is a NULL pointer dereference during processing of the cd command with no argument if HOME is not set.
CVE-2014-10072 1 Zsh Project 1 Zsh 2023-12-10 7.5 HIGH 9.8 CRITICAL
In utils.c in zsh before 5.0.6, there is a buffer overflow when scanning very long directory paths for symbolic links.