VYPR

rpm package

suse/zsh&distro=SUSE Linux Enterprise Server 12 SP5

pkg:rpm/suse/zsh&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP5

Vulnerabilities (5)

  • CVE-2021-45444Feb 13, 2022
    affected < 5.0.5-6.19.1fixed 5.0.5-6.19.1

    In zsh before 5.8.1, an attacker can achieve code execution if they control a command output inside the prompt, as demonstrated by a %F argument. This occurs because of recursive PROMPT_SUBST expansion.

  • CVE-2019-20044Feb 24, 2020
    affected < 5.0.5-6.19.1fixed 5.0.5-6.19.1

    In Zsh before 5.8, attackers able to execute commands can regain privileges dropped by the --no-PRIVILEGED option. Zsh fails to overwrite the saved uid, so the original privileges can be restored by executing MODULE_PATH=/dir/with/module zmodload with a module that calls setuid()

  • CVE-2018-13259CriSep 5, 2018
    affected < 5.0.5-6.12.2fixed 5.0.5-6.12.2

    An issue was discovered in zsh before 5.6. Shebang lines exceeding 64 characters were truncated, potentially leading to an execve call to a program name that is a substring of the intended one.

  • CVE-2018-0502CriSep 5, 2018
    affected < 5.0.5-6.12.2fixed 5.0.5-6.12.2

    An issue was discovered in zsh before 5.6. The beginning of a #! script file was mishandled, potentially leading to an execve call to a program named on the second line.

  • CVE-2018-1100HigApr 11, 2018
    affected < 5.0.5-6.19.1fixed 5.0.5-6.19.1

    zsh through version 5.4.2 is vulnerable to a stack-based buffer overflow in the utils.c:checkmailpath function. A local attacker could exploit this to execute arbitrary code in the context of another user.