diff options
author | Xiangyu Chen <xiangyu.chen@windriver.com> | 2023-10-20 19:50:30 +0800 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-11-11 08:23:01 -1000 |
commit | 197d1d8cd66026b9dc5d8c53a87b9c82628bff86 (patch) | |
tree | d8aacbf04cdef6927d9894bb0105a061368c4f12 /meta/recipes-extended/shadow/shadow.inc | |
parent | eefb8f69cebc052f2fe4f081ce6f74413df099f7 (diff) | |
download | poky-197d1d8cd66026b9dc5d8c53a87b9c82628bff86.tar.gz |
shadow: Fix CVE-2023-4641
shadow-utils: possible password leak during passwd(1) change
(From OE-Core rev: 3623f48ff73ad97f583172b7dbfcb56affc9353b)
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-extended/shadow/shadow.inc')
-rw-r--r-- | meta/recipes-extended/shadow/shadow.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc index cf05a3af93..4014baddc1 100644 --- a/meta/recipes-extended/shadow/shadow.inc +++ b/meta/recipes-extended/shadow/shadow.inc | |||
@@ -17,6 +17,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz \ | |||
17 | file://0001-Fix-can-not-print-full-login.patch \ | 17 | file://0001-Fix-can-not-print-full-login.patch \ |
18 | file://CVE-2023-29383.patch \ | 18 | file://CVE-2023-29383.patch \ |
19 | file://0001-Overhaul-valid_field.patch \ | 19 | file://0001-Overhaul-valid_field.patch \ |
20 | file://CVE-2023-4641.patch \ | ||
20 | " | 21 | " |
21 | 22 | ||
22 | SRC_URI:append:class-target = " \ | 23 | SRC_URI:append:class-target = " \ |