ubuntu bashパッケージ アップデート
バージョン確認
dpkg -l bash
apt-get update
apt-get upgrade
で更新。
詳細確認は、
zcat /usr/share/doc/bash/changelog.Debian.gz |head -20
などとすると
bash (4.2-2ubuntu2.5) precise-security; urgency=medium
* SECURITY UPDATE: out-of-bounds memory access
- debian/patches/CVE-2014-718x.diff: guard against overflow and fix
off-by-one in bash/parse.y.
- CVE-2014-7186
- CVE-2014-7187
* SECURITY IMPROVEMENT: use prefixes and suffixes for function exports
- debian/patches/variables-affix.diff: add prefixes and suffixes in
bash/variables.c.
- ubuntu bashパッケージ アップデート の続きを見る
- コメントを投稿するにはログインまたは登録をしてください
- 閲覧数 1