# Vulnerability in `title` function **Description**: the ...
Critical severity
Unreviewed
Published
Dec 1, 2021
to the GitHub Advisory Database
•
Updated Feb 1, 2023
Description
Published by the National Vulnerability Database
Nov 30, 2021
Published to the GitHub Advisory Database
Dec 1, 2021
Last updated
Feb 1, 2023
Vulnerability in
title
function Description: thetitle
function defined inlib/termsupport.zsh
usesprint
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 thetitle
function in a way that is unsafe. Fixed in: a263cdac. Impacted areas: -title
function inlib/termsupport.zsh
. - Custom user code using thetitle
function.References