diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2025-02-19 16:18:19 +0800 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-02-28 06:51:35 -0800 |
| commit | ecd87254c8658201fc912792c9490797df1c5b7c (patch) | |
| tree | d455a006b0300b03d1c7c98dde059984569b41ab /meta/recipes-bsp/u-boot/u-boot_2022.01.bb | |
| parent | 644ddcb99343f0d7701a18c092ea2b2a05f2891b (diff) | |
| download | poky-ecd87254c8658201fc912792c9490797df1c5b7c.tar.gz | |
u-boot: fix CVE-2024-57259
sqfs_search_dir in Das U-Boot before 2025.01-rc1 exhibits an off-by-one error
and resultant heap memory corruption for squashfs directory listing because the
path separator is not considered in a size calculation.
https://nvd.nist.gov/vuln/detail/CVE-2024-57259
(From OE-Core rev: e4b713ff07695487cc9307ffc3576a11775cde4d)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot_2022.01.bb')
| -rw-r--r-- | meta/recipes-bsp/u-boot/u-boot_2022.01.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot_2022.01.bb b/meta/recipes-bsp/u-boot/u-boot_2022.01.bb index cdee9fc721..0ff2477c39 100644 --- a/meta/recipes-bsp/u-boot/u-boot_2022.01.bb +++ b/meta/recipes-bsp/u-boot/u-boot_2022.01.bb | |||
| @@ -18,6 +18,7 @@ SRC_URI += " file://0001-riscv32-Use-double-float-ABI-for-rv32.patch \ | |||
| 18 | file://CVE-2024-57258-1.patch \ | 18 | file://CVE-2024-57258-1.patch \ |
| 19 | file://CVE-2024-57258-2.patch \ | 19 | file://CVE-2024-57258-2.patch \ |
| 20 | file://CVE-2024-57258-3.patch \ | 20 | file://CVE-2024-57258-3.patch \ |
| 21 | file://CVE-2024-57259.patch \ | ||
| 21 | " | 22 | " |
| 22 | 23 | ||
| 23 | DEPENDS += "bc-native dtc-native python3-setuptools-native" | 24 | DEPENDS += "bc-native dtc-native python3-setuptools-native" |
