diff options
| author | Soumya Sambu <soumya.sambu@windriver.com> | 2024-06-07 12:42:19 +0000 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2024-06-17 09:03:35 -0400 |
| commit | 48da815463cdbad8132b13cd9332eace7ee0bc7a (patch) | |
| tree | 1afae411926ef34b50d75e9a5a3d4dd6719d96c3 /meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb | |
| parent | 4d17537719ba38a926fd82e12c4fc679010b1d24 (diff) | |
| download | meta-openembedded-48da815463cdbad8132b13cd9332eace7ee0bc7a.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: Armin Kuster <akuster808@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 | ||
