diff options
| author | Soumya Sambu <soumya.sambu@windriver.com> | 2024-06-07 12:42:19 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-06-07 21:52:52 -0700 |
| commit | 8d4c430973571a1038cde1cbc525ae0a3d74dee9 (patch) | |
| tree | 3328f9bbd48135376cdfbb6e2c14f1bc55a95d78 /meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb | |
| parent | ae843182b4d639fbebd2a60a2f0054f606f41d3b (diff) | |
| download | meta-openembedded-8d4c430973571a1038cde1cbc525ae0a3d74dee9.tar.gz | |
unixodbc: Fix CVE-2024-1013
An out-of-bounds stack write flaw was found in unixODBC on 64-bit
architectures where the caller has 4 bytes and callee writes 8 bytes.
This issue may go unnoticed on little-endian architectures, while
big-endian architectures can be broken.
References:
https://nvd.nist.gov/vuln/detail/CVE-2024-1013
Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb')
| -rw-r--r-- | meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb b/meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb index 7819387c39..dfad833e0a 100644 --- a/meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb +++ b/meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb | |||
| @@ -11,6 +11,7 @@ DEPENDS = "libtool readline" | |||
| 11 | SRC_URI = "https://www.unixodbc.org/unixODBC-${PV}.tar.gz \ | 11 | SRC_URI = "https://www.unixodbc.org/unixODBC-${PV}.tar.gz \ |
| 12 | file://do-not-use-libltdl-source-directory.patch \ | 12 | file://do-not-use-libltdl-source-directory.patch \ |
| 13 | file://0001-exe-Makefile.am-add-CROSS_LAUNCHER-to-run-odbc_confi.patch \ | 13 | file://0001-exe-Makefile.am-add-CROSS_LAUNCHER-to-run-odbc_confi.patch \ |
| 14 | file://CVE-2024-1013.patch \ | ||
| 14 | " | 15 | " |
| 15 | SRC_URI[sha256sum] = "f210501445ce21bf607ba51ef8c125e10e22dffdffec377646462df5f01915ec" | 16 | SRC_URI[sha256sum] = "f210501445ce21bf607ba51ef8c125e10e22dffdffec377646462df5f01915ec" |
| 16 | 17 | ||
