Detected 2 occurrence(s) of ‘CVE\-20[0-1]{1}[0-9]{1}\-[0-9]{4}': # get bash 3.2 source mkdir src && cd src wget https://ftp.gnu.org/gnu/bash/bash-3.2.tar.gz tar zxvf bash-3.2.tar.gz cd bash-3.2 # download, verify, and apply all patches, including the latest one # that patches CVE-2014-6271 and CVE-2014-7169. wget -nv https://ftp.gnu.org/gnu/gnu-keyring.gpg for i in $(seq -f "%03g" 1 53); do wget -nv https://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-$i wget […]
↧