← Back

Zsh

zsh

Vendor: Zsh Project • 3 CVEs

CVEs (3)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Zsh Project
1Zsh
Nov 21, 2024
Feb 27, 2018
N/A· v4
8.1 HIGH· v3
6.8 MEDIUM· v2
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.
1Zsh Project
1Zsh
Nov 21, 2024
Feb 27, 2018
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
In utils.c in zsh before 5.0.6, there is a buffer overflow when scanning very long directory paths for symbolic links.
1Zsh Project
1Zsh
Nov 21, 2024
Feb 27, 2018
N/A· v4
7.8 HIGH· v3
4.6 MEDIUM· v2
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...Show more
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.Show less