← Back to CVE List

CVE-2021-3726

Published: 2021-11-30T10:15Z
Last Modified: 2024-11-21T06:22Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
# Vulnerability in `title` function **Description**: the `title` function defined in `lib/termsupport.zsh` uses `print` to set the terminal title to a user-supplied string. In Oh My Zsh, this function is always used securely, but custom user code could use the `title` function in a way that is unsafe. **Fixed in**: [a263cdac](https://github.com/ohmyzsh/ohmyzsh/commit/a263cdac). **Impacted areas**: - `title` function in `lib/termsupport.zsh`. - Custom user code using the `title` function. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt