summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bash/bash_5.0.bb
diff options
context:
space:
mode:
authorDe Huo <De.Huo@windriver.com>2020-02-04 07:06:02 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-04 18:43:08 +0000
commit09e695246d30ef9b73e743e0130e710e19793d14 (patch)
treeabdf9c07fbbaa837bb960537213a18b4020ed320 /meta/recipes-extended/bash/bash_5.0.bb
parent7dc72fde6edeb5d6ac6b3832530998afeea67cbc (diff)
downloadpoky-09e695246d30ef9b73e743e0130e710e19793d14.tar.gz
bash: Fix CVE-2019-18276
An issue was discovered in disable_priv_mode in shell.c in GNU Bash through 5.0 patch 11. By default, if Bash is run with its effective UID not equal to its real UID, it will drop privileges by setting its effective UID to its real UID. However, it does so incorrectly. On Linux and other systems that support "saved UID" functionality, the saved UID is not dropped. An attacker with command execution in the shell can use "enable -f" for runtime loading of a new builtin, which can be a shared object that calls setuid() and therefore regains privileges. However, binaries running with an effective UID of 0 are unaffected. Backport the CVE patche from https://github.com/bminor/bash/commit/ 951bdaad7a18cc0dc1036bba86b18b90874d39ff to fix CVE-2019-18276 (From OE-Core rev: b348e31c93f08332667df65cd2ecec63631d184e) Signed-off-by: Chet Ramey <chet.ramey@case.edu> Signed-off-by: De Huo <De.Huo@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/bash/bash_5.0.bb')
-rw-r--r--meta/recipes-extended/bash/bash_5.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/bash/bash_5.0.bb b/meta/recipes-extended/bash/bash_5.0.bb
index eadc82279d..1b7058746f 100644
--- a/meta/recipes-extended/bash/bash_5.0.bb
+++ b/meta/recipes-extended/bash/bash_5.0.bb
@@ -19,6 +19,7 @@ SRC_URI = "${GNU_MIRROR}/bash/${BP}.tar.gz;name=tarball \
19 file://run-ptest \ 19 file://run-ptest \
20 file://run-bash-ptests \ 20 file://run-bash-ptests \
21 file://fix-run-builtins.patch \ 21 file://fix-run-builtins.patch \
22 file://bash-CVE-2019-18276.patch \
22 " 23 "
23 24
24SRC_URI[tarball.md5sum] = "2b44b47b905be16f45709648f671820b" 25SRC_URI[tarball.md5sum] = "2b44b47b905be16f45709648f671820b"